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

body {
	background: #9cf;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24pt;
}
a {
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
a:hover {
	color:#000;
}
#container1 {
	width: 800px;
	background: #cfc;
	margin: 0 auto 0 auto;
	position: relative;
	top: -25px;
}
#left {
	width: 130px;
	float: left;
	height: 300px;
	background: url(images/bg.jpg) no-repeat left top;
	position: fixed;
	float: left;
	top: 0px;
	padding-top: 173px;
}
#left li{
	list-style: none;
	margin: 0;
	position: relative;
	left: -40px;
}
#left ul li a {
	width: 100px;
	display: block;
	margin: 5px 5px 5px 7px;
	padding: 5px 5px;
	background-color: #080;
	border-top: 2px solid #cfc;
	border-right: 2px solid #060;
	border-bottom: 2px solid #060;
	border-left: 2px solid #cfc;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}
#left ul li a:hover {
	background-color: #3c6;
	border-top-color: #060;
	border-right-color: #cfc;
	border-bottom-color: #cfc;
	border-left-color: #060;
}
#linktotop a {
	text-decoration: none;
	font-size: 7pt;
	color: #fff;
	background: #996600;
	padding: 5px 20px;
	margin-left: 3px;
	border-top: 2px solid #D6A477;
	border-right: 2px solid #6C5635;
	border-bottom: 2px solid #6C5635;
	border-left: 2px solid #D6A477;
}
#linktotop a:hover {
	background: #967348;
	border-top-color: #6C5635;
	border-right-color: #D6A477;
	border-bottom-color: #D6A477;
	border-left-color: #6C5635;
}
#header {
	width: 670px;
	margin-left: 130px;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 38px;
}
#header h1 {
	color: #960;
	font-size: 28pt;
}
#header h2 {
	color: #080;
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-style: italic;
	line-height: 14pt;
}
#container2 {
	background: url(images/background_papyrus.gif);
	margin-left: 130px;
}
#right {
	width: 140px;
	float: right;
	text-align: center;
}
#right .newsletterlink a {
	color: #960;
	font: bold;
}
#right .newsletterlink a:hover {
	color: #000;
}
#right h1 {
	font-size: 14pt;
	color: #6C5635;
}
#right h2 {
	font-size: 11pt;
	color: #6C5635;
	border-bottom: solid 1px #000;
	padding-top: 10px;
	margin: 0px;
}
#right .eventItem{
	border-bottom: solid 1px #000;
	font-size: 11pt;
	padding: 5px 0px;
}
#right .eventItem img{
	background-color: #fff;
	border: solid 1px #000;
	padding: 1px;
}

#right .eventItem .comment {
	color: #960;
	font-size: 9pt;
	margin-top: 2px;
	line-height: 11pt;
}
#right .eventItem .link {
	color: #000;
	font-size: 11pt;
}
#right .eventItem:hover, #right .eventItem:hover .comment{
	background-color: #967348;
	color: #fff;
}
#center {
	width: 516px;
	min-height: 660px;
	background: #fff;
	border: 2px solid #060;
	padding: 0 5px 5px 5px;
}
#center h1{
	color: #960;
	border-bottom: 2px solid #960;
	padding-bottom: 4px;
}
#center h2{
	color: #630;
	font-size: 20px;
	border-top: 2px solid #630;
	padding-top: 5px;
	text-align: center;
}
#center h3 {
	color: #630;
}
#center h4 {
	line-height: 14pt;
}
#center .topcontents{
	color: #630;
	font-size: 20px;
	border-top: 0px;
}
#center table {
	text-align: center;
	width: 100%;
}
#center thead tr{
	color: #fff;
	background-color: #080;
}
#center td {
	padding: 5px;
}
#center .date {
	font-style: italic;
}
#footer {
	padding-top: 30px;
	text-align: center;
	line-height: 18pt;
}
.gallerypagemenu ul{
	position:relative;
	left: -20px;
}
.gallerypagemenu li{
	list-style: none;
	float: left;
	display: block;
	padding: 0 20px;
	background: #cfc;
	margin: 0 5px;
	border: 2px solid #080;
	font-size: 10pt;
}
#photogallery{
	position: absolute;
	left: 130px;
	top: 320px;
	width: 516px;
}
.gallerymenu img{
	padding: 2px;
	background: #fff;
	border: 2px solid #080;
	display: block;
	width: 66px;
	height: 66px;
}
.gallerymenu:hover img{
	background: #cfc;
	border-color: #000;
}
