body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#main {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #A08C6B;
	border: medium solid #FFF;
}
#header {
	background-color: #7A6950;
	height: 150px;
	width: 800px;
	background-image: url(../images/page_style/header_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}
#nav {
	width: 160px;
	float: left;
	background-color: #A08C6B;
	height: 495px;
	padding-left: 45px;
	clear: both;
	background-image: url(../images/page_style/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a:link ,#nav a:visited{
	color: #000;
	text-decoration: underline;
	font-size: 20px;
}
#nav a:hover ,#nav a:active{
	text-decoration: underline;
	color: #CCC;
	font-size: 20px;
}
#main_body {
	float: left;
	width: 590px;
	background-color: #FFF;
	color: #000;
	padding-left: 5px;
	text-align: center;
}
#hide {
	display: none;
}


#footer {
	clear: both;
	width: 800px;
	background-color: #7A6950;
	height: 25px;
}
#design_contact {
	background-color: #000;
	font-size: 12px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#design_contact  a:link, #design_contact  a:visited {
	color: #FFF;
	text-decoration: underline;
}

#design_contact a:hover, #design_contact  a:active {
	text-decoration: underline;
	color: #666;
}
.fake_link {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bolder;
	cursor: pointer;
	color: #000;
}
#players {
	color: #A89173;
	text-align: center;
	vertical-align: top;
}
#players a:link, #players a:visited {
	color: #A89173;
	text-decoration: underline;
	font-weight: bolder;
}
#players a:hover, #players a:active {
	text-decoration: underline;
	color: #746147;
	font-weight: bolder;
}
