body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #115785;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 0.7em;
	color: #895000;
}

a:active {color: #895000; text-decoration: underline}
a:link {color: #895000; text-decoration: underline}
a:visited {color: #895000; text-decoration: underline}
a:hover {color: #895000; text-decoration: none}

p {
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
}

ul {
	margin: 20px;
	margin-top: 20px;
	padding: 0px;
}

li {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	list-style: square;
}

#main_container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 320px;
	z-index: 1;
}

#main_menu {
	position: absolute;
	top: 360px;
	left: 120px;
	width: 200px;
	z-index: 1;
}

.main_menu_button {
	clear: left;
	width: 200px;
	height: 34px;
	overflow: hidden;
}

#border_header_container {
	width: 604px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(images/header_bar.jpg);
	background-repeat: no-repeat;
}

#main_content {
	width: 604px;
	min-height: 340px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
}

#body_content {
	margin-left: 300px;
	margin-right: 50px;
	position: relative;
}

#border_footer_container {
	width: 604px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(images/footer_bar.jpg);
	background-repeat: no-repeat;
}

#footnote {
	width: 580px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: #fffce9;
}

#footnote a:active {color: #ffffff; text-decoration: underline}
#footnote a:link {color: #ffffff; text-decoration: underline}
#footnote a:visited {color: #ffffff; text-decoration: underline}
#footnote a:hover {color: #ffffff; text-decoration: none}


#page_left_image {
	position: absolute;
	bottom: 0px;
	left: -248px;
	z-index: 2;
}

