body{
	background-color: #4e0300;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
}

div#container{
	/*margin-left: auto;
	margin-right: auto;*/
	width: 1000px;
	height: 650px;	
	position: absolute;
	
	left: 50%;
	
	margin-left: -500px;		
}
#menu_new{
		width:254px;
		background-image: url('/img/new/left.jpg');
		background-repeat: no-repeat;
		background-position: right;
		height:455px;
		float:left;
		vertical-align: bottom;
			
	}
	#content{
		float:left;		
	}
	.col{
		float:left;
	}
	.page{
		height:414px;
		background-image:url('/img/new/box_bg_new.jpg');
		background-repeat: repeat;
		width:568px;
		padding:20px;
		padding-left:35px;
	}
	
.footer{
	font-size:9px;   padding-top:5px; color:white; float: left; padding-right:125px;
	background-image: url('/img/new/bottom.jpg');
	width: 875px;
	height: 46px;
	color:#de2427;
	text-align:right;
}

#menu{
	padding-right:10px;
	text-align: right;
}

.content_mid{
	float:left;
	width:5px;
}


.menu_item{
	font-size:11px;
	color:#de2427;
	/*font-weight:bold;*/
	text-decoration: none;
}

.selected{
	font-size:11px;
	color:#e34e26;
	/*font-weight:bold;*/
	text-decoration: none;
}
.menu_item:hover{
	font-size:11px;
	color:#e34e26;
	/*font-weight:bold;*/
	text-decoration: none;
}