* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
body {
	font-family: verdana, arial, sans-serif;
	margin: 0 auto 10px;
	color: #444;
}
img {
	border: 0;
}
input, textarea {
	border-width: 1px;
}
p {
	line-height: 15px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 800px;
}
#head {
	width: 100%;
	height: 131px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(head_bg.jpg) no-repeat;
}
#head_menu {
	width: 100%;
	height: 22px;
	background: url(head_menu_bg.jpg);
	text-align: right;
	color: #fff;
}
#head_menu a {
	line-height: 22px;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}
#head_menu a:hover {
	top: 1px;
	text-decoration: none;
	position: relative;
}
#banner {
	height: 77px;
	border-bottom: 1px solid #27c;
	background: #fff url(banner_bg.jpg) no-repeat right;
}
#banner_here {
	line-height: 30px;
	color: #f60;
	margin: 0 10px;
}
#banner_here a {
	color: #f60;
} 
#banner_location {
	line-height: 40px;
	font-size: 25px;
	color: #18c;
	margin: 0 10px;
	font-weight: bold;
}
#content {
	border-top: 1px solid #fff;
}
#content_center {
	margin: 25px 10px 10px;
	overflow: hidden;
}
#content_center td {
	padding: 3px;
}
#content_center img {
	max-width: 600px;
	width: expression(onload=function(){this.style.width=(this.offsetWidth >600)?"600px":"auto"});
}
#content_center p {
	margin: 10px 0;
	line-height: 20px;
	text-indent: 2em;
	font-size: 14px;
}
#content_center_fontsmall {
	border: 1px solid #999;
	margin: 40px;
}
h4 {
	margin:1px 1px 10px;
	line-height: 20px;
	background: #ccc;
	color: #333;
	padding: 0 5px;
}
#content_center_fontsmall p {
	line-height: 14px;
	margin: 3px 0 10px;
}
#content_center ol {
	margin: 10px 0;
}
#content_center ol li {
	list-style-type: none;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	border-bottom: 1px dashed #666;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #f60;
	line-height: 25px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin: 20px 0 10px;
	padding: 0 0 0 5px;
}
#center_page {
	clear: both;
	margin: 10px;
	line-height: 20px;
	text-align: right;
}
#center_page a {
	margin: 0 0 0 10px;
}
#content_left {
	width: 637px;
	float: left;
	background: #fff url(content_left_bg.jpg) no-repeat top;
}
.content_img_small_left {
	float: left;
	clear: left;
}
.content_img_small_right {
	float: right;
	clear: right;
}
.content_img_small_left, 
.content_img_small_right {
	width: 280px;
	padding: 5px 10px;
	margin: 20px 0;
}
.c_i_s_l_i {
	float: left;
}
#content_center .c_i_s_l_i img {
	width: 130px;
	height: 130px;
	border: 1px solid #666;
}
.c_i_s_l_t {
	float: left;
	margin: 10px 0 0 10px;
}
#content_right {
	width: 163px;
	float: right;
	background: #27c url(content_right_bg.jpg) no-repeat bottom;
}
h5 {
	font-size: 14px;
	color: #fff;
	margin: 40px 0 0 10px;
}
#content_right ul {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	margin: 5px 0;
}
#content_right ul li {
	margin: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	list-style-type: none;
}
#content_right ul li a {
	font-size: 13px;
	color: #fff;
}
#foot {
	width: 100%;
	clear: both;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 40px;
	color: #888;
	background: #ddd no-repeat right;
}