body {
	font-family: sans-serif, arial;
	font-size: 10px;
	background-color: #ffffff;
	margin: 0px;
}
#wrapper {
	width: 900px;
	height: 580px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 20px solid #ffffff;
}
#header {
	width: 793px;
	height: 50px;
	padding: 0px 10px 10px;
	border-bottom: 1px solid #999999;
}
#date {
	font-size: 10px;
	color: #999999;
	float: right;	
}
#headnav {
	font-size: 12px;
	word-spacing: 5px;
	color: #999999; 	
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 20px;
	
}
#content {
	width: 813px;
	height: 495px;
	color: #ffffff;
}
.navbox {
	width: 880px;
	height: 135px;
	margin-top: 30px;
	padding: 0px 10px 20px;
}
.nav01 {
	width: 250px;
	height: 135px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	float: left;
}
.m01 {
	width: 250px;
	height: 135px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.m02 {
	width: 380px;
	height: 135px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
#footer {
	width: 793px;
	height: 15px;
	padding: 10px 10px 0px;
	word-spacing: 5px;
	color: #333333;
	border-top: 1px solid #999999;
}
.ft {
	color: #999999;
	padding-left: 15px;
}
.elink {
	color: #1b9eb2;
	text-decoration: none;
	font-weight: 700;
}
a.lnlink:link {
	color: #999999;
	text-decoration: none;
}
a.lnlink:visited {
	color: #999999;
	text-decoration: none;
}
a.lnlink:hover {
	color: #333333;
	text-decoration: none;
}
a.lnlink:active {
	color: #000000;
	text-decoration: none;
}