/* CSS Document */
body { text-align: center;}
#container {
width:60%;
margin:10px auto 10px auto;
text-align:left;
background-color:#e7ebf4;
 color:#000000;
border-width:1px;
border-style:solid;
border-color:#003333;
}
#header {
padding: .75;
background-color:#669;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#033; 
}
#header h1 {
padding: 0; margin:0;
}
#navleft {
float:left;
width:120px;
margin:0;
padding:1em;
}
#content {
margin-left:150px;
border-left-width:1px;
border-left-style:dashed;
border-left-color:#033;
padding:1em;
}
#footer {
clear:both;
padding:.5em;
margin:0;
background-color:#669;

border-top:1px solid #033;
}
#navleft ul {margin-top:0;
}
#navleft li {
list-style:none;
margin:0;
padding:5px;
border-top:1px solid #033;
text-align:center;
background-color:#fff;
}
#navleft li a:hover {background-color:#fff;
border:1px solid #033;
}
#navleft li a {
text-decoration:none;
display:block;
border:1px solid #e6cccc;
}


#content h2 {
margin-top: 0;
}





