body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	height: 150px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 150px;
}
#image_main_home {
	position: absolute;
	height: 400px;
	width: 600px;
	left: 0px;
	top: 195px;
}
#image_steve {
	position: absolute;
	height: 195px;
	width: 290px;
	left: 610px;
	top: 195px;
}
#image_on_bench {
	position: absolute;
	height: 195px;
	width: 290px;
	left: 610px;
	top: 400px;
}
#footer_home {
	background-color: #000000;
	background-image: url(../images/bg_footer.jpg);
	position: absolute;
	height: 175px;
	width: 900px;
	left: 0px;
	top: 605px;
	padding-top: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDC86A;
}
#footer_home a {
	text-decoration: underline;
	color: #CDC86A;
}
#footer_sub {
	background-color: #000000;
	background-image: url(../images/bg_footer.jpg);
	position: absolute;
	height: 175px;
	width: 900px;
	left: 0px;
	padding-top: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDC86A;
	bottom: -200px;
}
#footer_sub a {
	text-decoration: underline;
	color: #CDC86A;
}
#maincontent {
	background-color: #000000;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px;
	width: 830px;
	position: absolute;
	left: 0px;
	top: 195px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CDC86A;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
a {
	color: #CDC86A;
	text-decoration: underline;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CDC86A;
}
.image_pad_lower {
	margin-bottom: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
