html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
   }
#wrapper {
	margin: 0 auto;
	verticle-align: middle;
	width: 100%;
	background-image: url(images/DSC07648.JPG);
	background-repeat: repeat;
	background-position: center center;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	vertical-align: text-top;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #BA7700;
	line-height: 30px;
}
a:link {
	color: #BA7700;
	text-decoration: none;
}
a:visited {
	color: #BA7700;
	text-decoration: none;
}
a:hover {
	color: #F43374;
	text-decoration: none;
}
a:active {
	color: #BA7700;
	text-decoration: none;
}
.nav-current {
	color: #F43374;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
