#index {
	background-image:url(../images/menu_level1_item.png);
	background-repeat:repeat-x;
	border-radius:6px;
	background-position:bottom;

}
h2 {
	padding:5px 0px 0px 5px;
	font-size:24px;
}



#col_1 {
	width:388px;
	float:left;
	background-image:url(../images/wel_bg.jpg);

	height:360px;
	margin-top:10px;
	border-top-left-radius:.8em;
    border-top-right-radius:.8em;
	padding:10px 15px;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;


}

#col_2 {
	width:270px;
	float:left;
	padding:20px 0px 0px 20px ;
}
#col_3 {
	width:360px;
	float:left;
	background-image:url(../images/wel_bg.jpg);
	border-top-left-radius:.8em;
    border-top-right-radius:.8em;
	margin:10px 0px 0px 16px ;
	font-family:"Times New Roman", Times, serif;
	height:370px;
	color:#FFF;
	padding:10px 0px 0px 15px ;
	
	
}
#achive {
	width:260px;
	height:100px;
	border-radius:10px;
	border:2px solid #FFF;
	overflow:hidden;
	float:left;
	box-shadow:0px 0px 4px #999;
}
#achive_head {
	width:212px;
	height:20px;
	float:left;
	border-bottom-left-radius:.8em;
    border-bottom-right-radius:.8em;
	background-image:url(../images/wel_bg.jpg);
	margin-left:10px;
	padding:8px 15px;
}
#cont_address {
	width:260px;
	height:200px;
	border-top-left-radius:.8em;
    border-top-right-radius:.8em;
	background-color:#FFF;

	float:left;
	margin-top:10px;
	box-shadow:0px 0px 4px #999;
}
h3 {
	font-size:25px;
	font-family:"Courier New", Courier, monospace;
	border-bottom:1px solid #eacf93;
	padding:10px 0px 5px 10px;
	text-align:center;
	font-weight:bold;
	color:#818080;
}
#cont_address ul {
	list-style:none;
	text-align:center;
	
}
#cont_address li {
	padding:3px 0px;
	color:#936d2d;
}
#cont_address img {
	margin-left:25px;
}
#cont_address p {
	margin-left:50px;

}

	
	