body {
	background-color: #000000;
}
.wrapper {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	border-top: 10px solid #B5B55A;
	border-right: 10px solid #B5B55A;
	border-left: 10px solid #B5B55A;
	width: 770px;
	margin-top: 2%;
	margin-left: 5%;
}
.header {
	float: right;
	width: 644px;
}
.leftcol {
	float: left;
	width: 106px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	clear: none;
}
.footer {
	clear: both;
	width: 100%;
	background-color: #FFCC66;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration: none;	
}
.footer a:hover {
	color: #C9A151;
	text-decoration: none;	
}
.content {
	float: right;
	width: 604px;
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.content a {
	color: #666666;
	text-decoration: none;	
	}

.content a:hover {
	color: #E1B45B;
	text-decoration: none;	
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #D1A754;	
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.image {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.logo {
	background-color: #000000;
	width: 100%;
	float: left;
	text-align: center;
}
