body {
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 725px;
	scroll-x: no;
	background: url(../images/main_bg.jpg) repeat-x;
	background-color: #FFFFFF;
}

div {
	margin: 0 auto;
	overflow: hidden;
}

a:link {
	color: #676767;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #676767;
}

a:hover {
	text-decoration: underline;
	color: #676767;
}

a:active {
	text-decoration: none;
	color: #676767;
}

#top {
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 30px;
}

#logo {
	width: 141px;
	height: 58px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	margin-left: 20px;
}

#home {
	width: 300px;
	height: 20px;
	float: right;
	line-height: 20px;
	margin-right: 10px;
	text-align: right;
	margin-top: 20px;
}

#main {
	width: 95%;
	float: left;
	margin-top: 10px;
	display: block;
	margin-left: 10px;
}

#bottom {
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 40px;
	border-top: #CCCCCC 1px solid;
}

.bottom_text {
	width: 100%;
	height: 12px;
	float: left;
	line-height: 12px;
	margin-top: 8px;
	text-align: center;
	color: #666666;
}

.title_left {
	background: transparent url(../images/gg.jpg) no-repeat scroll 0 0;
	float: left;
	height: 35px;
	width: 35px;
}

.title_text {
	background: transparent url(../images/gg_bg.jpg) repeat-x scroll 0 0;
	float: left;
	color: #0D5DB6;	
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 25px;
	text-indent: 10px;
	width: 640px;
}

.title {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: #999999 2px solid;
}

.blue {
	color: #0066CC;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

li {
	float: left;
	width: 700px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	margin-left: 10px;
	border-bottom: #B8B8B8 1px dotted;
	background: url(../images/dot.jpg) left no-repeat;
	text-indent: 10px;
}
