html, body  {
	font-size: 10px;
	font-family: Arial;
	color:#FFFFFF;
	background-color: #000000;
	margin: 0 }
#header  {
	color: #333;
	font-size: 12px;
	background-color: #000000;
	background-image: url("../img/bg_header.png");
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 65px;
	overflow: hidden; }
div#nav {
	background-color: #000;
	background-image: url("../img/bg_middle.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 240px;
	text-align: center;
}
#content  {
	color: #333;
	font-size: 12px;
	background-color: #000;
	background-image: url("../img/bg_bottom.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 400px }
#content_center {
	color: #999;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 803px;
}
#navpage {
	color: #369;
	font-size: 10px;
	font-family: Arial;
	text-align: right;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 803px
}
#footer {
	color: #999;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	width: 793px;
	background-color:#4D4D4D;
	background-image: url("../img/bg_footer.png");
	background-repeat:repeat;
	border-top: 1px dotted #ccc;
	height: 85px;
}
#total {
	margin: 0;
	padding: 0;
	background-color:#4D4D4D;
	background-image: url("../img/bg_total.png");
	background-repeat: repeat-x;
	width: 100%;
	min-height: 400px;
	float: left;
}
#left {
	margin: 0;
	padding: 0;
	width: 603px;
	min-height: 400px;
	float: left }
#inner_left     { 
    margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 50%;
	float: left }
.inner_right     {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 200px;
	float: right
}
#menusrub   {
	margin: 0;
	padding: 0;
	width: 200px;
	min-height: 150px;
	float: left }
#right   {
	margin: 0;
	padding: 0;
	width: 200px;
	min-height: 400px;
	float: left }

ul.alt_head { width:803px; margin:auto}
ul.alt_head li { float:left; list-style:none}