@charset "UTF-8";
body {
	background: url(../img/bg.gif) repeat-x left top;
}
#page {
	background: url(../img/headerbg.jpg) no-repeat center top;
	text-align: center;
	width: 100%;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#header {
	width: 760px;
	height: 161px;
}
h1,
h2 {
	line-height: 1em;
}
h1 {
	padding-top: 6px;
}
h1 img {
	display: block;
	height: 35px;
}
h2 img {
	display: block;
	margin: 0;
	height: 120px;
}
/*menu*/
#menu {
	clear: both;
	width: 760px;
	height: 28px;
	background: url(../img/menubg.jpg) no-repeat left top;
}
#menu li {
	float: left;
	height: 28px;
	list-style-type: none;
}
#menu li#m01 {
	width: 116px;
}
#menu li#m02 {
	width: 77px;
}
#menu li#m03 {
	width: 136px;
}
#menu li#m04 {
	width: 86px;
}
#menu li#m05 {
	width: 53px;
}
#menu li#m06 {
	width: 106px;
}
#menu li#m07 {
	width: 96px;
}
#menu li#m08 {
	width: 90px;
}
#menu li a {
	height: 28px;
	display: block;
}
#menu li a img {
	display: block;
	height: 28px;
}
#menu li a:hover {
	background-color:transparent;/*for IE6*/
}
#menu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}
/*topicPath*/
#topicPath {
	float: left;
	clear: left;
	width: 410px;
	_width: 407px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 83%;
	line-height: 1.2em;
}
#topicPath li {
	display: inline;
}
#topicPath li a {
	padding-right: 25px;
	background: url(../img/path.gif) no-repeat right center;
}
/*bannerSpace*/
#bannerSpace {
	position: relative;
	margin-top: 25px;
	border: 0;
	border-width: 0;
	width: 350px;
	height: 50px;
	overflow: hidden;
}
h3 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/headbg.gif) no-repeat left top;
	font-size: 175%;
	font-weight: bold;
	color: #DD4488;
	line-height: 1.2em;
}
/*footer*/
#footer {
	width: 100%;
	background: url(../img/footerbg.jpg) no-repeat center top;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
	display: block;
	clear: both;
}
#footer p {
	font-size: 83%;
	line-height: 1.3em;
	width: 760px;
	text-align: left;
	margin: 0 auto;
	letter-spacing: 1px;
}
