body {
	margin: 0;
	padding: 0;
	background: #F0F0F0;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
#mainbody {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #FFF8EB;
}
#header {
	position: relative;
	width: 768px;
	height: 129px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: url(../images/header.jpg) no-repeat center;
	border-bottom: 1px solid #000;
}
#header h1 {
	position: relative;
	top: 25px;
	left: -30px;
	text-align: right;
	margin: 0;
	padding: 0;
	font: bold 48px Georgia, "Arial Black", Times, serif;
}
#bannerpics {
	margin-top: 30px;
	text-align: center;
}
#page {
	position: relative;
	width: 758px;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #E1EDFF;
}
#page img.banner {
	margin-top: 25px; 
}
#page .title h1 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}
#page .title h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#page .title h3 {
	position: relative;
	top: 18px;
	left: 0px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#page .content {
	margin: 15px 10px 10px 10px;
	border-top: 1px dotted #ffbd4d;
}
#page .content h4 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#page a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}
#page a:hover {
	color: #F97508;
}
#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: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}
.screenshot {
	padding: 4px;
	float: right;
}
#toplink {
	float: right;
	clear: both;
}
div.content img.left {
	float: left;
}
div.content img.right {
	float: right;
}
div.center {
	text-align: center;
}