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

body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	background-color: #000000;
	color: #FFFFFF;
}

#banner {
	height: 331px;
	width: 799px;
	padding-bottom: 3px;
	margin-left: 2px;
}
#wrapper {
	width: 800px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin:0 auto;
	position:relative;

} 
#header {
	width: 744px;
	height: 34px;
	background-image: url(../img/contentheader.jpg);
	padding-left: 60px;
	padding-top: 13px;
	background-repeat: no-repeat;
	background-position: 3px;
}
#content {
	width: 802px;
	padding-bottom: 25px;
	padding-top: 7px;
	background-image: url(../img/content.jpg);
	background-repeat: repeat-y;
	background-position: 3px;
}
#contentwrapper {
	width: 802px;
	background-image: url(../img/backgroundindex.jpg);
	background-repeat: no-repeat;
	background-position: 4px;
}

#contenttext {
	width: 679px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#shoutbox {
	width: 215px;
	padding-left: 25px;

}

#footer {
	width: 290px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 39px;
	padding-left: 515px;
	background-position: 3px;
}

#mailingform {
	height: 39px;
	
	}

#pagecopyright {
	width: 805px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
	}
	
h2  {
	color: #333333;
	font-size: 100%
}
	
#pagecopyright a:link {
	color: #333333;
	text-decoration: none;
}


#pagecopyright a:visited {
	color: #333333;
	text-decoration: none;
}

#pagecopyright a:hover {
	color: #78a639;
	text-decoration: none;
}


#content a:link{
	color: #78a639;
	text-decoration: none;
}

#content a:visited{
color: #78a639;
	text-decoration: none;
}

#content a:hover{
	color: #78a639;
	text-decoration:underline;
}

