
body  {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #fff;
margin: 0; 
padding: 0;
text-align: center;
color: #000;
}
#wrapper { 
width: 906px;  
background: #fff;
margin: 0 auto; 
padding: 0;
text-align: left; 
} 
#top 
{
background: url(../images/banner.gif) no-repeat;
width: 906px;
height: 201px;	
margin: 0;
padding: 0;
}
#top a.backtohome
{
width: 906px;
height: 150px;
display: block;
text-decoration: none;
}
#top a.backtohome span {
visibility: hidden;
}

#menu
{
position: relative;
top: -60px;
left: 270px;
Padding: 0;
margin: 0;
text-align: center;
width: 906px;
}
#menu ul
{
margin:  0;
padding: 0;

}
#menu li
{
color: #fff;
padding: 0;
margin: 0;
float: left;
list-style-type: none;
line-height: 70px;

}
#menu a:link, #menu a:visited
{
font-size: 14px;
margin: 0;
padding: 0 12px;
color: #fff;
text-decoration: none;
}

#menu a:hover, #menu a:active
{
color: #E41F1F;
}
.headerh1
{
float: left;
width: 906px;
height: 30px;
text-align: center;
font-size: 18px;
font-weight: normal;
color: #556698;
margin: -45px 0 0 0; 
padding: 0; 
}

#sidebar {
float: left;
width: 270px;
padding: 15px 10px 15px 60px;
margin: 0 0 0 0;
}
#content { 
font-size: 14px;
line-height: 24px;
background: #FFFFFF;
margin: 0 0 0 340px; 
padding: 0 52px 0 0; 
} 
#footer {
clear: both;
width: 906px;
height: 150px;
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
font-size: 12px;
color: #666;
margin: 0; 
padding: 10px 0 0 0; 
text-align: center;
}
#footer a:link, #footer a:visited
{
text-decoration: none;
font-size: 10px;
color: #000;
}
#footer a:hover, #footer a:active
{
color: red;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
