body {
	margin: 0px;
	background-image: url(img/bg_border.gif);
	font-size: 12px;
	color: #333;
	line-height:20px;
}
a img {
	border:none;
}
.g_imgtitle {
	display: block;
}
#g_base {
	 width:800px;
	 margin:0px auto 0px auto;
	 background-color:#FFF;
	 padding-bottom:20px;
}
#g_footer {
	margin: 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
}
#g_leftpart {
	float: left;
	margin-top: 28px;
	margin-right: 20px;
	margin-left: 28px;
	width: 260px;
}
#g_base #g_rightpart {
	width: 436px;
	float: right;
	padding: 28px;
	background-color: #CCC;
	color:#036;
}
#g_base #g_rightpart .g_col, #g_base #g_rightpart .g_col2 {
	width:200px;
}
#g_base #g_rightpart .g_col {
	float:left;
}
#g_base #g_rightpart .g_col2 {
	float:right;
}
#g_base #g_rightpart .g_imgbox {
	 width:100%;
	 font-size: 10px;
	 line-height: 12px;
	 margin-bottom: 25px;
}

#g_base #g_rightpart .g_imgbox img {
	margin-bottom: 5px;
	width:100%;
}
