body {
	margin: 0px;
	padding: 0px;
	background: #312320 url(../images/bg.jpg) center 1px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	background: url(../images/bg_middle.jpg) left top no-repeat;
	position: relative;
}
#container_outer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_middle_repeat.jpg) left top repeat-y;
}
#header {
	position: absolute;
	left: 16px;
	top: 20px;
	display: block;
	height: 164px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header.jpg) left top no-repeat;
}
#header a {
	display:block;
	height:60px;
	width:250px;
	margin:85px 0px 0px 0px;
}
#header a span {
	display:none;	
}
#pnav {
	position: absolute;
	left: 16px;
	top: 184px;
	z-index:1000;
	display: block;
	height: 298px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	background: #312320 url(../images/menu_bg.jpg) left top repeat;
}
#pnav .skipNav {
	display:none;
}
#pnav ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#pnav a {
	display: block;
	height: 15px;
	padding:10px 0px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #EBEBEB;
	text-decoration: none;
}
#pnav a:hover {
	color: #FFFFFF;
	background-color: #350000;
	alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5; 	
	opacity:0.5;
}
#content {
	position:relative;
	z-index:500;
	padding: 250px 35px 25px 234px;
	width: 520px;
	background: url(../images/below_menu.jpg) 16px 482px no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#content img {
	margin: 10px;
}
#content h3 {
	color: #990000;
	font-size: large;
	font-weight: bold;
}
#content blockquote {
	margin:0px 30px;	
}
#content .page_title {
	position: absolute;
	left: 234px;
	top: 210px;
	display: block;
	height: 23px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#content #title_home {
	background-image: url(../images/titles/home.gif);
}
#content #title_news {
	background-image: url(../images/titles/news.gif);
}
#content #title_about {
	background-image: url(../images/titles/about.gif);
}
#content #title_links {
	background-image: url(../images/titles/links.gif);
}
#content #title_contact {
	background-image: url(../images/titles/contact.gif);
}
#content #title_gallery {
	background-image: url(../images/titles/gallery.gif);
}
#content #title_june {
	background-image: url(../images/titles/june.gif);
}
#content #title_highlights {
	background-image: url(../images/titles/highlights.gif);
}

#footer {
	background: url(../images/footer.jpg) left top no-repeat;
	height: 52px;
	padding: 5px 0px 0px 30px;
	clear: both;
	font-size: x-small;
	color: #D6C4C0;
}



.editLink {
	position:absolute;
	right:25px;
	top:190px;
	text-decoration:none;
	color:#333;
}
.editLink:hover {
	color:#600;	
	text-decoration:underline;
}