@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/11-pattern.jpg);
	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;
	background-color: #4C4C4E;
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr #container {
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/09-white-2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.0;
	padding: 0px;
	height: 900px;
	font-size: 12px;
}
.oneColFixCtr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	margin: 0px;
	height: 700px;
	font-weight: normal;
	line-height: 1.3;
}
#logo {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 780px;
	left: auto;
	right: auto;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: 44px;
	background-image: url(images/09-white-2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#photo {
	padding: 0px;
	height: 168px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
#times {
	color: #000;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	float: left;
	border: thin solid #D2D2D2;
	line-height: normal;
	padding-bottom: 10px;
}
#featured {
	height: 215px;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	margin-right: 10px;
	margin-left: 46px;
	line-height: 1.4;
}

#welcome {
	height: 390px;
	width: 420px;
	left: 300px;
	float: right;
	margin-right: 45px;
	line-height: 1.2;
	padding-top: 0px;
	margin-top: 0px;
	padding: 0;
}

#address {
	height: 115px;
	width: 250px;
	margin-top: 2px;
	float: left;
	margin-left: 46px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

a:link {
	color:#23A9C6;
	text-decoration:none;
}

a:visited {
	color:#096;
	text-decoration:none;
}

a:hover {
	color:#369;
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color: #808080;
	margin-bottom:4;
}
h2 {
	font-size: 16px;
	color: #808080;
	margin-bottom:4px;
}
h3 {
	font-size: 14px;
	color: #808080;
	margin-bottom:0px;
	margin-top:0px;
}
h4 {
	font-size: 12px;
	color: #000;
	margin-bottom:2px;
	margin-top:4px;
	font-weight: bolder;
}
h5 {
	font-size: 12px;
	color: #808080;
	margin-bottom:2px;
	margin-top:2px;
}
h6 {
	font-size: 12px;
	color: #000;
	margin-bottom:2px;
	margin-top:2px;
	font-weight: normal;
}
h1+p {
	margin-top: 0px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

