						/* BASICS */
body {
	margin: 0 auto;
	padding: 0;
	background: #343434 url(../images/backgrounds/faux.jpg) repeat-y 50%;
	background-position: top center;
	width: 900px;
}
#container {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

						/* HEADER */
#header {
	background: url(../images/backgrounds/header.jpg);
	width: 800px;
	height: 202px;
	margin: 0 auto;
	padding: 0;
}

						/* CONTENT AREA */
#content {
	float: left;
	width: 614px;
	padding-left: 55px;
	font-size: 14px;
}
#content h1 {
	text-align: center;
}
#content h5 {
	text-align: center;
}
#content h5 a:link, a:visited, a:active {
	color: red;
	text-decoration: none;
}
#content h5 a:hover {
	text-decoration: underline;
}	
blockquote {
	background: url(../images/backgrounds/blockquote.jpg);
	height: 75px;
	width: 500px;
	text-align: center;
}
#content h3 {
	text-align: center;
	color: #000584;
}
#content table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	border-collapse: collapse;
}
#content th {
	background-color: #ccc;
	width: 300px;
}
#content td, th {
	padding: 5px;
	border: 1px solid #000;
}
.center {
	text-align: center;
}
content a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
content a:hover {
	text-decoration: underline;
}
.summerfest {
	text-align: center;
}
.summerfest a:link, a:visited, a:active {
	text-decoration: none;
}
.summerfest a:hover {
	text-decoration: underline;
}

						/* NAVIGATION */
#nav {
	float: right;
	width: 181px;
	padding-right: 40px;
	padding-left: 0px;
	color: white;
}
#nav .head1 a {
	color: #999;
	text-decoration: none;
}
#nav .head1 a:hover {
	color: #999;
	font-size: 11pt;
	text-decoration: underline;
}
#nav .head1 {
	color: #999;
	font-size: 11pt;
	text-decoration: none;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: white;
	text-decoration: underline;
}
					/* FOOTER */
#footer {
	color: black;
	text-align: center;
	font-weight: bold;
	background: white;
	clear: both;
	border-top: 5px solid yellow;
	border-bottom: 5px solid yellow;
	height: 55px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}