body {
font-family: Arial;
color: #666;
height: 100%; 
padding: 0; 
margin: 0;
margin-top:20px; 
background: #eee;
}




#maincontainer{
background:#fff;
width:970px;
height:550px;
border:10px solid #fff;
margin: 0 auto; /*Center container on page*/

} 

#header {
width:970px;
height:80px;
}
#header #left {
float:left;
width:10px;
}
#header #right {
float:right;
text-align:right;
width:760px;
padding-top:40px;
}

#footer{
background: #fff;
text-align:right;
width: 970px;
height:25px;
}

#footer #left {
float:left;
width:400px;
text-align:left;

}
#footer #right {
float:right;
text-align:right;
width:400px;
}


#container {
width:970px;
height: 420px;
background:#fff;
}


#side {
width:125px;
float:left;
font-size: 11px;
color: #666;
font-family:arial;
padding-left:25px;
padding-top:20px;
}

#content {
float:right;
width:610px;
padding-left:50px;
height:420px;
overflow:auto;
		SCROLLBAR-FACE-COLOR: #eee;
		SCROLLBAR-HIGHLIGHT-COLOR:#eee; 
		SCROLLBAR-SHADOW-COLOR: #eee; 
		SCROLLBAR-3DLIGHT-COLOR: #fff; 
		SCROLLBAR-ARROW-COLOR: #ccc;
		SCROLLBAR-TRACK-COLOR: #fff; 
		SCROLLBAR-DARKSHADOW-COLOR: #fff; 
		SCROLLBAR-BASE-COLOR: #fff;
}


#sidemenu a {
color: #666;
text-decoration:none;
}
#sidemenu a:hover {
color: #666;
text-decoration:underline;
}

