body {margin: 0;
padding: 0;
background-color:#a8a69a;
font-family: sans-serif;
font-size: .7em;
line-height: 1.4em;}

div#header {
	padding: 2%;
	text-align: center;
	background-color: #838178;
	color: #fffbe9;
	margin-bottom: 5px;
	border-bottom: solid #b0840e thin;
	font: 18px Arial, Helvetica, sans-serif;
}

div#footer {padding: 2%;
text-align: center;
clear: both;
background-color: #6a6961;
color: #fffbe9;
border-top: solid #b0840e thin;}

div#maincontent {
	padding: 7px;
	text-align: justify;
	background-color: #a8a69a;
	color: #fffbe9;
	border-right: solid #b0840e thin;
	border-left: solid #b0840e thin;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
	text-indent: 35px;
	margin: 2% 23% 23%;
}


div#rightcolumns {padding: 2%;
float: center;
color: #fffbe9;
width: 150px;
top: 0px;
}


div#leftcolumn {padding: 2%;
float: left;
text-align: right;
color: #fffbe9;
width: 150px;}

div#rightcolumn {padding: 2%;
float: right;
color: #fffbe9;
width: 150px;}
#rightcolumn img {
	float: none;
	position: fixed;
	top: 125px;
	right: 3px;
	margin: 5px;
	padding: 2px;
	border: medium inset B0840E;
}
#leftcolumn img {
	position: absolute;
	top: 450px;
	left: 12px;
	border: medium inset B0840E;
	width: 216px;
	height: 158px;
}
#maincontent ul {
	font: 18px Arial, Helvetica, sans-serif;
	width: 550px;
	margin: 4px;
	padding: 2px;
	position: relative;
	left: 3px;
	color: #ECE9D8;
	background: #a8a69a;
}
#maincontent h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #666666;
	background: center;
	text-align: center;
}
#header a {
	color: #B0840E;
	background: #6d6b64;
}

#header a:hover {
	color: #c79610;
	background: #6d6b64;
}

