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: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}

#mainbody {
	width: 727px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #8c867e;
}
#topnav {
	clear: both;
	position: relative;
	width: 727px;
	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: #ffbd4d;
}
#header {
	clear: both;
	position: relative;
	width: 727px;
	height: 148px;
	max-height: 148px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFF8EB url(/foto/header5.png) no-repeat center;
	border-bottom: 1px solid #000;
}
#leftcol {
	position: relative;
	width: 165px;
	color: #FFF;
	padding: 5px;
	float: left;
	text-align: left;
	background: #8c867e;
}
#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}
#leftcol a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #8c867e;
}
#leftcol a:hover {
	color: #ffbd4d;
	background: #8c867e;
}
#rightcol {
	position: relative;
	width: 540px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fffbf6;
}
#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: #ffbd4d;
	background: #fffbf6;
}
#footer {
	clear: both;
	position: relative;
	width: 727px;
	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;
}
