@charset "UTF-8";
/* CSS Document */
body
{
	background:url(../images/bg.jpg) repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	
}
.home_header
{
	background:url(../images/bg_home_top.jpg) repeat-x;
	height:83px;
}
.banner_home
{
	background:url(../images/home_banner.jpg) no-repeat;
	height:580px;
}
.banner_home a
{
	width:100px;
	height:30px;
	display:block;
	margin:275px 0 0 505px;
	padding:0px;
	outline:none;
}
.footer_home
{
	padding:20px;
	border-top:#FFF dashed 1px;
	
}
.header_innerpage
{
	background:url(../images/banner_inner_head.jpg) repeat-x;
	height:260px;
}
.bg_menu
{
	background:url(../images/bg_menu.jpg) repeat-x;
	height:50px;
}
.menu
{
	height:50px;
}
.menu ul
{
	display:block;
	height:50px;
	margin:0px;
	padding:0px;
	font-weight:600;
}
.menu ul li
{
	float:left;
	list-style:none;
	padding:18px 20px;
	margin:0px;
	font-size:14px;
	color:#000;
}
.menu ul li a
{
	text-decoration:none;
	color:#000;
	list-style:none;
}
.menu ul li a:hover
{
	color:#f99f02;
}
.menu ul li a.active
{
	color:#f99f02;
}
.bg_content
{
	background:url(../images/bg_content.jpg) no-repeat center top;
}
.content
{
	color:#FFF;
	margin:0px;
	padding:20px;
}

.content h2
{
	font-size:20px;
	margin:0px;
	padding:10px 0;
	margin:0px;
	font-style:normal;
	font-weight:lighter;
	font-family: 'Glegoo', serif;
}
.content p
{
	font-size:13px;
	line-height:normal;
	text-align:justify;
	margin:0px;
	padding:10px 0;
	color:#000;
	
}

#memberslist
{
	color:#FFF;
	font-size:14px;
	
}
#memberslist td
{
	padding:5px 0 5px 20px;
	margin:0px;
	width:490px;
}
#memberslist a
{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
#memberslist a:hover
{
	color:#CCC;
	font-size:14px;
	text-decoration:none;
}
