HTML, BODY {
	background: #81a307;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0;
}

#basic{
	position:absolute;
	background: #81a307 url(/images/bg.gif) top center repeat-y;
	min-height:400px;
	width:720px;
	left:50%;
	margin-left:-360px;
	top:40%;
	margin-top:-220px;
	}
	
* html #basic{
	height:400px;
	}
	
#box_top{
	position:relative;
	width:720px;
	height:87px;
	background: url(/images/header.gif) top center no-repeat;
	}

#box_top_l{
	position:relative;
	width:480px;
	height:87px;
	left:10px;
	float:left;
	}

#box_top_r{
	position:relative;
	width:205px;
	height:87px;
	left:10px;
	float:left;
	}

.content_top_r{
	margin: 50px 0px 0px 20px;
	}


#box_middle{
	position:relative;
	background: #81a307 url(/images/bg_middle.gif) top center repeat-y;
	width:700px;
	left:10px;
	}

#content_left{
	position:relative;
	float:left;
	width:480px;
	}

#content_right{
	position:relative;
	float:left;
	width:205px;
	}
	
.image_box_400{
	position:relative;
	float:left;
	width:480px;
	height:210px;
	background: url(/images/400.jpg) top center no-repeat;
	}

.image_box_401{
	position:relative;
	float:left;
	width:480px;
	height:210px;
	background: url(/images/401.jpg) top center no-repeat;
	}
	
.image_box_403{
	position:relative;
	float:left;
	width:480px;
	height:210px;
	background: url(/images/403.jpg) top center no-repeat;
	}
	
.image_box_404{
	position:relative;
	float:left;
	width:480px;
	height:210px;
	background: url(/images/404.jpg) top center no-repeat;
	}
	
.image_construction{
	position:relative;
	float:left;
	width:480px;
	height:210px;
	background: url(/images/under_construction.jpg) top center no-repeat;
	}
	
.content_l{
	margin: 240px 15px 15px 15px;
	}
	
* html .content_l{
	margin: 30px 15px 15px 15px;
	}

.content_r{
	margin: 3px 15px 15px 15px;
	}

#box_footer{
	position:relative;
	float:left;
	width:720px;
	height:25px;
	background: url(/images/footer.gif) bottom center no-repeat;
	line-height:25px;
	font-size:9px;
	}