@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
.clear {
	clear:both;
}
.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.6em;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #5F0027;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: justify;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #CCC;
}
a:hover {
	border-bottom: dotted 1px #FFF;

}
h1 {
	background-image: url(../images/logo.png);
	display: block;
	height: 214px;
	width: 293px;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin-left: -146px;
}
#hours {
	text-align: left;
}
#nav {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: 160px;
}
#nav a {
	text-decoration: none;
	color: #203902;
	display: block;
	float: left;
	padding: 5px 20px;
}
#nav a:hover {
	text-decoration: underline;
	color: #355404;
}
#wapperTop {
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	margin: 0 auto;
	padding-top: 120px;
	height: 330px;
	overflow: hidden;
}
#wapper {
	background-image: url(../images/wapper.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
#wapper .block {
	background-image: url(../images/blockBg01.jpg);
	background-repeat: repeat-x;
	background-color: #51750B;
	padding: 0 10px 10px 10px;
	height: 290px;
}
#wapper .block p {
	margin-top: 10px;
}
#wapper .block h2 {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
}
#wapper .lightGreen {
	background-image: url(../images/blockBg01.jpg);
	background-repeat: repeat-x;
	background-color: #51750B;
}
#wapper .darkGreen {
	background-image: url(../images/blockBg02.jpg);
	background-repeat: repeat-x;
	background-color: #355404;
}
#colLeft {
	width: 400px;
	float:left;
}
#colMid {
	width: 200px;
	float:left;
}
#colRight {
	width: 200px;
	float:right;
}
#wapperBottom {
	width: 840px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}
#wapperBottom div {
	background-image: url(../images/wapperBottom.png);
	height: 20px;
	width: 840px;
}
#wapperBottom p {
	padding: 0 20px;
}
