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

body {
	background-image: url(images/bkpattern.jpg);
	background-repeat: repeat;
	background-position: right;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.logocons {
	height: 250px;
	width: 332px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
.bodyholder {
	color: #FFF;
	background-color: #0D0D0D;
	width: 842px;
	margin-right: auto;
	min-height: 600px;
	margin-left: auto;
	text-align: left;
	padding: 4px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #D1D1D1;
	font-weight: normal;
}



.logoholder {
	color: #FFF;
	width: 850px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.menuholder {
	color: #FFF;
	width: 825px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006633;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 55px;
	overflow: hidden;
	text-transform: uppercase;
	word-spacing: 28px;
	padding-left: 25px;
}



.menuholder a:link, .menuholder a:visited {
	color: #FFF;
	text-decoration: none;	
}

.menuholder a:hover {
	color: #FF6;
	text-decoration: none;
}

.hometext {
	padding-right: 20px;
	padding-left: 20px;
	}.images {
	padding-bottom: 10px;
	padding-left: 10px;
}

.footer {
	color: #FFF;
	width: 850px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0D0D0D;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
