

body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F1812;
	background-color: #1F1812;
}


a:link {
	color: #1F1812;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F1812;
}
a:hover {
	text-decoration: none;
	color: #1F1812;
}
a:active {
	text-decoration: none;
	color: #1F1812;
}

#header {
background: url("../images/header.jpg");
margin: 0 auto 0 auto;
padding: 0px;
width: 925px;
height: 156px;
position: relative;
}

#toplink {
top: 70px;
right: 30px;
position: absolute;
font-style: bold;
}

#bodycontent {
margin: 0 auto 0 auto;
padding: 0px;
width: 925px;
height: 550px;
}

/* start background images*/

#homeimg {
background: url("../images/vision.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#duckimg {
background: url("../images/duck.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#doveimg {
background: url("../images/dove.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#grandslamimg {
background: url("../images/grandslam.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#biggameimg {
background: url("../images/biggame.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#jefffoilsimg {
background: url("../images/jefffoilshunt.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#accomodationsimg {
background: url("../images/accomodations.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#staffimg {
background: url("../images/prostaff.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#bookimg {
background: url("../images/book.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#contactimg {
background: url("../images/contact.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#travelimg {
background: url("../images/travel.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#articlesimg {
background: url("../images/articles.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

#thankyouimg {
background: url("../images/thankyou.jpg");
background-repeat: none;
width: 925px;
height: 550px;
}

/* end background images*/

#nav { 
width: 925px;
height: 25px;
padding: 0px;
margin: 0px;
background-color: #47381b;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
}

#nav ul{
height: 20px;
text-transform:uppercase;
font-size: 10px;
color: #fff;
text-align: center;
padding: 5px 0px 0px 0px;
margin: 0px;
vertical-align: middle;
}

#nav li {
list-style-type: none;
display: inline;
padding: 0px 7px 0px 7px;
}

#nav a:link {
color: #fff;
}

#nav a:visited {
color: #fff;
}

#staffinfo {
width: 900px;
height: 60px;
text-align: right;
padding: 10px 0 0 0;
margin: 5px;
}


/* used styles */

.style1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.style2 {
	font-size: 12px;
	font-weight: bold;

}

.style3 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

.style4 {
font-size: 10px;
}

.style5 {
font-size: 9px;
}

.style6 {
font-size: 14px;
font-style: italic;
}

.style7 {
font-size: 9px;
font-style: italic;
}

.style8 {
	font-weight: bold;
	font-size: 14px;
	}
	
.style15 {
font-size: 12px;
font-weight: bold;
font-style: italic;
}

/* font styles in whites */

.style9 {
font-size: 11px;
color: #fff;
}

.style9 a:link {
	color: #fff;
}
.style9 a:visited {
	color: #fff;
}

.style10 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.style10 a:link {
	color: #fff;
}
.style10 a:visited {
	color: #fff;
}

.style11 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.style12 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.style13 {
	font-size: 10px;
	font-style: italic;
	color: #fff;
}

.style13 a:link {
	color: #fff;
}
.style13 a:visited {
	color: #fff;
}

.style14 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}	
	
.style14 a:link {
	color: #fff;
}
.style14 a:visited {
	color: #fff;
}

.style16 {
font-size: 9px;
color: #fff;
}

.centeredImage
    {
    text-align:center;
    display:block;
    }

