body {
	margin: 0px;
	background-image: url(images/background.jpg);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	color: #1f470b;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border-width: 0px;
	border-style: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	font-style: italic;
	color: #1f470b;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #1f470b;
}

#page_header_wrapper {
	background-image: url(images/background-top.jpg);
	background-repeat: repeat-x;
}

#page_header {
	width: 820px;
	margin: 0px auto;
}

#page_body_wrapper {
	width: 820px;
	margin: 0px auto;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#page_body_top {
	height: 15px;
	background-image: url(images/body-top.jpg);
	background-repeat: no-repeat;
}

#page_body_bottom {
	height: 15px;
	background-image: url(images/body-bottom.jpg);
	background-repeat: no-repeat;
}

#page_body {
	min-height: 316px;
}

#page_content {
	margin-left: 212px;
	margin-right: 34px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#page_navigation {
	width: 171px;
	position: absolute;
	top: 3px;
	left: 16px;
}

#page_footer_wrapper {
	width: 820px;
	height: 45px;
	margin: 0px auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#page_footer {
	margin-top: 10px;
	text-align: center;
}
