@charset "UTF-8";
/* CSS Document */

a { text-decoration: none; color: #681112; }
a:hover { color: #F6EEE8; }

a.menu { text-decoration: none; color: #681112; }
a.menu:hover { color: #F6EEE8; }

body {
	margin: 0;
	background-color: #F6EEE8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#mainWrapper {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
}

#tagWrapper {
	background-image: url(../images/bkg_tag.gif);
	background-repeat: no-repeat;
	
}

#indexLogo {
	text-align: center;
}

.indexTag {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	padding-top: 20px;
}

.indexTagLRG {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.indexAccentLRG {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #681112;
	padding-top: 6px;
}

.location {
	float: left;
	text-align: center;
	padding-left: 160px;
	font-size: 15px;
	margin-top: -14px;
}

.hours {
	float: right;
	text-align: center;
	padding-right: 180px;
	font-size: 15px;
	margin-top: -14px;
}

#footer, #footer a {
	background-color: #681112;
	width: 100%;
	padding: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F6EEE8;
}
