body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 13px Arial, Helvetica, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #ffbd4d;
	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: 780px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #000000;
}
#topnav {
	clear: both;
	position: relative;
	width: 780px;
	height: 25px;
	border-bottom: 0px solid #65615b;
	text-align: right;
	padding: 0;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a {
	border: 0px;
	text-decoration: none;
	padding: 5px 2px 5px 5px;
	background: #65615b;
	color: #FFFFFF;
}
xz
#topnav a:hover {
	text-decoration: none;
	background: #65615b;
	color: #FFFFFF;
}
#header {
	clear: both;
	position: relative;
	width: 780px;
	height: 149px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFF8EB url(../images/header.gif) no-repeat center;
	border-bottom: 0px solid #000;
}

#leftcol {
	position: static;
	width: 208px;
	color: #000000;
	padding: 5px;
	float: left;
	text-align: left;
	background: #697a94;
}

#leftcol .title h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #f0842f;
	border: inherit;
	text-align: center;
	border-top: dashed;
	border-bottom: dashed;
	letter-spacing: +1em;
}
#leftcol .content {
	margin: 5px 0 10px;
	border-top: dotted #ffbd4d;
}
#leftcol a {
	color: #FFF;
	font-weight: bold;
	background: #697a94 no-repeat;
	text-decoration: none;}
#leftcol a:hover {
	color: #ffbd4d;
	background: #697a94;
}
#rightcol {
	position: relative;
	width: 550px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fffbf6;
}
#rightcol .title h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 0;	border-bottom: dotted;background-repeat: no-repeat;}
#rightcol .content {
	margin: 5px 1em 10px 1em;
}
#rightcol a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	background: #fffbf6;
}
#rightcol a:hover {
	color: #ffbd4d;
	background: #fffbf6;
}
#footer {
	clear: both;
	position: relative;
	width: 780px;
	height: 16px;
	font-size: 10px;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: 2px #000 solid;
left: 0;
top: 0;}
#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: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}
.screenshot {
	padding: 4px;
	float: right;
}
#toplink {
	float: right;
	clear: both;
}

