@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	width:955px;
	z-index:1;
	background-color: #c5cc9e;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	border: 2px solid #999;
}
body {
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-color: #514336;
	margin-top: 25px;
}
#logo {
	position:absolute;
	width:279px;
	height:131px;
	z-index:2;
	left: 0;
	top: 0;
}
#header {
	position:absolute;
	width:676px;
	height:74px;
	z-index:2;
	left: 279px;
	top: 0px;
}
#navigation {
	position:absolute;
	width:676px;
	height:57px;
	z-index:2;
	left: 279px;
	top: 74px;
}
#title {
	position:absolute;
	width:652px;
	height:110px;
	z-index:2;
	left: 0px;
	top: 131px;
}
#weblink {
	position:absolute;
	width:303px;
	height:58px;
	z-index:2;
	left: 652px;
	top: 131px;
}
#email {
	position:absolute;
	width:303px;
	height:52px;
	z-index:2;
	left: 652px;
	top: 188px;
}
#content {
	position:absolute;
	width:598px;
	height:500px;
	z-index:2;
	left: 30px;
	top: 275px;
}
#contentline {
	position:absolute;
	width:652px;
	height:10px;
	z-index:2;
	left: 0px;
	top: 241px;
	background-color: #4c2f44;
}
#map {
	position:absolute;
	width:303px;
	height:456px;
	z-index:2;
	left: 652px;
	top: 241px;
}
#printmap {
	position:absolute;
	width:303px;
	height:54px;
	z-index:2;
	left: 652px;
	top: 697px;
}
#footerline {
	position:absolute;
	width:955px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 751px;
	background-color: #4c2f44;
}
#footer {
	position:absolute;
	width:955px;
	height:30px;
	z-index:2;
	left: 0px;
	top: 771px;
	background-color: #FFFFFF;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #524638;
	line-height: 18px;
}
.contentindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #524638;
	line-height: 18px;
	margin-left: 25px;
}
.contentheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #4C2F44;
}
.festivalcontentheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #830C0B;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #525b3e;
	text-decoration:none
}

a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #d28649;
	text-decoration:none
}

