#kontainer{
min-height:100%;
position:relative;
height:auto; 
height:100%;
margin:0 auto -22px; 
background-image:url('img/wood024.jpg');
}

#mybanner {
margin-left:auto;
margin-right:auto;
width:840px;
}

#indexbox{
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;

}

#sshowbox{
border:3px solid green;
width:840px;
height:600px;
margin-left:auto;
margin-right:auto;
background-color:white;
}

#textbox{
border:3px solid green;
width:75%;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-color:white;
}

#indextextbox{
border:3px solid green;
width:74%;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-color:white;
}

#indexqw{
font-family:sans-serif;
font-size:.99em;
color:black;
}

body {
background-color:black;

}


h1 {
font-family:Helvetica;
}


p{
text-indent:30px;
font-family:sans-serif;
font-size:.9em;
color:black;
}

h2{
font-family:sans-serif;
color:black;
}

h3{
font-family:sans-serif;
color:black;
}

h5{
font-family:sans-serif;
color:black;
}

ul{
font-family:sans-serif;
color:black;
}

table{
color:#ffccff;
}

#indexpic{
border:1px solid white;
width:200px;
height:248px;
position:relative;
margin-left:-10%;
}

#indexpic2{
border:1px solid white;
width:230px;
height:150px;
position:reltaive;
margin-left:70%;
margin-top:-12%;
}

#imgfloatright { 
    float:right; 
    margin:4px; 
}


#imgfloatleft { 
    float:left; 
    margin:4px; 
}

#indexnavi{
width:683px;
height:32px;
margin-left:auto;
margin-right:auto;
background-image:url('img/navibar.jpg');
background-repeat:x;
font-size:18pt;
text-indent:18pt;
}

	a {
	text-decoration:none
	}
	
	a:hover{
	color:red; 
	text-decoration:none; 
	
	}
	

#indexnavibottom{
margin-left:auto;
margin-right:auto;
width:430px;
height:22x;
background-color:#ffccff;
text-indent:15pt;
}

#leftnavi {
	border:3px solid green;
	float: left;
	width: 220px; 
	background: white;
}


.in {
	margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}




#hunting {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/huntu.png');
background-repeat:no-repeat;
}

#hunting:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/hunt.png');
background-repeat:no-repeat 0px -77px;
}

#fishing {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/fishingu.png');
background-repeat:no-repeat;
}

#fishing:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/fishing.png');
background-repeat:no-repeat 0px -77px;
}
	
#hiking {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/hikeu.png');
background-repeat:no-repeat;
}

#hiking:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/hike.png');
background-repeat:no-repeat 0px -77px;
}

#pictures {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/pictureu.png');
background-repeat:no-repeat;
}

#pictures:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/picture.png');
background-repeat:no-repeat 0px -77px;
}

#guides {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/guidesu.png');
background-repeat:no-repeat;
}

#guides:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/guides.png');
background-repeat:no-repeat 0px -77px;
}

#reservations {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/reserveu.png');
background-repeat:no-repeat;
}

#reservations:hover {
margin-top:15px;
width: 180px;
height: 50px;
float: left;
background-image:url('img/reserve.png');
background-repeat:no-repeat 0px -77px;
}

#footer{
border:1px solid green;
width:90;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:50px;
background-color:white;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

