body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #FBFBFC;
	font: normal 13px "Trebuchet MS";
	border-top-color: #FBFBFC;
	border-right-color: #FBFBFC;
	border-bottom-color: #FBFBFC;
	border-left-color: #FBFBFC;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
}
html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul.sublist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist {
	margin: 7px 0 8px 3px;
}
#mainbody {
	width: 768px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #ebb507;
	border-top: 1px none #000;
	border-right: 1px none #000;
	border-bottom: 1px none #000;
	border-left: 1px none #000;
}
#topnav {
	clear: both;
	position: relative;
	width: 768px;
	height: 25px;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a {
	border: 0px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a:hover {
	text-decoration: none;
	background: #65615b;
	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;
	z-index: 2;
	text-align: left;
	margin: 0;
	padding: 0;
	font: normal 32px Verdana, Arial, Helvetica, sans-serif;
	left: 10;
	text-indent: 10px;
}
#header h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: italic normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
}
#leftcol {
	position: relative;
	width: 165px;
	color: #FFF;
	padding: 5px;
	float: left;
	text-align: left;
	background: #8c867e;
	background-color: #ebb507;
}
#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
	text-indent: 12px;
}
#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #333;
}
#leftcol a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #ebb507;
}
#leftcol a:hover {
	color: #333;
	background: #ebb507;
}
#rightcol {
	position: relative;
	width: 581px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fffbf6;
	background-color: #f4ecd2;
}
#rightcol .title h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#rightcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}
#rightcol a {
	color: #ed1c24;
	font-weight: normal;
	border-bottom: none;
}
#rightcol a:hover {

}
#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #ed1c24;
	text-align: center;
	background: #65615b;
	border-top: 1px solid #000;
	background-color: #ed1c24;
}
#footer h3 {
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	background: #ed1c24;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
	background: #ed1c24;
}
.screenshot {
	padding: 4px;
	float: right;
}
#toplink {
	float: right;
	clear: both;
}
