/* CSS Document */

body {
 background-color: #000000;
 color: #FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 font-size: 14px;
 line-height: 20px;
}
a, a:visited {
	color: #ffffee;
}
a:hover {
	color:#fff;
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 22px;
	font-style: italic;
	color: #e9daa3;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: uppercase;
}
p {
	padding-top: 0;
	margin-top: 0;
}
.firstPhraseColor {
	color: #e9daa3;
	font-style: oblique;
	font-size: 13px;
}
.contentText {
	padding-left: 100px;

}
.firstLetter {
	font-size: 27px;
}
.smallPrint-10px {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}	

#imgLodge {
	background-image: url(../images/topLodge.jpg);
	background-repeat: no-repeat;
}
#imgHunt {
	background-image: url(../images/topHunting.jpg);
	background-repeat: no-repeat;
}
#imgBison {
	background-image: url(../images/TopBison.jpg);
	background-repeat: no-repeat;
	
}
#imgElk {
	background-image: url(../images/TopElk.jpg);
	background-repeat: no-repeat;
}
#imgGuides {
	background-image: url(../images/TopGuides.jpg);
	background-repeat: no-repeat;
	
}
#imgMuleDeer {
	background-image: url(../images/TopMuleDeer.jpg);
	background-repeat: no-repeat;
	
}
#imgTurkey {
	background-image: url(../images/TopTurkey.jpg);
	background-repeat: no-repeat;
	
}
#imgRates {
	background-image: url(../images/topRates.jpg);
	background-repeat: no-repeat;
}
#imgTrout {
	background-image: url(../images/topTrout.jpg);
	background-repeat: no-repeat;
}
#imgGroup {
	background-image: url(../images/topGroup.jpg);
	background-repeat: no-repeat;
}
#imgCuisine {
	background-image: url(../images/topCuisine.jpg);
	background-repeat: no-repeat;
}
#imgRanch {
	background-image: url(../images/topRanch.jpg);
	background-repeat: no-repeat;
}
#imgHome {
	background-image: url(../images/topHome.jpg);
	background-repeat: no-repeat;
}
#imgContact {
	background-image: url(../images/topContact.jpg);
	background-repeat: no-repeat;
}
#imgLocation {
	background-image: url(../images/topLocation.gif);
	background-repeat: no-repeat;
}
#imgPhotoGallery {
 	background-image:url(../images/topGallery2.jpg);
	background-repeat:no-repeat;
 }
#contentAreaHome {
	margin-top: 580px;
	width: 794px;
	padding: 3px;

}
#contentAreaLocation {
	margin-top: 20px;
	width: 794px;
	padding: 3px;

}
#contentAreaContact {
	margin-top: 50px;
	width: 794px;
	padding: 3px;

}	

#contentArea {
	margin-top: 465px;
	width: 794px;
	padding: 3px;

}
#contentAreaElk {
	margin-top: 510px;
	width: 794px;
	padding: 3px;

}
#contentArea img {
	margin: 3px;
}
#photoGallery {
		margin-top: 330px;
	width: 794px;
	padding: 3px;
}
#photoGallery img {
	margin-top: 15px;
}
	
#left {
	height: 100px;
}
#left img {
	margin-right: 10px;
	margin-bottom: 3px;
		
}
#footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 30px;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


