@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
body {
	background-color:#999999;
	font-size:17px;
}
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color: #0000FF; }
a:hover { color: #0000FF; }
a img {border:none;}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
}
#header {
	width:800px;
	height:296px;
	background:url(header.jpg);
}
#date {
	background:url(transparentbg.png);
	width:290px;
	height:60px;
	left:255px;
	bottom:-190px;
	position:relative;
	color:#FFFFFF;
	padding:20px 30px 20px 30px;
	text-align:center;
}
#navigation {
	width:800px;
	height:33px;
	margin:0px;
	padding:0px;
}
#contentTop {
	width:800px;
	height:17px;
	background:url(contenttop.jpg);
}

#content {
	background:url(bg.jpg);
	background-repeat:repeat-y;
	padding:0px 30px 0px 30px;
	margin:0px;
	min-height:400px;
}
#contentBottom {
	width:800px;
	height:29px;
	background:url(bottom.jpg);

}
#footer {
	width:800px;
	height:70px;
	background-color:#000000;
}
.center {
	text-align:center;
}
.town {
	font-size:19px;
}
.location {
	font-size:15px;
	font-style:italic;
}
:focus {
	outline-style: none;
}