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


*{
margin: 0;
padding:0;

}

body{ background:url(i/bkgrd.jpg) repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
font-size: 0.875em;
color:#666;

} 

#wrapper{
width: 750px;
margin:0 auto;
height:982px;
border: 1px solid #e2d77e;
background-color: #fff;


}

#wrapperrates{
width: 750px;
height:835px;
margin: 0 auto;
border: 1px solid #e2d77e;
background-color: #fff;


}

#wrappergall{
width: 750px;
height:945px;
margin: 0 auto;
border: 1px solid #e2d77e;
background-color: #fff;


}

h1{
	font-size:1.3em;
	color:#bf4517;
	margin-bottom:10px;
	
	}

h2{
	font-size:1.0em;
	color:#bf4517;
	margin-top:10px;
	}

h3{ 
	font-style:italic;
	font-size:1.0em;
	color:#bf4517;
	margin-top:10px;
	}

#hdr{
	}
	
#navigation{
	font-size:.9em;
	text-transform:uppercase;
	text-align:center;
	padding: 5px;
	}
	
#navigation a:link{
	color: #363; 
	text-decoration: none;  
	padding: 1px 3px; 
}

#navigation a:visited{
	color: #033; 
	text-decoration: none;  
	padding: 1px 3px; 
}

#navigation a:hover, a:active{
	color: #cc0; 
	text-decoration: none;  
	padding: 1px 3px; 
}
	
#maincontent{
	width:370px;
	height:690px;
	float: left;
	margin-top: 10px;
	padding: 10px 15px 10px 10px;
	background-color:#f5f1d1;
	}
	
	#maincontentrates{
	width:370px;
	height:545px;
	float: left;
	margin-top: 10px;
	padding: 10px 15px 10px 10px;
	background-color:#f5f1d1;
	}
	
	
#maincontent p{
	line-height:1.5em;		
		}
	
#sidebar{
	float:left;
	background-color: #ddcd99;
	width: 355px;
	height: 710px;
	margin-top: 10px;
	background: #ddcd99 url(i/shd.jpg) repeat-y;
	
	}
	
#sidebarrates{
	float:left;
	background-color: #ddcd99;
	width: 355px;
	height: 555px;
	margin-top: 10px;
	padding-bottom:10px;
	background: #ddcd99 url(i/shd.jpg) repeat-y;
	
	}
	
#rightside{
	float:right;
	width: 300px;
	height: 530px;
	margin-top: 10px;
	
	}
	

.photoright{
	float:right;
	padding:10px 5px 8px 10px;
	margin-top: 10px;
	font-size: .8em;
	color:#666;
	font-style:italic;
	
	}
	
#rightsidegall{
	float:left;
	background-color: #ddcd99;
	width: 335px;
	height: 670px;
	padding-right:20px;
	margin-top: 10px;
	background: #f5f1d1;
	}
	
#footer{
	clear:both;
	background-color: none;

}
	
ul{
	padding-left:10px;
	list-style-type:none;
	}
	
#gall{
	width:370px;
	height:650px;
	float: left;
	margin-top: 10px;
	padding: 10px 15px 10px 10px;
	background-color:#f5f1d1;
	}
	
.gallery{
	position: relative;
	height:300px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 1px #363;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px #666;
visibility: hidden;
color: #666;
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;
}
	


