#box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8 {
	background-color:#FFFFFF; 
	border:2px solid #036941; 
	width:600px; 
	height:420px; 
	position:absolute; 
	top:160px; 
	left:200px;
	z-index:1;
}

#box_pic1 {
	position:absolute;
	left:10px;
	top:10px;
	width:218px;
	height:210px;
	overflow:hidden;	
}

#box_pic2 {
	position:absolute;
	left:200px;
	top:10px;
	width:218px;
	height:210px;
	overflow:hidden;	
}

#box_pic3 {
	position:absolute;
	left:10px;
	top:215px;
	width:218px;
	height:210px;
	overflow:hidden;	
}

#box_pic4 {
	position:absolute;
	left:200px;
	top:215px;
	width:218px;
	height:210px;
	overflow:hidden;	
}

#boxtext {
	position:absolute; 
	right:0px; 
	width:200px;
}

#boxtext h1 {
	width:170px;
	padding:6px; 
	margin:0; 
	font-size:14px;
	margin-top:3px;
	margin-bottom:4px;
}

#boxtext h2 {
	background-color:#036941; 
	font-weight:bold; 
	margin:0;
	font-size:11px; 
	padding-left:3px; 
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:3px;
	margin-top:4px;
	margin-bottom:4px;
	color:#ffffff;
}

#boxtext p {
	padding:6px;
}