body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#banner {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 0px;
	top: 135px;
}
#maincontent {
	width: 550px;
	padding-top: 25px;
	padding-right: 325px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 135px;
}
#maincontent_home {
	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;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	margin-top: 0px;
}
#footer {
	position: absolute;
	height: 80px;
	width: 900px;
	left: 0px;
	bottom: -100px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#image_float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar {
	position: absolute;
	width: 260px;
	left: 620px;
	top: 355px;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #006699;
}
a {
	color: #006699;
	text-decoration: underline;
}
#image_padding {
	margin-bottom: 15px;
}
