body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8a8a79;
	background: #262223;
}

a:link, a:visited {
	color: #dcc451;
	text-decoration: none;
	font-weight: normal;
} 

a:active, a:hover {
	color: #ccff00;
	text-decoration: underline;
}

#content {
	background: #1a1a1a;
	width: 980px;
	border: 0px;
	border color: #5f5f5f;
}

#footer {
	clear: both;
	width: 980px;
	padding: 18px 0px;
	margin: 0 auto;
	text-align: center;
	color: #555555;
	background: url(images/footer-bg.jpg) no-repeat;
	border-top: 1px solid #22211e;
}
 
#footer a {
	font-weight: normal;
	color: #777777;
}
 
#footer a:hover {
	color: #cccccc;
	text-decoration: none;	
}
 
#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #555555;
}

