html {
	background-image:url(images/woods.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-color:#000000;
	margin:0px;
	padding:0px;
}

#all{
	width:890px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	min-height:450px;
	padding-right:56px;
	}

#container {
	width: 700px;
	min-height: 503px;
	float: left;
	background-color: #4e3911;
	border:1px solid #4e3911;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	width: 700px;
	height:79px;
	text-align:center;	
}

/*Menu CSS*/
#menu {
	height:458px;
	width:123px;
	padding:0px;
	float: left;
	margin-top:40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	position: relative;
	float: left;
    width: 123px;
	padding-left:1px;

}

/*Length for Drop Down Menu*/
#menu li ul {
	position: absolute;
		left: 123px;
		top: 0px;
	display: none;
}

/*Display For Any Menu Button*/
#menu ul li a {
	display: block;
	text-align:center;
	text-decoration: none;
	height: 35px;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}

/*Display For Hover Over Top Menu Button*/
#menu ul li a:hover {}

/*Display For Behind Drop Down Menu Buttons*/
#menu li:hover ul, li.over ul { 
	display: block;
}

/*Display For Drop Down Menu Buttons*/
#menu li ul li a
	{	width: auto;
		background-color:#666666;
}

/*Display For Hover Over Drop Down Menu Buttons*/		
#menu li ul li a:hover
	{	background-color:#666666;
		color:#00bff3;
}

#social {
	width:122px;
	background-color:#4e3911;
	margin-left:1px;
	}


#middle {
	min-height:400px;
	background-color: #4e3911;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:15px;
}

#middle2 {
	min-height:377px;
	background-color: #4e3911;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 25px 25px 25px; 
}

#middle-left {
	width:320px;
	float:left;
	padding-left:25px;
}

#middle-left2 {
	width:443px;
	float:left;
	padding-left:15px;
}

#middle-right {
	width:280px;
	background-color: #ffff66;
	float:left;
	margin-left:15px;
	margin-top: 20px;
	padding: 10px;
	color:#4e3911;
	border:1px solid #ffff66;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}

#middle-right2 {
	width:185px;
	background-color: #ffff66;
	float:left;
	text-align:center;
	padding: 5px;
	margin-left:85px;
	margin-top: 20px;
	color:#4e3911;
	border:1px solid #ffff66;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}

#middle-right3 {
	width:185px;
	background-color: #ffff66;
	float:left;
	text-align:center;
	padding: 5px;
	margin-left:10px;
	margin-top: 20px;
	color:#4e3911;
	border:1px solid #ffff66;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}

table {
	border-collapse:collapse;
}

td.one {
	background-color:#815f1d;
}

td.two {
	background-color:#a57926;
}

th {
	background-color: #ffff66;
	color:#4E3911;
}

#middle-photos {
	width: 640px;
	height: 125px;
	clear:both;
	padding-top: 15px;
	padding-left: 35px;
}

hr {
  	color: #FFFFFF;
  	height:2px;
  	width: 600px;
	margin-left: 50px;
}

#footer {
	width: 700px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	clear:both;
}

h3 {
	font-size:13px;	
}

a:link {
	text-decoration: none;
	color:#ffff66;
}
a:visited {
	text-decoration: none;
	color:#ffff66;
}
a:active {
	text-decoration: none;
	color:#ffff66;
}
a:hover {
	text-decoration: underline; 
	color: #F60;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	#photos img {
	display: inline;
	padding-left: 20px;
}

.turner div {
	width: 280px;
	height: 210px;
}

#google
{
	
	float: left;
	padding: 10px;
}

#video
{
	float: left;
	padding-right: 10px;
	
	
}

#aboutcontent
{
  padding: 10px	
	
}