/* CSS document */

body {
	color:#000;
	background:#ADAE8C url('img/bkg_body.gif') top left repeat;
	font-family:"century gothic", arial, verdana, sans-serif;
	font-size:14px;
	margin:0px;
		}

h1 {
	font-size:48px;
	color:#D8D79A;
	font-weight:normal;
	margin:0px;
		}

h2 {
	font-size:24px;
	color:#D8D79A;
	font-weight:normal;
	margin:0px;
		}
		
h3 {
	margin-top:0px;
	margin-left:5px;
	font-size:24px;
	font-weight:normal;
	color:#626246;
		}

h4 {
	margin:0px;
	font-size:24px;
	font-weight:normal;
	color:#626246;
		}
		
a {
	color:#D8D79A;
	text-decoration:none;
	display:block;
		}

a:hover {
	color:#fff;
		}
		
a.clear {
	color:inherit;
	text-decoration:inherit;
		}
		
img {
	border:1px solid #000;
		}

div#banner {
	width:100%;
	height:200px;
	position:relative;
	background:#626246 url('img/banner4.jpg') top left no-repeat;
		}
		
ul#haiku {
	width:300px;
	height:150px;
	position:absolute;
	font-size:18px;
	font-style:italic;
	line-height:2em;
	color:#bea46f;
	list-style-type:none;
		}
		
/* NAVIGATION */

#navbar {
	width:200px;
	height:auto;
	font-size:18px;
	text-align:center;
	background-color:#626246;
		}
		
div.nav {
	width:199px;
	height:45px;
	text-align:center;
	display:block;
	border:1px outset #8e7f54;
		}

div.nav:hover {
	border:1px inset #8e7f54;
		}

/* MAIN PAGE */

#head {
	width:710px;
	height:50px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	background:url('img/bkg_top.gif') top left no-repeat;
		}
		
	#head a {
		display:inline;
		color:#626246;
	}
	
	#head a:hover {
		text-decoration:underline;
		}
		
#main {
	width:710px;
	height:auto;
	padding-top:20px;
	padding-bottom:25px;
	background:url('img/bkg_slice.gif') repeat-y;
		}
		
#content {
	width:680px;
	margin-left:10px;
	height:auto;
	margin-bottom:20px;
		}
		
#content a {
	color:#626246;
	display:inline;
		}

#content a:hover {
	text-decoration:underline;
		}
		
#foot {
	width:710px;
	height:50px;
	margin-bottom:25px;
	background:url('img/bkg_foot.gif');
		}


#copy {
	width:700px;
	text-align:center;
	font-size:12px;
	font-style:italic;
	color:#626246;
		}
		
/* PHOTO TOURS */

#tourhead {
	width:710px;
	height:244px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	background:url('img/tours_banner.gif');
		}

.title {
	width:680px;
	height:105px;
	margin-left:10px;
	margin-bottom:20px;
	text-align:center;
	background-color:#c8b590;
	border:1px dashed #fff;
		}
		
.title:hover {
	background-color:#DBCDAF;
	border:1px dashed #fff;
		}
		
/* GALLERY */


.gallery {
	position:relative;
	width:330px;
	height:85px;
	margin-left:10px;
	margin-bottom:20px;
	margin-right:0;
	text-align:center;
	background-color:#c8b590;
	border:1px solid #000;
		}
		
.gallery a {
	display:block;
	color:inherit;
		}

.gallery h1 {
	font-size:26pt;
		}
		
div.galthumb {
	position:relative;
	width:150px;
	height:150px;
	margin:10px 10px 10px 10px;
	background:url('img/bkg_galthumb2.gif') no-repeat;
	text-align:center;
	float:left;
	z-index:+1;
		}
		
div.galthumb:hover {
	background:url('img/bkg_galthumb.gif') no-repeat;
		}
		
img.galh {
	margin-top:32px;
		}

img.galv {
	margin-top:10px;
		}
		
img.galm {
	margin-top:52px;
		}
		
#caption {
	width:550px;
	margin-top:5px;
	color:#333;
	font-style:italic;
		}

#caption2 {
	width:350px;
	margin-top:5px;
	color:#333;
	font-style:italic;
		}

/* Gallery Navigation Block */
		
div#galnav {
	width:110px;
	height:150px;
	float:right;
		}
		
#galnav div {
	width:53px;
	height:25px;
	margin:0 0 0 0;
	border:1px outset #8e7f54;
	background:#626246;
	text-align:center;
		}

#galnav div:hover {
	border:1px inset #8e7f54;
		}
		
#galnav div:active {
	background:#fff;
		}

#galnav div.navthumbs {
	width:108px;
	line-height:1.5em;
		}

#galnav a {
	font-size:20px;
	text-decoration:none;
	display:block;
	color:#D8D79A;
		}

#galnav a:hover {
	color:#fff;
		}
		
#galnav p {
	float:right;
	color:#333;
		}