@charset "utf-8";
/* CSS Document */

body { 
	text-align: center;
	background-color: #3c2a12;
	color: #f0eee9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	

a {
	color: #db7700; 
	}

p { 
	padding: 0 0 10px 0;
	margin: 0;
	}
		
#wrapper { 
	width: 740px;
	margin: 0px auto;
	}
	
#e { 
	font-weight: bold;
	}
	
#content { 
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	}
	
#text, #photos {
	float: left; 
}

#text { 
	width: 340px;
	text-align: left;
	line-height: 18px;
	padding: 10px 10px 0 30px;
	}
	
#inset { 
	background-image: url(../images/inset-content.jpg);
	padding: 0 30px;
	color: #3c2a12;
	width: 230px;
	}

#insetheader { 
	height: 20px;
	width: 290px;
	background-image: url(../images/inset-header.jpg);
	}
	
#insetfooter { 
	height: 20px;
	width: 290px;
	background-image: url(../images/inset-footer.jpg);
	}
	
#textwrapper { 
	width: 320px;
	text-align: left;
	line-height: 18px;
	padding: 0px 10px 0 10px;
	}
	
#photos {
	width: 330px;
	padding: 0;
	font-size: 10px;
	}
	
#photowrapper {
	padding: 0px 30px 0 30px;
	background-image: url(../images/image-bg.png);
	background-repeat: repeat-y;
	}
	
#photos img.thumbs {
	margin: 10px 0 5px 0;
	}
	
#photos p {
	margin: 0;
	padding: 0 0 0px 0;
	}
	

#footer { 
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 19px;
	clear: both;
	color: #3c2a12;
	text-transform: uppercase;
	font-size: 10px;
	height: 30px;
	letter-spacing: .6em;
	}
	

#footer a:link, #footer a:visited  { 
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover  { 
	text-decoration: none;
	color: #3c2a12;
	}
	
h1 {
	font-size: 20px;
	color: #db7700; 
	padding-bottom: 5px;
	}
	
h2 {
	font-size: 18px;
	}
	
h2 span { 
	color: #db7700;
	}
	
h3 {
	font-size: 16px;
	color: #db7700; 
	padding-bottom: 5px;
	}