body,p,div,h1,h2,h3,img,ul,li {
	margin:0;
	padding:0;
}
div,td {
	font-family:Verdana;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#003366;
}
a:hover {
	text-decoration:underline;
}
.space {
	clear:both;
	padding-bottom:10px;
}
#site {
	margin:auto;
	width:900px;
}
#top {
	text-align:center;
	background:url('images/top.jpg') top left no-repeat;
	height:214px;
}
#content {
	clear:both;
}
#menu {
	float:left;
	width:299px;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	font-weight:bold;
}
#menu li {
	display:block;
	list-style:none;
	background:url('images/menu_p.jpg') top right no-repeat;
	height:25px;
	padding-top:7px;
	padding-left:100px;
}
#menu li.mtop {
	background:url('images/menu_top.jpg') top right no-repeat;
	height:25px;
	padding-top:9px;
	color:#fff;
	font-weight:bold;
}
#main {
	float:left;
	width:540px;
	background:url('images/bg_main.jpg') top left no-repeat;
	padding-left:53px;
	padding-top:5px;
	font-size:11px;
}
#main h1 {
	font-size:14px;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	margin-bottom:10px;
}
#main p {
	line-height:1.5;
	padding-bottom:5px;
}
#footer {
	margin-top:10px;
	background:url('images/footer.jpg') bottom left no-repeat;
	height:70px;
	padding-top:7px;
	padding-left:200px;
	font-size:10px;
	color:#999999;
}
#stat {
	float:right;
}
#links {
	padding-top:5px;
	font-size:9px;
}
#links a {
	color:#999999;
	text-decoration:none;
}
