/* CONTENTS 						*/
/*  1. Layout DIVs 					*/
/*  2. Paragraphs & headings		*/

html, body {
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin: 0px;
	padding: 0px;
}
html>body #container {
	height: auto;
}

body {
	background-color: #B18836;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../images/_page_background_c.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

#page_wrapper {
	position:relative;
	width:758px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/_page_background_b.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#logo_wrapper {
	position:relative;
	width:758px;
	height:214px;
	margin:0;
	padding:0;
}
#menu {
	position:absolute;
	z-index:100;
	top:165px;
	left:10px;
	margin:0px;
	padding:0px;
}

#content{
	width:448px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:20px;
	padding-right:20px;
	float:left;
	display:inline;
}
#sidebar{
	width:210px;
	float:right;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	border: 1px solid #9AA749;
	margin-right: 20px;
	margin-top:0px;
	margin-bottom:20px;
	background-color: #F3EBDC;
	line-height: 16px;
}
#page_wrapper #sidebar p {
	margin-bottom: 10px;
}
#page_wrapper #sidebar h1 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer_wrapper{
	position:absolute;
	bottom: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer{
	color:#FFFFFF;
	background-color:#9AA749;
	width: 758px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-bottom:4px;
}
#footer a{
	color:#FFFFFF;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	margin-top:0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-top:0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:0px;
}
p {
	margin-top: 0px;
	margin-bottom:10px;
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu li {
	display:inline;
	font-size:11px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}
#menu a{
	color:#000;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#menu a.selected,
#menu a:hover
{
	color: #FFF;
	background-color:#9AA749;
}
a, a:link, a:visited {
	color: #666600;
}
a:hover {
	text-decoration: none;
}
#gallery {
	position:relative;
	height: 336px;
	width: 682px;
	margin-left:auto;
	margin-right:auto;
}
#gallery #background {
	position:absolute;
	left:0px;
	top:0px;
	height: 336px;
	width: 682px;
}
#gallery #image{
	position:absolute;
	top:50px;
	left:374px;
	width:272px;
	height:243px;
	background-image:url(/gallery/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	overflow:hidden;
}
#gallery #thumbs{
	position:absolute;
	top:50px;
	left:38px;
	width:98px;
	height:233px;
	overflow:auto;
	padding: 5px;
	text-align: center;
}
#gallery #thumbs a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	text-decoration: none;
}

#thumbs img.normal {
	padding: 2px;
	border: 1px solid #EBDDC1;
}
#thumbs img.active {
	padding: 2px;
	border: 1px solid #FFF;
	background-color:#FFFFFF;
}

#gallery #title{
	position:absolute;
	top:50px;
	left:156px;
	width:208px;
	height:200px;
	overflow:hidden;
}
#gallery #caption{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	font-size:12px;
	top:93px;
	left:156px;
	width:198px;
	height:190px;
	padding:5px;
	overflow:auto;
	color: #FFFFFF;
	line-height: normal;
}
#gallery #caption a{
	color:#FFFFFF;
}
#gallery #selector {
	position:absolute;
	top:10px;
	left:38px;
	width:608px;
	height:25px;
	text-align:center;
	overflow:hidden;
	color:#FFFFFF;
	font-weight: bold;
}
#gallery #selector select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	color:#663300;
	background-color:#CC9966;
	margin:0px;
	padding:0px;
	border: 1px solid #663300;
}
#gallery #title {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:0;
}
#content table.tblText td {
	vertical-align: top;
	padding-bottom: 20px;
}
#content img.rockThumb {
	padding: 2px;
	border: 1px solid #9AA749;
	background-color:#ECDEC3;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

