@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/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);
	padding: 0px;
	height: 730px;
}
.oneColFixCtr #mainContent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	margin: 0px;
	height: 420px;
}
#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: 0px;
}
#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;
}
#featured {
	height: 215px;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	margin-right: 10px;
	margin-left: 46px;
}

#welcome {
	height: 390px;
	width: 420px;
	left: 300px;
	float: right;
	line-height: 1.4em;
	margin-right: 45px;
}

#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;
}
