body {
	margin:0px;
	background:url(img/top_bg.gif);
	background-repeat:repeat-x;
	font-family:SimSun, SimHei, Verdana, Arial, sans-serif;
}

h2 {
	color:#333333;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
}

ul {
	color:#333333;
	margin:0px;
	padding:0px;
	font-size:12px;	
	font-weight:normal;
	list-style-image:url(img/small_bullet.gif);
}

span {
	color:#333333;
	cursor:pointer;	
}

a {
	color:#333333;	
	text-decoration:none;
}

h2 span:hover {
	color:#333333;
	text-decoration:none;
	font-size:16px;	
	font-weight:bold;
}

a:hover {
	color:#333333;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;	
}

/* Main Container */

#wrap {
       margin-left:auto;
       margin-right:auto;
       width:800px;
}

/* Top */

#top {
	width:100%;
	height:88px;
	color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	overflow:hidden;
}

#title_pic {
	width:580px;
	display:block;
	float:left;
	padding:30px 0px 0px 0px;
}

#rtoppage {
	float:left;
	padding:40px 0px 0px 0px;
}

#return {
	width:126px;
	height:18px;
	background:url(img/small_toppage.gif) top left no-repeat;
}

#return:hover {
	width:140px;
	height:20px;
	background:url(img/big_toppage.gif) top left no-repeat;
}

/* Content Container */

#content {
	clear:both;
	width:100%;
	margin-top:30px;
}

#content h2 {
	margin:0px;
	padding:10px 0px 10px 0px;
}

/* Content */

#left ul {
	padding:15px 0px 15px 35px;
	margin:0px;
}

#left li {
	margin-bottom:5px;
}

#left {
	width:170px;
	float:left;
	display:block;
    margin-left:20px;
	display:inline;
}

#link_menu {
	width:170px;
	margin-top:30px;
	font-size:14px;
	color:#333333;
}

.list {
	cursor:pointer;
}

.list:hover {
	font-size:16px;
	font-weight:bold;
}

/* Sidebar */

#right {
	color:#333333;
	width:610px;
	float:right;
	display:block;
	margin-top:10px;
}

#right #big_pic {
	margin-left:25px;
}

#right table {
	width:100%;
	font-size:12px;
	border:1px solid #e5eff8;
	border-collapse:collapse;
	float:right;
}

#right table tr {
	border-bottom:1px solid #e5eff8;
}

#right table .blue {
		background-color:#f6fafd;
}

#right table th {
	text-align:left;
	vertical-align:middle;	
	border-bottom:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	width:16.66%;
	height:auto;
}

#right table td {
	text-align:left;
	vertical-align:middle;	
	border-bottom:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	width:16.66%;
	height:auto;
}

/* Clear Div */

#clear {
	display:block;
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}

/* Footer */

#footer {
    margin:40px auto 0px auto;
	text-align:center;
	border-top:dotted 1px gray;
	padding:20px 0px 20px 0px;
	width:70%;
}

#footer p {
	margin:0px;
	padding:0px;
	color:#333333;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
}
