@charset "utf-8";
/* CSS Document */

body {
	background:#fdfdfd url(../images/bg_body.jpg) repeat-x;
	background-attachment: fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	line-height:1.3em;
	color: #bdae74;}
	
a:link, a:visited {
	text-decoration:none;
	color: #bdae74;}
	
a:hover {
	color:#7e6f47;
	text-decoration:none;}

	
#outerWrapper {
	background:url(../images/trans_bg.png);
	padding:10px 0;
	width:910px;}
	
#outer {
	width: 886px;
	border: solid 2px #f4bd46;
	background:#020e0e;}	

	
#footer {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #815332;
	padding:5px 0 0 0;
	line-height:normal;
	text-align:center;	
	width:900px;
	letter-spacing:0.08em;
	line-height:2em;}
	
#footer a { color:#990000;}	
#footer a:hover { color: #FF9900;}


	

