body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navbar {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#banner {
	position: absolute;
	height: 150px;
	width: 900px;
	left: 0px;
	top: 135px;
}
#maincontent {
	padding-top: 25px;
	padding-right: 275px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 600px;
	left: 0px;
	top: 285px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9C3023;
	line-height: 125%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}
#maincontent a {
	color: #9C3023;
	text-decoration: underline;
}
#sidebar {
	position: absolute;
	left: 650px;
	top: 285px;
	padding-top: 25px;
	width: 250px;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 175%;
	color: #9C3023;
	margin-right: 10px;
	margin-left: 20px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	color: #9C3023;
	text-align: center;
}
#footer a {
	color: #9C3023;
	text-decoration: none;
}

.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9C3023;
	font-size: 14px;
	font-weight: bold;
}
#image_float {
	float: right;
}
ul {
	margin-left: 10px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	list-style-type: disc;
}
.sidebar_text_pad {
	margin-right: 10px;
	margin-left: 20px;
}
a {
	text-decoration: underline;
	color: #9C3023;
}

