/* CSS Document */

body {
	margin-top: 50px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #504430;
	background-image: url(../images/bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
    border: 1px solid #000;
	}
	
	#left {
	float: left;
	width: auto;
	margin: 6px;
	background-color: #000;
	border: 1px solid #938b29;
	}
	
	#right {
	float: right;
	width: 410px;
	height: 607px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #1c1a0e;
	padding: 10px;
	color: #c2c1b9;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .95em;
	}
	
	#right a {
	color: #990000;
	text-decoration: underline;
	}
	
	#right a:hover {
	color: #fff;
	text-decoration: none;
	}
	
	#footer {
	clear: both;
	margin: 6px;
	padding: 6px;
	text-align: center;
	color: #5c0001;
	font-size: .70em;
	background-color: #e38c28;
	border: 1px solid #333;
	}
	
	#footer a {
	color: #5c0001;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
	#links {
	text-align: center;
	font-size: .70em;
	color: #b7b2aa;
	}
	
	#links a {
	color: #88a20c;
	text-decoration: none;
	}
	
	#links a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
	