body {
	background-color: #000;
	width: 100%;
	background-image: url(../image/bg_page.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position:center top;
}

body, td, th {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
#menu {
	float: left;
	
}
#member {
	float: left;
	margin-left: 15px;
}
.h1 {
	color: #da5050;
	font-size: 16px;
	text-transform: uppercase;
}

.h2 {
	color: #da5050;
	font-size: 14px;
}

a {
	color: #FF3333;
}

form {
	background-color: #990000;
}
.bg_homepage {
	background-color: #000;
	background-image: url(../image/bg_homepage.gif);
	background-repeat: repeat-x;
}
.bg_subpage {
	background-color: #13131b;
	
}
.bg_leftnav {
	background-image: url(../image/bg_leftnav.jpg);
	background-repeat: repeat-y;
	width: 255px;
	padding-top: 22px;
	padding-left: 12px;
}
.banner{
	float: right;
	width: 500px;
	margin-top: 25px;
	margin-right: 25px;
}
.content{
	float: right;
	width: 550px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.content_subpage{
	float: right;
	width: 500px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 40px;
}
.leftnav {
	background-image: url(../image/bg_nav.jpg);
	background-repeat: no-repeat;
	width: 227px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 5px;
	line-height: 12px;
	height: 30px;
}
.leftnav A{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav A:hover{
	font-size: 12px;
	color: #da5050;
	text-decoration: none;
}
.leftnav_active {
	background-image: url(../image/bg_nav_active.jpg);
	background-repeat: no-repeat;
	width: 227px;
	font-size: 12px;
	color: #da5050;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 5px;
	line-height: 12px;
	height: 30px;
}
.logo {
	width: 217px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.page {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.footer A{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #da5050;
	text-decoration: none;
}
.redtext {
	color: #FF3333;
}
