body {
	margin: 0px;
}

#pagebody{
position:relative;
width:932px;
margin:0 auto;
padding:0;
}
/***top***/
#toppart{
	width:932px;
	height:30px;
	margin:0;
	padding:0;
/*background:#336699;temp*/
}

#toppart ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#toppart li{
	float:right;
	padding-top:7px;
}

/*left part */ 

#logo{
	float:left;
	clear:left;
	width:202px;
	margin-top:0px;
	padding:0px;
/*background:#002244;temp*/
}

/*#menu{
float:left;
clear:left;
margin:10px 0 0 0;;
padding:0;
width:202px;
background:#CCCCCC;
}*/

/* right part */
#nav{
top:0px;
float:right;
clear:right;
width:720px;
height:135px;
margin:0;
padding:0;
overflow:hidden;
}

#maincontent{
float:right;
clear:right;
width:720px;
/*height:400px;temp*/
margin:10px 0 0 0;
background:#FBF2ED;
border:#B4B0AF 1px solid;
}

#footer{
padding-top:6px;
clear:both;
width:932px;
height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;

}
.copyright{
margin:0;
padding:0;
width:600px;
float:left;
text-align:left;
}

.powerby{
width:200px;
float:right;
text-align:right;
}
#footer a{
color:#999;
text-decoration:none;
}
#footer a:hover{
color:#FF6600;
text-decoration:underline;
}

