body {
	font-family:Tahoma, "Arial Black";
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url(images/page_bg.jpg) fixed;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link, a:visited { color: #89d700; text-decoration: none; } 
a:active, a:hover { color: #89d700; text-decoration: none }

h1 {
	font-family:Tahoma, "Arial Black";
	font-size: 18px;
	font-weight: bold;
	color: #810101;
}

h2 {
	font-family:Tahoma, "Arial Black";
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a00801;
	height: 27px;
	background: url(images/h2.jpg) no-repeat;
}

h3 {
	font-family:Tahoma, "Arial Black";
	margin-left: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 19px;
	background: url(images/h3.jpg) no-repeat;
}

#container {
	width: 800px;
	margin: auto;
}

#top {
	height: 75px;
	background: url(images/top.gif) no-repeat;
}
#title {
	float: left;
	width: 300px;
	font-size: 24px;
	font-weight: bold;
	color: #920606;
	line-height: 1.6em;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
}
#title span {
	color: #7a7a7a;
}
.menu{
	float: right;
	margin-top: 45px;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	font-family:Tahoma, "Arial Black";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 95px;
}

.menu li a:hover{
	color: #3e3e3e;
}

#header {
	background-position:center;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-left: 55px;
	height: 200px;
	padding-bottom: 10px;
	}
	

#content {
	clear: both;
	float: left;
	background: url(images/content_bg.jpg) repeat-y;
	margin: auto;
}
#content_left {
	float: left;
	width: 285px;
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content_left p {
	padding: 0px 20px 0px 30px;
}
#content_right {
	float: right;
	padding: 30px;
	width: 415px;
	color: #000;
	text-align: justify;
}

#content_right li {
	list-style: url(images/bullet.jpg);
}
#content_right strong {
	color: #418e00;
	text-decoration: underline;
}
#content_right img {
	float: left;
	padding-right: 15px;
}
#footer {
	float: left;
	height: 112px;
	width: 800px;
	background: url(images/footer.jpg) no-repeat;
}
#footer_left {
	float: left;
	width: 450px;
	font-weight: bold;
	padding-top: 60px;
	padding-left: 40px;
}

#footer_right {
	float: right;
	width: 250px;
	margin-top: 25px;
}
