body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #d4b46d;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
}
html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li {
	margin: 7px 0 8px 10px;
}
ul.sublist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist {
	margin: 7px 0 8px 3px;
}
#mainbody {
	width: 770px;
	margin: 0;
	padding: 0;
	border: solid 1px #000;
	color: #fff;
	background: #fffbf6;
}
#topnav {
	clear: both;
	position: relative;
	width: 768px;
	height: 25px;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0;
	background: #006;
	color: #ffffff;
}
#topnav a {
	border: 0;
	text-decoration: none;
	padding: 0 5px;
	background: #006;
	color: #ffffff;
}
#topnav a:hover {
	text-decoration: none;
	background: #006;
	color: #ffffff;
}
#header {
	clear: both;
	position: relative;
	width: 768px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFF8EB url(../images/header.jpg) no-repeat center;
	border-bottom: 1px solid #000;
}
#header h1 {
	position: relative;
	top: 15px;
	left: 10px;
	z-index: 2;
	text-align: left;
	margin: 0;
	padding: 0;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}
#header h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}
#leftcol { position: relative; color: #006; padding: 5px; float: left; text-align: left; background: #fffbf6; width: 100px; }
#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #8c867e;
}
#leftcol a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
	background: #fffbf6;
}
#leftcol a:hover {
	color: #d4b46d;
	background: #fffbf6;
}
#rightcol { position: relative; width: 600px; color: #333; padding: 5px; float: right; text-align: left; background: #fffbf6; border-top-color: #a00; border-right-color: #a00; border-bottom-color: #a00; border-left-color: #a00; border-left-width: 2px; }
#rightcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#rightcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}
#rightcol a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	background: #fffbf6;
}
#rightcol a:hover {
	color: #d4b46d;
	background: #fffbf6;
}
#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: 1px solid #000;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	background: #65615b;
}
#footer a:hover {
	color: #d4b46d;
	text-decoration: none;
	background: #65615b;
}
.screenshot {
	padding: 4px;
	float: right;
}
#toplink {
	float: right;
	clear: both;
}