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

body	{
		background-color:#3F4A13;
		margin:0;
		height:100%;
		}
			
/* Layout DIVs */

#container { 	
		position: absolute; 
		top: 50%; 
		width: 100%; 
		height: 1px; 
		overflow: visible ;
		}
	
#main { 
		position: absolute; 
		left: 50%; 
		width: 800px; 
		margin-left: -400px; 
		top: -257px;
		background-color:#3F4A13;

		}
		
#main_body { 
		position: absolute; 
		width:100%;
		top: -257px;
		background-color:#3F4A13;
		}
		
#top	{
		height:31px;
		background-color:#3F4A13;
		}
		
#tophome	{
		height:31px;
		background-image:url(images/top-home.jpg);
		}
		
		

#header	{
		height:62px;
		background-color:#c5c697;
		
		margin-bottom:-3px; /* this value is for IE6 browsers */
		}
		
		html>body #header {margin-bottom:0px;} /* this value is for all other browsers */	
		
#headerhome	{
		height:62px;
		background-image:url(images/header-home.jpg);
		overflow:hidden;
		margin-bottom:5px; /* this value is for IE6 browsers */
		}
		
		html>body #headerhome {margin-bottom:0px;} /* this value is for all other browsers */	
				
#gallery	{
		width:100%;
		background-color:#fff;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:-3px; /* this value is for IE6 browsers */
		}
		
		html>body #gallery {margin-top:0px;} /* this value is for all other browsers */							
		
#center	{
		width:100%;
		background-color:#3F4A13;
		background-image:url(images/bg.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-top:19px;
		overflow:visible;
		height:400px; /* Here you must specify a height value to allow #leftCol to stretch to 100% height */
		margin-top:0px; /* this value is for IE6 browsers */
		}
		
		html>body #center {margin-top:0px;} /* this value is for all other browsers */
		
	
#centerhome {
		width:100%;
		background-color:#f0f2e5;
		background-image:url(images/home.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-top:23px;
		overflow:hiddden;
		height:405px; /* Here you must specify a height value to allow #leftCol to stretch to 100% height */
		margin-top:-5px; /* this value is for IE6 browsers */
		}
		
		html>body #center {margin-top:0px;} /* this value is for all other browsers */
		
		
#leftCol	
		{
		float:left;
		background-color:#;
		width:396px;
		margin-left:33px; /* this value is for IE6 browsers */
		}
		
		html>body #leftCol {margin-left:65px;} /* this value is for all other browsers */
		
#midCol {
		width:300px;
		padding:0px;
		float:left;
		margin-left:12px;
		}
						
		
#footer	{
		
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		background-color:#3F4A13;
		line-height:1.2em;
		}
		
		
		
/* Logo */

#logo
		{
		float: left;
		padding-left:58px;
		
		}


/* Nav */
		
#nav	{
		margin: 0px 0px 0px 471px;
		
		}
		
		
/* Text */


#footer	p {
		color:#fff;
		font-size:10px;
		}

td p	{
		padding-right:12px;
		}

p	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1.3;
		}
		
h1	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		line-height:1.0;
		font-weight:bold;
		margin-top:0px;
		}
		
.quote	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1.3;
		text-align:right;
		font-weight:bold;
		margin:0;
		}
		
li	{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		line-height:1.4;
		}
		
/* Links */

a	{
		text-decoration: none;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		
		}
	
		
a:hover	{
		text-decoration: underline;
		color:#fff;
		}
		
#footer a	{
		text-decoration: none;
		color:#f3f4ea;
		font-family:Arial, Helvetica, sans-serif;
		}
	
		
#footer a:hover	{
		text-decoration: underline;
		}
	

/* Slideshow */

#wrap	{
	margin-bottom:-12px; /* this value is for IE6 browsers */
	}
	
	html>body #wrap {margin-bottom:0px;} /* this value is for all other browsers */

/* The wrap div is purely an adjustment for IE6 */

#example {
	position: relative;
	width: 170px;
	height: 255px;
	}
	

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 255px;
	
}
