@charset "UTF-8";
/* CSS Document */

* 
{
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 165px;
	width: 100%;
}

#headercontent {
	height: 165px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header #logo {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 2px;
	background-image: url(../images/logo.gif);
	height: 79px;
	width: 265px;
}

#header #sitedescription {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 485px;
	top: 55px;
	position: absolute;
	left: 315px;
}

#header #logo a:link,
#header #logo a:visited,
#header #logo a:hover,
#header #logo a:active  {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 300px;
	height: 81px;
	overflow: hidden;
	text-indent: -9999px;
}
#vistanavigation {
	position: absolute;
	left: 306px;
	top: 105px;
}

#homepagenavi {
	width: 250px;
	margin: 0px;
	padding-top: 72px;
	float: right;
}

#page {
	width: 100%;
	overflow: hidden;
}

#pagewrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	overflow: hidden;
}
#content  {
	width: 675px;
	float: left;
	padding-top: 0px;
}

#Nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	padding-top: 35px;
}

#Nav li {
	float: left;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}

#Nav li a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #b3c326;
	cursor: pointer;
	padding-right: 15px;
}

#Nav li a:hover {
	color: #FFFFFF;
}


#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
}

#search {
	float: left;
}

#news {
	font-size: 11px;
	color: #F0F0F0;
	padding: 10px;
	border: thin solid #b3c326;
	float: right;
	width: 250px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 15px;
}
#news a {
	color: #b3c326;
	text-decoration: underline;
}
#news h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#news p {
	color: #b3c326;
}
.imgpadding {
	padding-left: 10px;
	border-style:none;
}

.submit_btn, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #b3c326;
	font-size: 11px;
	padding: 3px;
}

#search {
	float: left;
}

#search a {
	color: #b3c326;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#search a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	padding-bottom: 15px;
	display: block;
	padding-top: 15px;
}

#copyright a {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
