﻿body {
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.red:link {
	color: #700E17;
	text-decoration: underline;
}
a.red:visited {
	color: #700E17;
	text-decoration: underline;
}
a.red:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #700E17;
}

a.red2:link {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
a.red2:visited {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
a.red2:hover {
	color: #700E17;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

a.g:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.g:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.g:hover {
	color: #700E17;
	text-decoration: underline;
	font-weight: bold;
}



#page_header {
	height: 142px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page_subheader {
	height: 80px;
	width: 100%;
}

#page_logo {
	background-image: url(../images/logo.jpg);
	height: 70px;
	width: 97px;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 2px;
	float: left;
}
#page_user {
	float: right;
	width: 500px;
	height: 25px;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}
#page_attribute {
	float: right;
	height: 25px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#page_attribute li {
	float: left;
	text-indent: 25px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
#attribute_money {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 150px;
}
#attribute_life {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	width: 150px;
}
#attribute_power {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 150px;
}
#attribute_experience {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	width: 170px;
}
#attribute_level {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	width: 100px;
}
#attribute_more {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	width: 10px;
	background-position: 0px 8px;
	cursor: pointer;
}
#attribute_more_box {
	border: 1px solid #700E17;
	background-color: #4E0A10;
	color: #FFFFFF;
	width: 150px;
	padding: 10px;
	position: absolute;
	filter:Alpha(Opacity=80);/*IE*/
	opacity:0.8;/*Mozilla*/
}
#page_menu {
	padding: 0px;
	height: 40px;
	width: 900px;
	margin-top: 23px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#page_menu li {
	float: left;
	width: 75px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.menu_select {
	background-image: url(../images/menu_select.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#page_body {
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#page_left {
	width: 150px;
	float: left;
}
#page_right {
	float: left;
	width: 780px;
	margin-left: 20px;
}
.box_1 {
	background-image: url(../images/box_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
	text-indent: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.tip_1 {
	margin: 10px;
	width: 750px;
}
#page_footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #202020;
	padding-top: 10px;
}
.copyright {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 350px;
}
#page_footer_menu {
	float: right;
	width: 350px;
	text-align: right;
	color: #666666;
}

#page_footer_menu a{
	color: #666666;
}