body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	height: 100px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner {
	height: 200px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 135px;
	background-color: #FFFFFF;
	background-image: url(../images/image_banner_home.jpg);
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 100px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
}
#navcontainer ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
}
#navcontainer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
}
#maincontent {
	width: 550px;
	padding-top: 25px;
	padding-right: 325px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 335px;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4B711C;
	line-height: 28px;
	margin-top: 0px;
}
#sidebar {
	width: 270px;
	position: absolute;
	left: 615px;
	top: 360px;
}
#image_pad {
	margin-bottom: 15px;
}
#float_right {
	float: right;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	position: absolute;
	height: 75px;
	width: 900px;
	bottom: -100px;
	background-repeat: no-repeat;
	padding-top: 25px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B711C;
}
#maincontent ul {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
}
#maincontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	color: #4B711C;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
