@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-color: #666666;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {font-size: x-small}

.style2 {
	color: #336666;
	font-weight: bold;
	}
	
.style3 {font-size: small}

#row4 p {
	font-size: small;
	text-align: left;
	padding-left: 15px;
	padding-right: 50px;
}

#row4 a {
	
	text-align: left;
	text-decoration: none;
	color: #996600;
}

#row4 a:hover {
	color: #003399;
}

#row4 h3 {
	color: #46554E;
	text-align: left;
	padding-right: 50px;
	padding-left: 15px;
}
#row5 p {
	font-size: small;
	text-align: center;
	padding-top: 10px;
}

#row5 a {
	text-decoration: none;
	color: #CCCCCC;
}


#row5 a:hover {
	text-decoration: none;
	color: #CC6600;
}


#row6 p {
	font-size: small;
	color: #FFCC99;
	text-align: center;
}
#row6 a {
	color: #00CCFF;
	text-decoration: none;
}

#row6 a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#row4 #hours {
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
}
#row4 hr {
	text-align: left;
	padding-left: 15px;
}
