body {
}

#container {
    width:960px;
    margin:20px auto;
box-shadow: 0 0 20px #000;
background-color: 	#ffffff;


}
#header {
padding-top: 35px;
background-color: 	#009973;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-color: none;
height: 125px;
color: #fff;
padding-bottom: 100px;
clear: both;
}

/*navbar section*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #009973;
}

li {
    display:inline-block;


}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000000;
  }
}

li a:hover:not(.active) {
    background-color: #042e70;
}

.active {
  font-style: bold

}

.center{
  text-align: center;
}

#content {
padding-top: 15px;
padding-left: 10px;
padding-bottom: 20px;
    float: left;
    width:610px;
height: 1600px;
font-family: 
}


#sidebar {
float: right;
margin-top: 22px;
margin-left: 10px;
        width:330px;
background-color: #ccc;
height: 1600px;
color: #fff;
}

.button {
  position: relative;
display:inline-block;
min-width: 200px;
max-width: 200px;
height: 60px;
margin: 20px 20px;
border-radius: 10px;
border-style:inset;
border-width: 6px;
border-color: #fff;
font-family:serifs;
font-size: 20px;
color:white;
text-shadow: 2px 2px 8px #000000;


}



.buttonFont{

}


#footer {
    clear:both;
margin-right: auto;
margin-left: auto;
color: #fff;
height: 45px;

}

{
  background-color: lightblue;
}

.content {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}


