@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
}
.oneColFixCtr #container {
	width: 929px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	height: 900px;
}
.oneColFixCtr #containerm {
	width: 929px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
.oneColFixCtr #containerm1 {
	width: 929px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bodym.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtr #mainContent {
	width: 855px;
	margin-left: 40px;
	padding-top: 12px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #mainContentm {
	width: 855px;
	margin-left: 40px;
	padding-top: 12px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav {
	width: 860px;
}
#title {
	background-repeat: no-repeat;
	margin-top: 40px;
}
#content1 {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#content1pic {
	width: 350px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 150px;
	background-image: url(images/tbs.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#content2pic {
	float: left;
	margin-top: 55px;
}
#content1txt {
	width: 360px;
	float: left;
	height: 150px;
	z-index: 1;
}
#content2 {
	width: 360px;
	z-index: 2;
	text-align: center;
	position: relative;
	top: -22px;
	float: left;
}
#content3 {
	height: 100px;
	text-align: center;
	margin-top: 40px;
}
#content4 {
	width: 360px;
	margin-top: 70px;
	float: left;
	padding-right: 10px;
}
#content5 {
	width: 480px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 20px;
}
#content6 {
	width: 480px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#eventscontent {
	width: 640px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#specialscontent {
	width: 640px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#menu1 {
	width: 860px;
}
#menut {
	font-size: 10px;
	text-align: center;
}
#menul {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
}
#menul1 {
	width: 33%;
	float: left;
	text-align: center;
}
#menul2 {
	width: 33%;
	float: left;
	text-align: left;
}
#menur {
	width: 66%;
	float: left;
	text-align:center
}
#contact1 {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#directions1 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
#map {
	border: 2;
	border-color: #666666;
	border-style: solid;
	height: 300px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#form {
}
