@charset "utf-8";
body {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	overflow-y:scroll;
}
#banner {
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	height: 300px;
	min-width: 960px;
}
#main {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -120px;
	padding-top: 30px;
}
#menu {
	width: 210px;
	margin-left:20px;
	float:left;
}
#menu .home {
	width: 210px;
	height: 52px;
	display:block;
	background-image:url(images/menu_home.jpg)
}
#menu .bottom {
	width: 210px;
	height: 2px;
	background-image:url(images/menu_bottom.jpg)
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul a {
	width: 210px;
	height: 40px;
	background-image:url(images/menu_bg.jpg);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	text-indent: 15px;
}
#menu ul a:hover {
	width: 210px;
	height: 40px;
	background-image:url(images/menu_bg.jpg);
	background-position: 0px 40px;
}
#menu ul .select {
	width: 210px;
	height: 40px;
	background-image:url(images/menu_bg.jpg);
	background-position: 0px 80px;
	color:#06F;
}
#menushadow {
	width: 10px;
	height: 170px;
	background-image:url(images/menu_right.jpg);
	float:left;
}
#right {
	width: 680px;
	padding-left: 10px;
	float:left;
}
#title2 {
	width: 680px;
	height: 40px;
	background-image:url(images/titlebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	text-indent: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#title {
	width: 680px;
	height: 40px;
	background-image:url(images/titlebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	text-decoration: none;
	text-indent: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
.content {
	width: 670px;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	text-indent: 30px;
}
.hr {
	background-image: url(images/hrbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-align:center;
	margin-bottom:20px;
	padding-top:10px;
}
#close {
	width: 24px;
	height: 24px;
	background-image:url(images/close.gif);
	display:block;
	margin-left:768px;
	margin-top: 8px;
	position: absolute;
	z-index: 110;
}
#darkbg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 120%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
}
#flash {
	position: absolute;
	width: 800px;
	height: 480px;
	padding-left:50%;
	margin-left:-400px;
	padding-top:120px;
	z-index: 100;
	display:none;
}