/* CSS Document */

/* Layout */
#slideshow {
background: #F2E9D9;
text-align: center;
height: 170px;
border: solid #524633;
border-width: 2px 2px 0 0;
}
#content_text {
padding: 5px 20px 15px 25px;
overflow:auto;
background: #faf7f1;
border: solid #d1c6b4;
border-width: 3px 3px 3px 0;
}
#container {
margin:0 auto;
width: 775px;
}
	#mainbar {
	float: right;
	width: 560px;
	}			
	img.pagetitle{
	float: right;
	padding-bottom: 10px;
	}
	#imageholder P {
	color: #FFFFFF;
	font-style: italic;
	font-size: .8em;
	display: block;
	}
#footer, #footer_rightcorner {
height:25px;
}
#footer {
padding: 5px 0 0 0;
background: #524633;
}
	#footer_rightcorner{
	background:url(img/_footer_rightcorner.gif) no-repeat bottom right;
	width:10px;
	float:right;
	}
	#footer p{
	color: #FAF7F1;
	font-size: 0.6em;
	line-height:1em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #DDC59B;
	}

