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

/* Site Wide */
body {
	background-color:#fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a img {border:none;}

a:link,
a:active,
a:hover,
a:visited {text-decoration:none; color:#a84d0f;}

/* Layout */
#container {
	width:764px;
	height:785px;
	margin:0 auto;
}
#inner_container {
	position:relative;
	top:0px;
	width:764px;
	height:667px;
}
#top_border {
	float:right;
	height:5px;
	width:754px;
	position:relative;
	margin:0 0 0 0;
	top:0px;
	left:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#5b5504;
}
/* Left Column */
#lfcol {
	float:left;
	width:389px;
	height:631px;
}
	#logo {
		margin:15px 0 30px 10px;
	}
	#nav {
		margin:0 0 0 10px;
	}
	#but1 {
		float:left;
		width:181px;
		height:32px;
		border-style:solid;
		border-width:1px;
		border-color:#5b5504;
	}
	#but2 {
		float:left;
		width:181px;
		height:32px;
		border-top-style:solid;
		border-top-width:1px;
		border-top-color:#5b5504;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#5b5504;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#5b5504;
	}
	#but3 {
		float:left;
		width:181px;
		height:32px;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#5b5504;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#5b5504;
		border-left-style:solid;
		border-left-width:1px;
		border-left-color:#5b5504;
	}
	#but4 {
		float:left;
		width:181px;
		height:32px;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#5b5504;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#5b5504;
	}
	#gallery_menu_outer_container {
		float:left;
		width:382px;
		height:348px;
	}
	#gallery_menu_inner_container {
		float:left;
		width:362px;
		height:350px;
		position:relative;
		left:10px;
		margin:30px 0 0 0;
	}
/* Right Column */	
#rtcol {
	float:right;
	width:372px;
	height:624px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#5b5504;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#5b5504;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#5b5504;
}
	#gallery {
		position:relative;
		/*overflow: hidden;*/
		top:64px;
		left:25px;
		width:321px;  /* width of horizontal photos (widest content element of gallery */
		height:560px;
	}
/* Footer */	
#footer {
	height:75px;
	width:754px;
	position:relative;
	margin:0 0 0 0;
	padding:27px 0 0 0;
	top:0px;
	left:10px;
	text-align:right;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#5b5504;
	color:#ad581e;
	font-size:.7em;
	line-height:2.1em;
	letter-spacing:.1em;
}