@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background: #ab9c75 url(../images/top_bg.jpg) top center repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
a {
	color: #5a594d;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.img_border {
	padding: 5px;
	background-color: #5a594d;
	border: 1px solid #fff;
}
p {
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 18px;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 16px;
}
#site {
	margin: 0 auto;
}
#site #special-widget object {

}

#header {
	width: 950px;
	height: 282px;
	margin: 0 auto;
	padding: 0;
}
#header_left {
	float: left;
	width: 475px;
	margin: 0;
	padding: 0;
}
#header_right {
	float: left;
	width: 475px;
	margin: 0;
	padding: 0;
}
#header_name {
	float: left;
	width: 475px;
	height: 89px;
	margin: 0;
	padding: 0;
}
#hairy_buffalo {
	float: left;
	margin: 0;
	padding: 0;
	height: 146px;
	width: 449px;
}
#nav {
	float: left;
	width: 370px;
	height: 47px;
	margin: 0 0 0 79px;
	padding: 0;
}
#content {
	float: left;
	width: 870px;
	min-height: 300px;
	margin: 0;
	padding: 20px 40px 0 40px;
	background: url(../images/body_bg.jpg) top center repeat-y;
}
#content_left {
	float: left;
	width: 420px;
	padding: 0 10px 0 0;
	text-align: center;
}
#content_right {
	float: left;
	width: 420px;
	padding: 0 0 0 10px;
	
}
#content_bottom {
	float: left;
	width: 870px;
	text-align: center;
	padding: 10px 0 0 0;
}
#content_bottom p {
	font: 11px;
	margin-bottom: 5px;
}
#footer {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 248px;
}

/*---- MENU ----*/

#menu {
	float: left;
	width: 870px;
	height: 100%;
	margin: 0 atuo;
	padding: 0;
}

#menu h1 {
	color: #be2713;
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0 0;
}
#menu p {
	line-height: 14px;
	margin-bottom: 12px;
}
.menu_title {
	float: left;
	text-align: center;
	width: 830px;
	height: 99px;
	padding: 0 20px;
	background: url(../images/menu_title_bg.jpg) top center no-repeat;
}

.menu_title h2 {
	color: #000;
	font: 1em;
	padding: 21px 0 0 0;
}
#content_right h2 {
	font-size: 18px;
	color: #762F11;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7B992;
	padding-top: 6px;
}

.menu_title h3 {
	padding: 11px 0 0 0;
}
.menu_title p {
	color: #fff;
}
.menu_left {
	float: left;
	width: 390px;
	padding: 20px 10px 20px 35px;
}

.menu_right {
	float: left;
	width: 390px;
	padding: 20px 35px 20px 10px;
}

/*---- EVENTS ----*/
#schedule {
	width: 348px;
	margin: 10px auto;
	font-size: 12px;
}
.date_odd {
	width: 45px;
	float: left;
	text-align: right;
	padding: 3px;
	border-bottom: 1px solid #81795e;
	}
.date_even {
	width: 45px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #fff;
	background: #b8ac87;
	border-bottom: 1px solid #81795e;
	}
.band_odd {
	width: 280px;
	float: left;
	text-align: left;
	padding: 3px 8px;
	border-bottom: 1px solid #81795e;
}
.band_even {
	width: 280px;
	float: left;
	text-align: left;
	padding: 3px 8px;
	color: #fff;
	background: #b8ac87;
	border-bottom: 1px solid #81795e;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DAD6AF;
	font-size: 15px;
	color: #666666;
}
.indenter {
	padding-left: 15px;
	display: block;
}
#special-widget {
	padding: 20px;
	background-color: #000;
	color: #999;
	border: 4px double #fff;
}
.big-fancy {
	font-size: 32px;
	color: #CCC;
}
