body {
	background:#000000;
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:Georgia,arial;
	font-size:13px;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:red;
}
a:active {
	color:#aa0000;
}
p {
	font-size:14px;
	color:#ffffff;
}
h1,h2,h3,h4 {
	color:#ffffff;
}
#header {
	width:100%;
	height:104px;
	margin:0;
	padding:0;
	background:url(../images/header_bg.gif) repeat-x;
	border-bottom:1px solid white;
}
#header #logo {
	width:209px;
	height:104px;
	margin:0;
	padding:0;
	float:left;
}
#header #headeraddress {
	float:right;
	margin:26px 10px 0 0;
	
}
#nav {
	float:right;
	margin:35px 10px 0 0;
	clear:right;
	font-family:Georgia, Arial;
}
#nav_list {
	list-style-type:none;
}
#nav_list li {
	float:left;
	border-right:1px solid white;
	padding:0 8px;
}
#nav_list li.nav_last {
	border:none;
	padding-right:0;
}
#nav_list a.current {
	color:red;
}
#container {
	margin:0 auto;
	margin-top:22px;
	position:relative;
	width:770px;
	overflow:hidden;
}
#container #content {
	position:absolute;
	top:18px;
	left:380px;
	width:350px;
	text-align:center;
}
#content img {
	clear:both;
}
#container #content h1 {
	font-style:italic;
	font-weight:normal;
	font-size:24px;
}
#container.twocolumn {
	width:100%;
}
#container.calendar {
	width:860px;
}
#container.twocolumn #left {
	width:302px;
	float:left;
	padding:0 15px;
}
#container.twocolumn #left.contact img {
	border:1px solid white;
	margin-bottom:30px;
}
#left.contact h4, .calendar #left h4 {
	margin:0;
}
#left.contact p {
	font-size:12px;
	margin:0px 0 20px;
	color:#99c1da;
}
#left.contact a {
	color:#99c1da;
	text-decoration:underline;
}
#container.twocolumn #right {
	margin-left:335px;
}
#container.twocolumn #right a {
	text-decoration:underline;
}

#container.threecolumn #left {
	width:180px;
	margin:0 10px;
	float:left;
}
#container.threecolumn #center {
	width:270px;
	margin:0 10px;
	float:left;
	
}
#container.threecolumn #right {
	width:270px;
	margin:0 0 0 10px;
	float:right;
	
}
div.gallery #center img, div.gallery #right img {
	border:1px solid white;
}


.calendar #left img {
	border:1px solid white;
	margin-bottom:20px;
}


#footer {
	clear:both;
}

.calendar #left {
	font-size:13px;
}
#left li {
	margin:15px 0;
	font-size:14px;
}
#left li {
	margin:15px 0;
	font-size:14px;
}
.calendar #left a {
	text-decoration:underline;
}
.calendar #right {
	
	width:519px;
}
#calendar_border_top {
	width:519px;
	height:17px;
	background:url(../images/calendar_border_top.gif);
}
#calendar_border_bottom {
	width:519px;
	height:17px;
	background:url(../images/calendar_border_bottom.gif);
}
#calendar_border_body {
	width:519px;
	background:url(../images/calendar_border_body.gif) repeat-y;
	text-align:center;
}
#calendar_border_body p {
	margin-bottom:0;
	margin-top:25px;
}