@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #5a471b;
	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;
}

body {
	margin-top:20px;
}

.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a471b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fffaca;
	padding:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin:0;
	border:1px solid #fffaca;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nav {
	background-color:#c89f6c;
	border-bottom:1px solid #fffaca;
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
	margin-bottom:20px;
}
#bodyCopy {
	background-color:#fff;
	font-size:small;
	background-image:url(images/rightBox-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align: center;
	vertical-align:top;
}
#frameHolder {
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	p
}
.zvrcFrame {
	border: 1px solid #e2cdb1;
	height:360px;
	width: 100%;
}
.middleBoxTD {
	background-image:url(images/boxMiddle.gif);
	background-repeat:repeat-y;
}
#bodyCopy h2 {
	font-size:24pt;
	color:brown;
}
#bodyCopyRight {
		background:#fff;
		
}

#leftBox-middle {
	padding-left:15px;
	padding-top:10px;
	font-size:8pt;
	color: black;	
}
#leftContent {
	padding-right:10px;
	padding-top:10px;
	font-size:x-small;
	color: black;
	min-height:320px;
}
#leftContent p {
	margin-bottom:2px;
	margin-top: 2px;
	padding-bottom:2px;
	padding-top:2px;
}
#leftContent a {
	color:#600;
}
.leftUL {
	margin:12px;
	padding:2px;
}

#footer {
	margin-top:20px;
	border-top:1px solid #fffaca;
}
#footer #hours {
	font-size:8pt;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:15px;
	padding:0;
}
#footer .brownTD {
	background-color: #c89f6c;
	
}
