body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 100px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 100px;
	background-image: url(../images/bg_navcontainer.jpg);
	background-color: #FFFFFF;
}
#navcontainer ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#navcontainer ul li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#banner {
	position: absolute;
	height: 200px;
	width: 900px;
	top: 135px;
}
#maincontent {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 550px;
	padding-top: 25px;
	padding-right: 325px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 335px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #4E6B01;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#sidebar {
	width: 260px;
	position: absolute;
	left: 620px;
	top: 355px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #9EBB44;
	text-align: center;
	padding-top: 10px;
}
#footer a{
	color: #9FBC45;
	text-decoration: none;
}

.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
#imagepad {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
a {
	color: #006699;
}

