body{
	background-color: #4e0300;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	background-color: #000000;
}

div#container{
	/*margin-left: auto;
	margin-right: auto;*/
	width: 1002px;
	height: 650px;	
	position: absolute;
	
	left: 50%;
	
	margin-left: -500px;
	background-color: #000000;		
}
#menu_new{
		width:256px;
		background-image: url('/img/new/left.jpg');
		background-repeat: no-repeat;
		background-position: right;
		height:455px;
		float:left;
		
			
	}
	#content{
		float:left;		
	}
	.col{
		float:left;
	}
	
	.nopage{
		height:415px;
		color:#b19370;
		width:236px;
		padding:20px;
		padding-left:350px;
		padding-right:35px;
		background-image: url('/img/new/open.jpg');
	}
	
	.page{
		height:415px;
		background-color: #000000;
		width:566px;
		padding:20px;
		padding-left:35px;
	}
	
.footer{
	font-size:9px;   padding-top:5px; color:white; float: left; padding-right:128px;
	background-image: url('/img/new/bottom.jpg');
	width: 872px;
	height: 46px;
	color:#bd5118;
	text-align: right;
}
#menu{
	padding-right:10px;
	text-align: right;
}

.content_mid{
	float:left;
	width:5px;
}


.menu_item{
	font-size:12px;
	color:#bd5118;
	/*font-weight:bold;*/
	text-decoration: none;
}

.selected{
	font-size:12px;
	color:#b19470;
	/*font-weight:bold;*/
	text-decoration: none;
}
.menu_item:hover{
	font-size:12px;
	color:#b19470;
	/*font-weight:bold;*/
	text-decoration: none;
}