body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font: 140% amerika sans, verdana, sans-serif;
	color: #ffffff;
	margin-bottom: -10px;
}
h2 {
	font: 100% verdana, sans-serif;
	color: #ffffff;
}
h3 {
	font: 100% amerika sans, verdana, sans-serif;
	color: #ffffff;
}
.logo a:hover, a:active, a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	padding: 102px 0 0 0;
	background-image:  url(top-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cc0000;
	border: 1px solid #cc0000;
}
#content {
	width: 710px;
	padding-left:5px;
	padding-bottom: 10px;
	padding-right:5px;
	float: right;
	color: #000000;
}
#content p {
	font-family: century gothic, verdana, arial, sans serif;
	font-size: 0.8em;
}
#content a:link, a:active {
	text-decoration: none;
	color: #ffffff;	
}
#content a:hover, a:visited{
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

#navigation {
	top: 0px;
	left: 0;
	width: 100%;
	float: left;	
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: 10pt verdana, sans serif #ffffff;
}
#navigation li {
	display: inline;
	font: 10pt verdana, sans serif #ffffff;
}
#navigation a:link, a:visited {
	text-decoration: none;
	color: #ffffff;	
}
#navigation a:hover, a:active {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
#photo {
	position: absolute;
	margin-left: 10px;
	margin-top: 30px;
	border: 1px solid #ffffff;
}
#hours {
	clear: both;
	font-family: century gothic, verdana, arial, sans serif;
	font-size: 0.9em;
	text-align: center;
	color: #000000;
}
#footer {
	clear: both;
	font-family: century gothic, verdana, arial, sans serif;
	font-size: 0.7em;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #cc0000;	
}
#footer a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;
}
