@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	background:url(images/background.jpg);
}
h1 {

}
h2 {
	font-size:18px;
	margin: 0;
	padding: 0;
}
h3 {

}
p {

}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a:active {
	color:#000;
	text-decoration: none;
}
#header {
	background:url(images/header.png) no-repeat;
	width:900px;
	height:147px;
	margin:40px auto  auto auto;
}
#menu {
	width:200px;
	float:left;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	padding:5px 0 5px 0;
	border-bottom:solid #459800 1px;
	font-size:14px;
	color:#459800;
}
.page_item a {
	color:#459800;
}
#content {
	width:690px;
	margin-left:10px;
	float:left;
}
#container {
	width:900px;
	margin:10px auto 10px;
}

#footer {
	background:#ddb600;
	color:#FFF;
	width:896px;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	margin:auto;
	padding:2px;
}
.clear {
	clear:both;
}
