* {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #e9dcd3 url('img/bg.png') top center repeat-x fixed;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	width: 630px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -315px;
	background: #e2d1c4;
}

#header {
	width: 630px;
	height: 95px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -315px;
}

#topnav {
	width: 630px;
	height: 20px;
	position: fixed;
	top: 95px;
	left: 50%;
	margin-left: -315px;
	padding-top: 71px;
	background: transparent url('img/nav.png') top center no-repeat;
	text-align: center;
}

#topnav li {
	display: inline;
}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #000;
	text-decoration: none;
	line-height: 18px;
	padding: 2px 10px 1px 10px;
	background: transparent;
}

#topnav li a:hover, #topnav li a:active, #topnav li a.active {
	background: #e2d1c4;
}

#photos {
	width: 600px;
	height: 90px;
	margin: 185px 0 0 0;
	padding: 15px;
	position: fixed;
	background: #e2d1c4;
}

#sidenav {
	position: fixed;
	width: 140px;
	float: left;
	padding: 305px 0 0 15px;
}

#sidenav a {
	width: 130px;
	display: block;
	text-decoration: none;
	color: #993300;
	line-height: 18px;
	padding: 2px 5px;
}

#sidenav a:hover {
	text-decoration: underline;
}

#sidenav li {
	list-style: none;
	font-weight: bold;
	position: relative;
}

#sidenav li.subnav {
	background-image: url('img/subnav_bullet.png');
	background-position: right center;
	background-repeat: no-repeat;
}

#sidenav li.subnav a {
	width: 117px;
	padding-right: 18px;
}

#sidenav li:hover, #sidenav li.active {
	background-color: #d8beac;
}

#sidenav li.subnav:hover {
	background-color: #d8beac;
	background-image: url('img/subnav_bullet_hover.png');
}

#sidenav li.subnav ul {
	display: none;
	position: absolute;
	top: 0;
	left: 140px;
	width: 140px;
	padding: 0;
	background-color: #e2d1c4;
	border: solid 1px #993300;
}

#sidenav li.subnav ul li a {
	background-image: none;
}

#sidenav li.subnav ul li a:hover {
	background-color: #d8beac;
}

#sidenav li.subnav:hover ul {
	display: block;
}

#content {
	width: 580px;
	margin-bottom: 20px;
	padding: 305px 25px 20px 25px;
	text-align: justify;
}

#rcontent {
	width: 435px;
	margin-bottom: 20px;
	padding: 305px 25px 20px 10px;
	text-align: justify;
	float: right;
}

#content h1, #rcontent h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	color: #993300;
}

#content h2, #rcontent h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 15px auto;
}

#content h3, #rcontent h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto 15px auto;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 5px auto;
}

#content h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#content h6 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

#content p, #rcontent p {
	margin-bottom: 15px;
}

#content ul, #rcontent ul {
	margin-left: 15px;
}

#content li, #rcontent li {
	list-style-position: outside;
	list-style-type: square;
	margin: 5px auto;
}

#content table {
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 580px;
}

#rcontent table {
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 435px;
}

#content select {
	padding: 2px;
}

#content option {
	margin: 2px;
	padding-right: 10px;
}

#content .event {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: solid 1px #d8beac;
}

#content .event p {
	margin: 10px auto;
}

#content #info {
	border: solid 1px #d8beac;
}

#content #info th {
	background: #d8beac;
	padding: 3px;
}

#content #info td {
	padding: 1px 4px;
}

#content #info td.contact {
	width: 172px;
}

#content #info td.eventsl {
	width: 112px;
	text-align: right;
	font-weight: bold;
}

#content #info td.eventsr {
	width: 372px;
	overflow: hidden;
}

#content #info td.eventsv {
	width: 492px;
	text-align: right;
	font-size: 10px;
}

#content #info td.news {
	width: 570px;
	padding: 5px;
	text-align: justify;
	line-height: 18px;
}

#footer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #f1e8e2 url('img/footer_l.png') top center repeat-x;
	text-align: center;
}

#footerText {
	width: 630px;
	height: 20px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	background: #e2d1c4 url('img/footer_d.png') top center repeat-x;
	line-height: 20px;
	font-size: 10px;
}
