body {
	background-image: url(../images/bg_body.jpg);
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 950px;
	top: 0px;
}
#header {
	position: absolute;
	height: 100px;
	width: 950px;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg_header.jpg);
}
#navigation {
	position: absolute;
	height: 35px;
	width: 950px;
	left: 0px;
	top: 100px;
}
#subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	position: absolute;
	width: 500px;
	right: 0px;
	bottom: 0px;
}
#topnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	position: absolute;
	width: 300px;
	top: 0px;
	right: 0px;
}
#banner {
	position: absolute;
	height: 200px;
	width: 950px;
	left: 0px;
	top: 135px;
}
#banner_sub {
	position: absolute;
	height: 125px;
	width: 950px;
	left: 0px;
	top: 135px;
}
#maincontent {
	width: 600px;
	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;
}
#maincontent_sub {
	width: 600px;
	padding-top: 25px;
	padding-right: 325px;
	padding-bottom: 50px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 260px;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #93813F;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #000000;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 75px;
	width: 950px;
	left: 0px;
	bottom: -75px;
}
#subnavigation a {
	color: #000000;
	text-decoration: none;
}
#subnavigation a:hover {
	color: #CC6600;
}
#sidebar {
	position: absolute;
	width: 300px;
	left: 650px;
	top: 335px;
}
#sidebar_sub {
	position: absolute;
	width: 300px;
	left: 650px;
	top: 285px;
}
#imagepad {
	margin-top: 10px;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #93813F;
}
#topnavigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar p {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
}
#sidebar_sub p {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
}
.sidebar_headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #93813F;
}
