*{
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	background-color: #00B8FE;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


#container {
	width: 1000px;
	background-color: #fff1e2;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/containerbg.jpg);
	margin-bottom: 10px;

	
}
#header {
	height: 226px;
	background-color: #549BEB;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	clear: both;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content img {
	margin: 7px;
}

#flash {
	float: left;
	height: 400px;
	width: 350px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	background-color: #1A87B0;
	border: 2px solid #000000;
	z-index:1;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}



#nav {
	width: 1000px;
	float: left;
	z-index:2100;
}
#nav img {
	float: left;
	z-index:2100;
}
#nav li
{
	display: inline;
	list-style-type: none;
	z-index:2100;
}
#nav li a { text-decoration: none; z-index:2100; }

#footer {
	background-image: url(../images/footer.jpg);
	clear: both;
	height: 53px;
	width: 1000px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
ul {
	margin-left: 40px;
}
ol {
	margin-left: 40px;
}
#form1 {
	float: left;
	width: 500px;
	display: block;
}

#hours {
	float: right;
	width: 375px;
}

