@charset "utf-8";
/* CSS Document */

body {
	font: 18px Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #666666;
	background-image: url(images/redbkg.jpg);
	background-repeat: repeat;
	width: 900px;
}#wrapper {
	margin-top: 20px;
	width: 900px;
	border: thick solid #000;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 240px;
}
#navigation {
	height: 33px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content {
}
#footer {
	background-color: #000;
	font: 16px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
#content {
	background-image: url(images/greenbkg.gif);
	background-repeat: repeat;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}
#wrapper table tr #footer a {
	color: #FFC;
}
h1 {
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	color: #330;
}
h2 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #792219;
}
.italic {
	font-style: italic;
	color: #000;
}
p {
	color: #000;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#h3 {
	color: #030;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
	text-decoration: underline;
}
h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #92153D;
	text-align: center;
}
h5 {
	text-decoration: underline;
	color: #330;
	font: italic bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.informationheadings {
	color: #060;
	text-decoration: underline;
	font: italic bold 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h6 {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #333;
}
.hours {
	color: #FC0;
}
#webdesign {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}

