/* CSS Document */
body {
	background:#000000;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
}

#logobar {
	width:960px;
	height:90px;
	background:url(images/logolist.jpg) no-repeat;
}

.menu {
	margin:0;
	padding:0;
	height:36px;
	list-style:none;
	background:url(images/menubg.jpg) repeat-x;
}

.menu li {
	float:left;
	line-height:36px;
	padding:0 0 0 20px;
}

.menu li a, .menu li a:hover, .menu li a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

#banner {
	float:left;
	width:960px;
	height:200px;
	background:url(images/banner-jchd.jpg);
}

#content {
	float:left;
	width:960px;
	margin:10px 0 0 0;
	background:#ede0be;
}

#content h2 {
	margin:0;
	padding:0 0 0 20px;
	line-height:33px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background:url(images/titlebg.jpg) repeat-x;
}

.infolist {
	padding:5px 0 0 0;
	margin:0;
	list-style:none;
        font-size:12px;
        color:#640000;
}

.infolist li {
	padding:0 20px;
	margin:0;
	width:920px;
	line-height:24px;
	border-bottom:1px solid #bea052;
}

.infolist li a, .infolist li a:visited {
	font-size:12px;
	color:#640000;
	text-decoration:none;
}

.infolist li a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}