@charset "utf-8";
html, body {
	width: 100%; padding: 0px;
	height: 100%; margin: 0px; color: #454545;
	font: normal 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	background: #25586B url(images/bg_lw.jpg) repeat-x;
}
a:link, a:visited, a:active {
	color: #E4D8D6;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.clear {clear: both;}
#top {
	width: 780px;
	margin: auto;
}
#top #logo {
	width: 780px; height: 178px;
	position: relative;
}
#top #logo #pic {
	display: block; position: absolute; left: 0px; top: 0px; z-index: 0; padding: 0px; margin: 0px;
	filter: progid:DXImageTransform.Microsoft.Wipe(duration=2, gradientsize=0.25,motion=forward);
}
#top #logo #flash {
	position: absolute;
	width: 320px; left: 173px;
	height: 146px; z-index: 1;
	top: 16px;
}
#top #logo a {
	display: block;
	width: 30px; height: 50px;
	color: #000; float: right;
	text-align: center;
	position: absolute;
	top: 10px; right: 10px;
	z-index: 2;
}
#top #menu {
	background-image: url(images/menu.jpg);
	width: 780px;
	height: 56px;
	position: relative;
}
#top #menu .menu {
	display: block;
	width: 67px;
	height: 17px;
	padding: 18px 0 21px 0;
	margin: 0 23px 0 24px;
	float: left;
}
#top #menu #sub_menu {
	height: 208px;
	width: 120px;
	position: absolute;
	display: none;
	top: 56px;
	left: 217px;
	z-index: 1;
}
#top #menu #sub_menu a {
	display: block;
	width: 120px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #FFFFFF;
	background-color: #AC0000;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
#top #menu #sub_menu a:hover {
	background-color: #007FB3;
}
#main {
	margin: auto;
	width: 760px;
	padding: 10px;
	background-color: #E1E4E9;
}
#main p {
	text-indent: 2em;
	padding: 0px;
	margin: 10px 0px;
	line-height: 200%;
}
#main #Left {
	width: 500px;
	float: left;
}
#main #Left h1 {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0px;
	font-size: 18px;
}
#main #Left h1 a {
	color: green;
}
#main #Left h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
#main #Right {
	float: left;
	width: 260px;
}
#main #Right div {
	display: block;
	height: 173px;
	width: 234px;
	overflow: hidden;
	background: url(images/box.jpg) no-repeat;
	padding: 13px;
	margin: 10px 0px 5px 0px;
}
#main #Right p {
	display: block;
	width: 234px;
	margin: 5px auto;
	padding: 0px;
	line-height: 26px;
	text-align: center;
}
#main #center {
	clear: both;
	width: 756px;
	height: 96px;
	margin: 15px auto;
}
#main #center div {
	height: 84px; padding: 6px;
	width: 114px; float: left;
	background: url(images/sub_box.jpg) no-repeat;
	position: relative;
}
#main #center div p {
	display: block;
	width: 17px;
	padding: 0px;
	height: 22px;
	margin: 0px;
	position: absolute;
	left: 6px;
	top: 8px;
	z-index: 2;
	background: url(/images/hand.gif) no-repeat;
}
#main #center span {
	display: block;
	width: 126px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	float: left;
}
#main #center a {
	height: 84px;
	width: 114px;
	display: block;
	overflow: hidden;
}
#bottom {
	margin: 0px auto;
	width: 740px;
	padding: 6px 20px;
	border-top: 7px solid #B9C0CE;
	height: 40px; color: #CCCCCC;
	background: url(images/bottom.jpg) repeat-x;
	font: normal 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	overflow: hidden;
}
#bottom #copyright {
	width: 300px;
	margin: 0 50px 0 0;
	line-height: 20px;
	float: left;
}
#bottom #linkman {
	width: 390px;
	height: 40px;
	line-height: 20px;
	float: left;
}

