<style type="text/css">

#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 101%;
}
#header {
	height: 241px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #020202;
	padding: 0px;
	text-align: center;
 	background: url(images/header_bg.jpg) no-repeat center top;
}
#content {
	width: 800px;
	text-align: center;
	background: url(images/body.gif) repeat-y center top;
}
.contentmain {
	border: 1px solid #FEFEFE;
	width: 710px;
	text-align: justify;
	margin-left: 45px;
	margin-right: 20px;
	font: 15px Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
}
#footer {
	height: 73px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	background: url(images/footer_bg.jpg) no-repeat center top;
}
hr {
	border: none 0; 
	border-top: 3px double #CCC;
	width: 100%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: center;
}	
.kant {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
a {
	color: #1F8ADC;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #000000;
}
a.footer {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.footer:hover {
	color: #137CD7;
}
</style>