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

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

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

		}
		
#top	{
		background-color:#c5c697;
		height:31px;
		}

#header	{
		height:62px;
		background-color:#3F4A13;
		
		margin-top:0px; /* this value is for IE6 browsers */
		}
		
		html>body #header {margin-top: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:#c5c697;
		padding-top:23px;
		overflow:visible;
		height:396px; /* 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;
		width:396px;
		margin: 0 0 0 4px;
		}
		
#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;
		margin: 0 0 0 4px;
		}


/* Nav */
		
#nav	{
		margin: 0 0 0 189px;
		padding-bottom: 0px;
		}
		
		
/* Text */


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

td p	{
		padding-right:12px;
		}

p	{
		color:#3f4a13;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1.3;
		}
		
h1	{
		color:#3F4A13;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		line-height:1.0;
		font-weight:bold;
		margin-top:0px;
		}
		
.quote	{
		color:#3F4A13;
		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:#3f4a13;
		font-family:Arial, Helvetica, sans-serif;
		
		}
	
		
a:hover	{
		text-decoration: underline;
		color:#3f4a13;
		}
		
#footer a	{
		text-decoration: none;
		color:#f3f4ea;
		font-family:Arial, Helvetica, sans-serif;
		}
	
		
#footer a:hover	{
		text-decoration: underline;
		}

/* Slideshow */


#example {
	position: relative;
	width: 170px;
	height: 255px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 255px;
	margin-top:1px;
}