body {
	background: #FFF url(../images/header_bg.gif) repeat-x top;
	font-family: arial;
	color: #000;
	margin: 0 0 15px 0;
}

a {
	color: #414141;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 15px 0;
	font-size: 12pt;
	line-height: 1.5;
}

ul {
	list-style-type: square;
}

ul li {
	margin: 5px;
	padding: 0 15px 0 0;
	font-size: 10pt;
}

ol li {
	font-size: 12pt;
	line-height: 1.5;
}

h1 {
	margin: 0;
}

h2 {
	margin: 20px 0;
	font-size: 18pt;
}

h3 {
	margin: 6px 0;
	font-size: 16pt;
	font-style: italic;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

#body {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	height: 186px;
	width: 100%;
}

#header a {
/*	position: absolute;
	display: block;
	height: 104px;
	width: 315px;*/
}

#header .photo {
	float: left;
	width: 146px;
	height: 186px;
	background: url(../images/header_photo.jpg) no-repeat;
}

#header h1 span {
	display: none;
}

#header h1 {
	width: 634px;
	height: 100%;
	margin-left: 146px;
	background: url(../images/header_title.gif) no-repeat;
}

#nav {
	position: absolute;
	top: 123px;
	left: 189px;
}

#nav ul {
	list-style: none;
}

#nav ul, #nav ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	padding: 0 30px 0 0;
}

#nav a {
	color: #414141;
	font-size: 18px;
	font-family: verdana, arial;
	text-decoration: none;
}

#nav a:hover, #nav li.active a {
	color: #6f6f6f;
}

#side {
	float: left;
	margin: 0 0 0 25px;
	width: 145px;
}

.subnav {
	list-style: square;
	margin: 20px 0;
}

.subnav, .subnav li {
	display: block;
	margin: 0 0;
	padding: 0;
	font-size: 17px;
}

.subnav .active {
	font-weight: bold;
}

#page {
	margin: -45px 0 0 155px;
	padding: 22px;
}

#content {
	
}

.photo-left {
	float: left;
	margin: 0 15px 15px 0;
}

.photo-right {
	float: right;
	margin: 0 0 15px 15px;
}

.event {
	padding: 0 0 15px 0;
}

.event-date {
	background: url(../images/calendar.png) center left no-repeat;
	padding: 2px 0 4px 45px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14pt;
	line-height: normal;
}

.event-title {
	font-size: 13pt;
	font-style: italic;
}

.event-info {
	padding: 0 0 0 15px;
	margin: 0;
}

.intro {
	padding: 0 15px;
}

#footer {
	margin: 20px 0 0 0;
	padding: 18px 20px 22px 20px;
	font-size: 12px;
	height: 10px;
	background: #f0f0f0 url(../images/footer.png) no-repeat;
	color: #646464;
}

#footer .right {
	float: right;
}

#footer a {
	color: #646464;
	text-decoration: none;
}

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

#footer .credit {
	float: right;
}