@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
a {
	font-weight: bold;
	color: #75656E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #792638;
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin: 15px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa;
}
#header {
	height: 187px;
	background-image: url(../../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header img {
	position: absolute;
	border: none;
}
#body {
	background-image: url(../../images/body_bg.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
#content {
	margin: 50px 75px;
}
#title {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
#footer {
	height: 177px;
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#bottom_nav {
	width: 800px;
	position: relative;
	top: 95px;
	left: 75px;
	font-size: 11px;
}
.caption {
	font-size: 9pt;
	font-style: italic;
}