body {
background:#666666;
}

#header { 
padding:5px 10px; 
background:white; 
color:black;
border-top: thick solid #6699cc;
} 

#navigation { 
padding:5px 10px; 
background:#00004A;
color:white;
text-align:center;
border-bottom: thick solid white;
border-top: thick solid #6699cc;
} 
#navigation a {color:white;
text-decoration:none;} 
#content

{ 
float:right; 
width:461px;
padding:10px; 
background:white;
position: relative;
left: -13px;
font-family:"Times New Roman", Times, serif;
font-size:x-small;
    top: 0px;
}


#side {
    float: left;
    width: 195px;
    padding: 10px;
    background: #00004A;
    color: white;
    font-size: small;
}
#side a {color:white;
text-decoration:none;} 
#side a:hover {color:yellow;
text-decoration:none;} 
#footer {
    clear: both;
    padding: 5px 10px;
    background: #A0A0A0;
    text-align: center;
    border-bottom: thick solid #6699cc;
    font-size: x-small;
    width: 732px;
    margin-left: 0px;
    
} 
#wrapper { 
width:752px; 
margin:0 auto; 
background:white;

}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: small;
} 
#navigation li { 
display:inline; 
margin:50px; 
padding:0; 
}

.Section_Title {
    text-align: center;
    color: orange;
    display: block;
    font-weight: bolder;
    font-size: x-large;
    height: 60px;
}

#spacer {
background:#666666;
height:20px;
}