/* CSS Document */

body {
	width: 946px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #333231;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0px;
	padding: 0px;
}

div#container {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}

div#topnav {
	background-color: #393939;
	color: #FFFFFF;
	width: auto;
	height: 15px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

div#topnav a:hover {
	text-decoration: underline;
}

div#topnav div#topnavleft {
	float: left;
	clear: none;
}

div#topnav div#topnavright {
	float: right;
	clear: none;
}

div#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 170px;
	position: relative;
	clear: both;
}

div#mainnav_right {
	position: absolute;
	right: 0px;
	bottom: 12px;
}

div#mainnav_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#mainnav_right li {
	float: left;
	margin: 0px;
}

div#mainnav_right li a {
	background-image: url(img/btn_right_back.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	width: 82px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	padding-right: 20px;
}

div#mainnav_right li a#mainnav_right_selected {
	background-image: url(img/btn_right_back_sel.gif);
	background-repeat: no-repeat;
}

div#content_index {
	background-image: url(img/content_index.jpg);
	background-repeat: no-repeat;
	width: 946px;
	height: 473px;
}

div#content {
	background-image: url(img/content_back.jpg);
	background-repeat: no-repeat;
	width: 881px;
	height: 423px;
	padding-top: 50px;
	padding-left: 65px;
}

div#content div#content_inner {
	height: 370px;
	overflow: auto;
	width: 810px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

div#content div#content_inner h1 {
	font-size: 20px;
	color: #FFFFFF;
}

div#content div#content_inner h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

div#content div#content_inner a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#content_inner a:hover {
	text-decoration: underline;
}

div#content div#content_inner form input,
div#content div#content_inner form textarea {
	width: 100%;
}

div#footer {
	background-image: url(img/footer_back.jpg);
	background-repeat: no-repeat;
	background-color: #0C0C0C;
	width: auto;
	height: auto;
	padding: 15px 10px 0px 10px;
	font-size: 10px;
	color: #FFFFFF;
	min-height: 100px; 
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div#footerleft {
	float: left;
	text-align: left;
}

div#footer div#footerright {
	float: right;
	text-align: right;
}

div#footer div#footerbottom {
	clear: both;
	text-align: left;
	padding-top: 10px;
}