body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #dfd2ae;
	background-color: #836a3d;
	margin: 0px;
}


#container {
	/*height: 1113px; */
/*	margin-left: auto;
	margin-right: auto;
	text-align: center;	*/
	background-image: url("../images/background.jpg"); 
	background-repeat: no-repeat;
	background-position: center;	
}

#main_box {
	width: 920px ;
	height: 760px;
}

.header {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px; 
	font-weight: bold;
	position: relative;
	height: 102px;
	width: 920px;
}

.header_left {
   position: absolute;
   width: 20%;	
   left: 0;	
}

.header_right {
   font-weight: normal;
   position: absolute;
   width: 80%;
   right: 0;	
}

.content {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 379px;
	background-image: url("../images/contentbg.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.content_l {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 455px;
	background-image: url("../images/contentbg_l.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.content_xl {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 688px;
	background-image: url("../images/contentbg_xl.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.content_xxl {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 1318px;
	background-image: url("../images/contentbg_xxl.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.content_vv {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 94px;
	background-image: url("../images/vvideobg.gif");
	background-repeat: no-repeat;
	background-position: center 8px;
}


.content_left {
   position: absolute;
   width: 419px;   
   left: 0;	
}

.content_right {
   position: absolute;
   width: 500px;
   right: 0;	
}



.content_inv {
 	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #78643d;	
	width: 919px;
 	height: 379px;
	background-image: url("../images/contentbg_inv.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.content_inv_left {
   position: absolute;
   width: 250px;   
   left: 0;	
}

.content_inv_right {
   position: absolute;
   width: 619px;
   right: 0;	
}


#footer {
	width: 900px ;
	height: 25px;	
}