body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#shadow {
	background-image: url(../images/bg_body_shadow.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 700px;
	width: 1100px;
	left: -100px;
	top: 0px;
}
#header {
	position: absolute;
	height: 106px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#flashcontent {
	position: absolute;
	height: 355px;
	width: 900px;
	left: 0px;
	top: 106px;
}
#logo_left {
	position: absolute;
	height: 168px;
	width: 100px;
	left: -100px;
	top: 0px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 800px;
	position: absolute;
	left: 100px;
	top: 66px;
	background-image: url(../images/bg_navigation.jpg);
}
#navcontainer ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li {
	display: inline;
	margin: 0px;
}
#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#navcontainer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8DC73F;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#maincontent {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 450px;
	padding-top: 25px;
	padding-right: 415px;
	padding-bottom: 25px;
	padding-left: 35px;
	position: absolute;
	left: 0px;
	top: 461px;
}
#maincontent_news {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 850px;
	position: absolute;
	left: 0px;
	top: 461px;
	padding: 25px;
}
#sidebar {
	width: 325px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: absolute;
	left: 550px;
	top: 461px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	color: #8DC73F;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #8DC73F;
	margin: 0px;
}
a {
	color: #8DC73F;
	text-decoration: underline;
}
ol {
	list-style-type: none;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8DC73F;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 830px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	position: absolute;
	left: 0px;
	bottom: -150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8EC63F;
	line-height: 16px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer a {
	color: #8EC63F;
	text-decoration: underline;
}
ul {
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	list-style-type: disc;
}
