body 
{	
	font-family: arial, helvetica, serif;
	font-size: 12px;
	background-color: #aca29d;
}

a 
{
	text-decoration: none;

}


p 
{
	line-height: 1.5em;
	text-align: left;
	color: #282722;
}



#container
{
	margin: 0 auto;
	width: 820px;
	z-Index:0;
	text-align: center;
}

#content
{
    width: 820px;
    border-color: #2D221C;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    padding-bottom: 10px;
}

#nav 
{
    font-size: 18px;
	background-color: #8799a5;
	/*height: 50px;*/
	/*width: 650px;*/
	margin: 15px 5px;
	/*padding: auto;*/
	/*padding-top: 10px;*/
	border-color: #2D221C;
	border-style: solid;
	border-width: 2px;
	width: 800px;
}

img 
{
    border-width: 0;
    padding: 5px;
    
}

#nav a 
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2D221C;
	font-weight: bold;
}

#nav a:hover 
{
	color: #B5C8CE;
}

#nav ul
{
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
}

#nav ul li{
   display: inline;
   padding: 10px 50px 10px 15px;
}


#story 
{
    margin: 0 auto;
    text-align: center;
    /*font-size: 0.8em;*/
	background-color: #8799a5;	
	width: 600px;
	padding: 10px 10px 10px 10px;
}

#gallery 
{
    margin: 0 auto;
    text-align: center;
    /*font-size: 0.8em;*/	
	width: 800px;
	padding: 10px 10px 10px 10px;
}

#gallery_images{
    text-align:center;
    margin:10px auto; 
}
#gallery_images a{
    margin:0px 10px;
    display:inline-block;
    text-decoration:none;
    color:black;
    font-size: 14px;
 }