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

body
{
	background-image:url('/images/background-142.gif');
	background-repeat:repeat;
	background-position: center;
	margin:0px;
	padding: 0px;
	color: #634E20;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	line-height: 1.6em;
	font-size: 1em;
	text-align: center;
}

/* Structure */

#content {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 821px;
	height: 634px;
	margin-top: -300px;
	margin-left: -400px;
	border: 0px solid #333;
	padding: 0px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-image:url(/images/site-back.png);
	background-repeat:repeat-y;
	}
	
#main {
	width: 743px;
	float: left;
	text-align: left;
	padding: 0;
	margin-left: 1px;
	}	
	
#trim {
	width: 77px;
	float: right;
	text-align: left;
	overflow:visible;
	padding: 0;
	}
	
#logo {
	width: 742px;
	float: left;
	text-align: left;
	padding: 0;
	}
	
#leftpane {
	width: 190px;
	height: 451px;
	float: left;
	text-align: left;
	padding-left: 60px;
	padding-top: 50px;
	background-color:#fff;
	}
	
#rightpane {
	width: 380px;
	float:right;
	padding-right: 100px;
	text-align: left;
	background-color:#fff;
	}
	
#rightnav {
	width: 380px;
	float: right;
	padding-right: 40px;
	text-align: center;
	background-color:#fff;
	}
	
	
#footer {
	width: 742px;
	float: left;
	text-align: center;
	padding: 0;
	}
	
	
	
/* Menu */


ul#menu {
  width: 170px;
  list-style-type: none;
  border-top: solid 0px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
 
ul#menu a {
  	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  	font-size: 14px;
  	padding:2px 4px 3px 2px;
  	color: #4f411b;
}

ul#menu a:hover { 
	color:#362c32; 
	background:#ff0; 
}

ul#menu li {
  line-height: 30px;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 14px;
  padding:2px 4px 3px 2px;
  color: #4f411b;

}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #fff;
  background:#ff6633; 
}

ul#menu a.active {
  color: #fff;
  background:#ff6633; 
}



/* Gallery */

.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:470px;
    border: 0px solid #000;
    text-align:left;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#fff;
}
img {
	border-width: 0;
}
.image {
    margin-top:24px;
}

.info {
    margin-top:24px;
}
.image img {
    padding:0 11px 11px 0;
    border: 0px;
    display:block;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#634E20;
    margin-top:0px;
}
.videonav {
    margin-top:15px;
}
.about-title {
	text-decoration: none;
    color:#634E20;
	font-weight:800;
    padding-bottom:17px;
}

.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}




/* Styles */

	
h1 {
	font-size: 12px;
	font-weight: 100;
	margin-bottom: .3em;
	}

h1 a {
	color: #000;
	text-decoration: none;
	}

h1 a:hover {
	color: #999;
	text-decoration: none;
	}
	
h2 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: .4em;
	text-align: center;
	text-indent: -9999px;
	width: 97%;
	}
	
h3{
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: normal;
}
h3 a:link,
h3 a:visited{
  color: #333;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
	
	
h5{
  position: relative;
  top: 0px;
  margin-bottom: 30px;
  color: #634E20;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-weight: normal;
  border-bottom: 1px solid #634E20;
  background: #fff;
}	
