html {
    background-image: url('beans.png');
    height: 100%;
}

body{
    height: 100%;
    font-family: Verdana,Arial;
}

body > #container {
    height: auto;
}

#container {
    min-height: 100%;
    height: 100%;
    width: 1100px;
    margin: auto;
    padding:  0 10px;
    background-color: #fff;
    box-shadow: 0 0 3px rbga(0,0,0,0.5);
}

#header {
    margin-bottom: 15px;
    padding-top: 5px;
}

#menu {
    margin-bottom: 15px;
    overflow: hidden;
}

#main {
    overflow: hidden;
    margin-bottom: 15px;
}

#left {
    float: left;
    width:300px;
}
#center {
    float: left;
    width: 480px;
    margin-left: 10px;
    margin-right: 10px;
}
#right {
    float: right;
    width: 300px;
}

#footer {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    border-top: 1px solid #ccc; 
    padding: 10px 0 20px;

}

#menu ul>li {
    float: left;
    width: 180px;
    font-size: 25px;
    text-align: center;
    padding: 5px;
    background: #FFCCFF;
    margin-right: 10px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    list-style: none;
}
#menu ul>li:hover {
    background: #ddd;
}

#menu ul>li>a{
    text-decoration: none;
    display: block;
}

h2, h3{
    font-weight: bold;
}

h2{
    font-size: 16px;
    border-left: 5px solid #66FFFF;
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
}

h3 {
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #FFCC33;
    padding: 3px 0 5px;
    margin-bottom: 10px;
    
}

p{
    margin-bottom: 14px;
    font-size:18px;
}


li{
    font-size: 20px;
}
    