@charset "utf-8";
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #000000;
}
#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	background-image: url(images/bg6.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.feature_image {
	height: 331px;
	width: 100%;
}
.nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	word-spacing: 26px;
	text-align: left;
	padding-left: 22px;
	vertical-align: top;
	padding-top: 22px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.button {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 18px;
	padding-left: 18px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link img 
{
	filter:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
a:visited img 
{
	filter:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
a:hover img 
{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 14px;
	padding-right: 28px;
	padding-left: 28px;
}
