body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header_top {
	position: absolute;
	height: 99px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#header_bottom {
	position: absolute;
	height: 110px;
	width: 1000px;
	left: 0px;
	top: 99px;
}
#maincontent_home {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 371px;
	width: 285px;
	left: 100px;
	top: 244px;
	padding-top: 20px;
	padding-right: 500px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#maincontent_sub {
	background-image: url(../images/bg_maincontent_sub.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	width: 460px;
	left: 100px;
	top: 244px;
	padding-top: 25px;
	padding-right: 315px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#maincontent_purpose {
	background-image: url(../images/bg_maincontent_purpose.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	width: 460px;
	left: 100px;
	top: 244px;
	padding-top: 25px;
	padding-right: 315px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#navigation {
	text-align: center;
	padding-right: 100px;
	padding-left: 200px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 35px;
	width: 700px;
	left: 0px;
	top: 209px;
	background-image: url(../images/bg_navigation.jpg);
	line-height: 35px;
	letter-spacing: 1px;
}
#footer_home {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 65px;
	width: 800px;
	left: 0px;
	bottom: -65px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #422100;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #422100;
}
#banner_home {
	height: 391px;
	width: 489px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	color: #8CE8FF;
	text-decoration: underline;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
#sidebar_purpose {
	height: 225px;
	width: 300px;
	position: absolute;
	top: 260px;
	left: 600px;
}
a {
	font-weight: bold;
	color: #422100;
	text-decoration: underline;
}

