* 
{
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	background: #FAF4EA url(../images/bg.png) repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}

#airlock {
	display: block;
	width: 100em;
	min-width: 60em;
	margin: 0 auto;
}

#header 
{
	width: auto;
	background: #e5794f url(../images/bg-header.png) repeat-x;	
	position: relative;
	height: 12em;
	display: block;
}

h1 
{
	width: 130px;
	height: 39px;
	background: url(../images/bg-h1.gif) no-repeat;
	text-indent: -9999em;
	position: absolute;
	bottom: 25px;
	left: 20px;
}

h2 
{
	width: 159px;
	height: 45px;
	text-indent: -9999em;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: url(../images/bg-h2.gif) no-repeat;
}

h3 
{
	position: absolute;
	color: #a32b2b;	
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 3.5em;
	left: 25px;
	bottom: 20px;
}

h4 {
	float: left;
	width: 100%;
	color: #a32b2b;	
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	text-indent: 20px;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 2px solid #a49884;
	font-size: 1.6em;
	font-weight: bold;
}

h5 
{
	font-size: 1.6em;	
	margin: 0.5em 25px 1.2px 25px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
}


#title {
	display: block;	
	position: relative;
	background: #e6cfb1 url(../images/bg-page-title.png) repeat-x;
	height: 12em;
	position: relative;
}


#subhead 
{
	display: block;	
	position: relative;
	background: #6d6250 url(../images/bg-subhead.png) repeat-x;
	height: 12em;
}

#navigation 
{
	float: left;
	width: 30em;	
	display: block;	
}

#navigation ul 
{
	width: auto;
	list-style-type: none;	
}

#navigation ul li 
{
	float: left;
	/*background: url(../images/bg-li.png) repeat-x 0 bottom;*/
	border-bottom: 1px dotted #c7bca6;
	clear: both;
	width: 100%;
}

#navigation ul li a 
{
	float: left;
	width: 100%;
	color: #655a48;
	padding: 0.9em 0 0.9em 0;
	text-indent: 20px;
	text-decoration: none;		
}

#navigation ul li a:visited 
{
	color: #91836d;	
}

#navigation ul li a:hover 
{
	background: #edddc7;
}

#navigation ul li a.selected, #navigation ul li a:active
{
	font-weight: bold;
	color: #a32b2b;
}


#content 
{
	float: left;
	width: 70em;
}

#content p 
{
	font-size: 1.1em;	
	margin: 1.2em 25px;	
}

#content a, #content a:hover, #content a:visited
{
	font-weight: bold;
	color: #a32b2b;	
}

#content a:visited
{
	font-weight: normal;
}


#photos img 
{
	max-width: 705px;
}

#photos a 
{
	float: left;	
	margin: 1.2em 0 1.2em 25px;	
}

#footer {
	width: 100%;
	display: block;		
	background: #e5794f url(../images/bg-header.png) repeat-x;	
	height: 3.1em;
	margin: 2.4em 0 1.2em 0;
	clear: both;
}

#footer p a 
{
	color: #FFF;	
}

#footer p 
{
	padding: 0.8em 0 0 20px;
	color: #FFF;	
}