body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	height: 175px;
	width: 900px;
	position: absolute;
	padding-right: 24px;
	padding-left: 24px;
	left: 0px;
	top: 0px;
}
#navigation {
	height: 50px;
	width: 900px;
	padding-right: 24px;
	padding-left: 24px;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 175px;
}
#maincontent {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	padding: 20px 375px 28px 48px;
	width: 525px;
	position: absolute;
	left: 0px;
	top: 225px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003399;
	font-weight: normal;
	line-height: 125%;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 135%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
#footer {
	height: 80px;
	width: 948px;
	padding-top: 20px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003399;
	text-align: center;
	left: 0px;
	bottom: -99px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #003399;
	text-decoration: underline;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
a {
	color: #003399;
	text-decoration: underline;
}
#sidebar {
	position: absolute;
	width: 275px;
	left: 625px;
	top: 250px;
}
#img_padding {
	margin-bottom: 15px;
}
ul {
	margin-left: 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #000000;
	list-style-type: circle;
	font-size: 12px;
}

