.clear {
	clear: both;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FAF6F6;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	text-align: center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#box {
	WIDTH: 978px;
	margin-left:auto;
	margin-right:auto;
}
#box #head {
	height: 127px;
	width: 978px;
	background-image: url(../img/new/logo.jpg);
	background-repeat: no-repeat;
	background-position: 43px 22px;
}
#box #head #hback {
    height:127px;
	width:978px;
}
#box #head #hback #topmenu {
	height: 27px;
	width: 646px;
	margin-right:10px;	
}

#box #head #hback #topmenu li {
	list-style-type: none;
	display: inline;
}
#box #head #hback #topmenu a {
	background-image: url(../img/mback.jpg);
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	padding-bottom: 16px;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-left:10px;
}
#box #head #hback #topmenu #cur {
	background-image: url(../img/mback.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
}
#box #head #hback #topmenu a span {
	display: block;
	width: 89px;
	cursor: pointer;
	color: #B8571D;
	font-size: 11px;
	
}
#box #head #hback #topmenu a:hover{
	background-position: bottom;    
}
#box #main {
   width:978px;
}
#box #main #left {
   width:313px;
   float:left;
}
#box #main #right {
   width:665px;
   float:left
   
}

