* {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	overflow: hidden;
}
body {
	background-image: url(style/bg.jpg);
	background-repeat: repeat;
}
.heading {
	background-color: #4D664D;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 12px !important;
}

#top_header {
	background-image: url(style/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}
#sub_top_header {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

#left_sth {
	float: left;
	width: 209px;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
#right_sth {
	float: left;
	height: 137px;
	width: auto;
	padding-top: 20px;
}
#menu {
	background-image: url(style/menu_bg.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 770px;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
}
#menu #menu_slider {
	position: absolute;
	height: 30px;
	width: 125px;
	top: 11px;
	z-index: 10;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: absolute;
	width: 100%;
}
#menu ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	z-index: 100;
}
#menu ul li a {
	display: block;
	color: #E8F9AE;
	text-decoration: none;
	font-size: 14px;
	margin-right: 6px;
	margin-left: 6px;
	height: 30px;
	z-index: 100;
}
#left_bb {
	height: auto;
	width: 209px;
	float: left;
	text-align: center;
}
#right_bb {
	float: left;
	width: 758px;
	margin-top: 10px;
	background:#FFF;
	padding:10px;
	font-size:12px;
	border:1px solid #AAA;
}
#bot_body {
	margin-right: auto;
	margin-left: auto;
	background-image: url(style/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	text-align: center;
}

.arrow {
	background-image: url(style/arrow_gray.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 164px;
	font-size: 14px;
	color: #E8F9AE;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
}
.arrow a {
	text-decoration: none;
	color: #E8F9AE;
}
.error{
	color:#F00;
	font-weight:bold;
}
#bottom_text {
	color: #FFF;
	text-decoration: none;
	padding-top: 25px;
	font-size: 12px;
}
#bottom_text a{
	color: #FFF;
	text-decoration: none;
}
.sub1, .register{
	line-height: 25px;
	text-align: justify;
}
