body {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #616161;
	background-image: url(../images/bg.png);
	font-family: times new roman, serif;
	font-size: 13pt;
	line-height: 1.5;
}
a {
	color: #363;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 10px 10px;
	text-indent: 25px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h2 {
	text-align: center;
	color: #6d3030;
}
ul {
	margin: 5px 15px;
}
ol {
	margin: 5px 30px;
}
ol li {
	margin: 10px 0;
	line-height: 1.4;
}
.clear {
	clear: both;
	margin-bottom: 10px;
}
#body {
	position: relative;
	width: 800px;
	min-height: 625px;
	margin: 0 auto;
	background: url(../images/bodybg.png) no-repeat top center;
}
#header {
	background: url(../images/header.png) no-repeat top center;
	width: 100%;
	height: 125px;;
}
#header h1 {
	display: none;
}
#header img {
	position: absolute;
	top: 13px;
	right: 29px;
}
#content {
	color: #000;
	margin: 0 auto;
	width: 100%;
	background: url(../images/contentbg.png) repeat-y top center;
}
#content2 {
	position: relative;
	background: url(../images/contentbg2.png) no-repeat bottom center;
}
#content3 {
	padding: 15px 50px 35px 50px;
	zoom: 1;
}

#navigation {
	/*position: absolute;
	top: 143px;
	left: 28px;*/
	margin: 18px auto 0 auto;
	width: 745px;
	height: 32px;
}

#navigation a span {
	display: none;
}

#navigation a {
	display: block;
	height: 32px;
	width: 148px;
	overflow: hidden;
}

#navigation ul li.home a {
	background-image: url(../images/buttons/home.png);
	width: 149px;
}

#navigation ul li.home a:hover {
	background-image: url(../images/buttons/home2.png);
}

#navigation ul li.history a {
	background-image: url(../images/buttons/history.png);
}

#navigation ul li.history a:hover {
	background-image: url(../images/buttons/history2.png);
}

#navigation ul li.menu a {
	background-image: url(../images/buttons/menu.png);
}

#navigation ul li.menu a:hover {
	background-image: url(../images/buttons/menu2.png);
}

#navigation ul li.directions a {
	background-image: url(../images/buttons/directions.png);
}

#navigation ul li.directions a:hover {
	background-image: url(../images/buttons/directions2.png);
}

#navigation ul li.contact a {
	background-image: url(../images/buttons/contact.png);
	width: 152px;
}

#navigation ul li.contact a:hover {
	background-image: url(../images/buttons/contact2.png);
}

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

#navigation ul {
	float: left;
	width: 100%;
}

#navigation li {
	float: left;
}

img.welcome {
	float: left;
	margin: 15px 15px 15px 0;
}

.photo {
	float: right;
	margin: 15px 0 15px 15px;
	border: 3px solid #9b7670;
}

.hours {
	float: left;
	margin: 10px;
	list-style: none;
}

p.welcome {
	font-size: 15pt;
}

.download {
	font-size: 22pt;
	text-align: center;
}

.download-sheets {
	font-size: 18pt;
	text-align: center;
}

.adobe {
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0 0 5px 0;
	font-family: arial, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #FFF;
}