@charset "UTF-8";
body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#main_container {
	height: auto;
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -390px;
	position: relative;
	left: 50%;
}
#header {
	height: 136px;
	width: 780px;
	position: relative;
}
#logo {
	float: left;
	height: 136px;
	width: 162px;
	position: relative;
}
#header_right {
	float: right;
	height: 136px;
	width: 618px;
	position: relative;
}
#hr_top {
	height: 100px;
	width: 618px;
	position: relative;
	text-align: right;
}
#spacer_a {
	clear: both;
	height: 35px;
	width: 780px;
	position: relative;
}
#left {
	float: left;
	height: auto;
	width: 200px;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
}
a:link {
	color: #0E8B15;
}
a:visited {
	color: #0E8B15;
}
a:hover {
	color: #BCBDC1;
}
#right {
	float: right;
	height: auto;
	width: 560px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-attachment: scroll;
	background-image: url(images/vert_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
}
#right a:link {
	color: #0E8B15;
}
#right a:visited {
	color: #0E8B15;
}
#right a:hover {
	color: #BCBDC1;
}
#left a:link {
	color: #0E8B15;
}
#left a:visited {
	color: #0E8B15;
}
#left a:hover {
	color: #BCBDC1;
}
#footer {
	background-color: #0E8B15;
	clear: both;
	height: auto;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BCBDC1;
	text-align: center;
}
#linkbar {
	text-align: right;
	height: 36px;
	width: 618px;
	position: relative;
	vertical-align: bottom;
}
