@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear:both;
}
:focus {
	outline-style: none;
}
body {
	/*
	background:url(images/background.png) repeat-x;
	background-color:#70382C;
	*/
	background-color: #666;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
a:link {color:#0000CC;}
a:hover {color:#003;}
a:visited {color:#0000CC;}
a img {
	border-color:#000;
	border-style:solid;
	border-width:thin;
}
#nav a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:800;
}
#nav a:hover {text-decoration:underline;}

#date {
	position:relative;
	top:170px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-shadow: 1px 1px 2px #666;
}
h3 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	text-align:center;
	margin-bottom:15px;
}
h4 {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	text-align:center;
}

ul {
	list-style:none;
	margin-left:100px;
}
#container {
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	width:700px;
}
#header {
	background:url(images/header.png);
	width:700px;
	height:245px;
}
#nav {
	position:relative;
	top:180px;
	left:-20px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#content {
	margin-left:40px;
	background:url(images/content.png) repeat-y;
	width:619px;
	min-height:400px;
}
#content p {
	margin: 10px 40px 0px 35px;
}
#contentbottom {
	background:url(images/contentbottom.png);
	width:619px;
	height:48px;
	margin-left:39px;
}
img.center {
	padding: 10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
} 
table.center {
	margin-left:34px;
} 

.center {
	text-align:center;
}
.town, .date {
	font-size:12px;
	font-weight:800;
	text-decoration:underline;
}
.location {
	font-size:12px;
	font-style:italic;
	
}
td {
	padding:15px;
}