@charset "utf-8";

html {}

body {
	color:#FFF;
	margin: 0px;
	background-color: #2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
body a:link {
	color:#fff;
	text-decoration:none;}

body a:hover {
	color:#e1b853;
	text-decoration:none;}
	
body a:visited {
	color:#fff;
	text-decoration:none;}
	
body a:active {
	color:#fff;
	text-decoration:none;
}
	
.wrapper {
	margin: auto;
	width: 1000px;
}
.maincontent {
	background-color: #000;
	margin: auto;
	width: 760px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.header_lower {
	background-color: #1E1E1E;
	margin: auto;
	height: 15px;
	width: 800px;
	margin-bottom: 3px;
}

.footer {
	margin: auto;
	width: 760px;
	padding: 20px;
	clear: both;
}

.topnav {
	font-size: 10px;}
	
.sidebar_right {
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-top: 10px;
}
.sidebar_content {
	font-size: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
.welcometext {
	color:#EFD8A3;
}
.readmore {
	text-align: right;

}
.clear {
	clear: both;
}
.gold {
	color:#EFD8A3;
}