@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/culinard-special-events-background.jpg);
	height: 100%;
	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 */
}
.oneColFixCtrHdr #container {
	height: 100%;
	width: 100%;  /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* 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. */
}
.oneColFixCtrHdr #header {
	margin-top:20px;
	background: url(../images/culinard-special-events-header-background.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent #nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}
.oneColFixCtrHdr #mainContent #nav a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent #nav ul {
	list-style: none;
	margin: 10px;
}
.oneColFixCtrHdr #mainContent #nav li {
	float: left;
	padding-right: 40px;
}
.oneColFixCtrHdr #mainContent #columns {
	width: 919px;
}
.oneColFixCtrHdr #mainContent #columns a {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent #columns a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent #columns #col1 {
	float: left;
	width: 547px;
}
.oneColFixCtrHdr #mainContent #columns #col1 #box-news {
	width: 547px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent #columns #col1 #box-flash{
	margin-top: 20px;	
}
.oneColFixCtrHdr #mainContent #columns #col1 #box-testimonials {
	width: 547px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent #columns #col2 {
	float:left;
	padding: 20px 0 0 10px;
	width: 352px;
}
.oneColFixCtrHdr #mainContent #columns #col2 #box-about {
	width: 352px;
}
.oneColFixCtrHdr #footer {
	margin-top:20px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #2a1408;
	color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#venueMenu {
	margin:10 0 0 0;
	/*background-color:#FAF3A0;*/
	/*background-color:#e2e2e2;*/
	color:#FFF;
	padding:5px;
	display:block;
	min-height:18px;
	/*border: thin #000 solid;*/
	font-size: 11px;
}
.box-center {
	width: 527px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/box-center.gif) repeat-y;
	text-align: left;
}
.box-center h1 {
	font-weight:bold;
	margin: 0;
	font-size: 14px;
}
.box-center p {
	margin: 0;
	padding: 10px 0;
}
.box-center ul {
	margin: 0;
	padding: 10px 0 0 20px;
}
.box-center li {
	padding: 2px 0;	
}
.box-about-center {
	width: 332px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/box-about-center.gif) repeat-y;
	text-align: left;
}
.box-about-center h1 {
	font-weight:bold;
	margin: 0;
}
.box-about-center p {
	margin: 0;
	padding: 10px 0;
}
.box-long-center {
	width: 887px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/box-long-center.gif) repeat-y;
	text-align: left;
	min-height: 225px;
}
.box-venue {
	margin-top: 10px;	
}
.venue-img {
	margin: 0;
	padding: 0;
	float: left;
	width: 377px;
	border: #000 thin solid;
}
.venue-content {
	float: left;
	width: 450px;
	padding: 0 20px;
}
.venue-content h1 {
	font-weight:bold;
	margin: 0;
	font-size: 18px;
}
.venue-content p {
	margin: 0;
	padding: 10px 0;
}
.venue-content li {
	padding: 2px 0;
}
.clear {
	clear:both;
}
.scroll {
	height: 90px;
	overflow: auto;
}
.highlighted p{
	font-weight:bold;
	display:block;
	padding: 2px;
	background-color:#2a1408;
	color:#FFF;
}
.bordered {
	border: thin #000 double;
	padding: 5px;
}
.row {
	list-style: none;
	text-align: center;
}
.row li{
	float: left;
	margin: 0 27px;
}
.row li a {
	display: block;
}