html, body {
	margin:0;
	padding:0;
	font-family: Georgia, Times New Roman, serif;
}
body {
	text-align: center;
	background: #4c3310;
	
}
#container {
	
}

#topbar {
	width: 100%;
	height: 155px;
	margin: 0;
	background: url(../images/topbar-trans.png) repeat-x;
	background-position: bottom center;
	position: relative;
	z-index: 20;
	color: #cfc6b0;
}

#topbar_contain {
	width: 960px;
	margin: 0 auto;
}

#topbar_contain span {
	display: none;
}

#topbar_contain .cnfr {
	float:left;
	width: 230px;
	text-align: left;
	margin: 5px 0 0 0;
	font-size: .9em;
}

#topbar_contain .date {
	float:left;
	width: 150px;
	text-align: left;
	margin: 12px 0 0 10px;
	font-size: .9em;
}

#topbar_contain .contact {
	float: right;
	width: 300px;
	text-align: right;
	margin: 12px 0 0 0;
	font-size: .9em;
}

#topbar_contain .social {
	float: right;
	width: 100px;
	text-align: right;
	margin: 2px 0 0 0;
	position:relative;
	z-index: 1000;
}

#header {
	position: relative;
	z-index: 10;
	background: #cfc6b0;
	width: 100%;
	height: 225px;
	margin: -10px auto 0;
	text-align: center;
}

#header_contain {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 70;
}
 
#logo {
	float: left;
	position: relative;
	z-index: 20;
	margin: 0 0 0 -270px;
	background: url(../images/logo-trans.png) no-repeat;
	height: 221px;
	width: 1200px;
}

#menu {
	margin: 175px -50px 0 0;
	text-align: right;
	position: relative;
	display: block;
	float: right;
}


#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
	width: 120px;
	height: 50px;
	margin: 2px 0 0 0;
	list-style-type: none;
	line-height: 1.4em;
}

#menu a, #menu a:visited {
	display: block;
	height: 58px;
	background-color:transparent; 
	text-align:center; 
	color: #2f170b; 
	text-decoration:none;
	font-weight: bold;
}


#menu a:hover {
	background:url(../images/nav_back-trans.png);
}

#menu a#selected:hover {
	color:white;
}


.bar_top {
	background: url(../images/bar.jpg) repeat-x;
	width: 100%;
	height: 20px;
	margin:0 0 0 0;
	position: relative;
	z-index: 80;
}

.bar_btm {
	background: url(../images/bar.jpg) repeat-x;
	width: 100%;
	height: 20px;
	margin:0 0 -15px 0;
	
}

/*#photo  {
	margin: 0 auto;
	background: url(../images/photo_back.jpg) no-repeat;
	width: 1500px;
	
}*/


#images_back {
	background: url(../images/photo_back.jpg) no-repeat #968569;
	background-position:center; 
	height: 319px;	
}

#image {
	width: 957px;
	height: 319px;
	overflow: hidden;
	z-index: 80;
	position: relative;
	margin: 0 auto;
	border-left: 3px solid #341d0d;
	border-right: 3px solid #341d0d;
}


#paper {
	background: url(../images/paper-trans.gif) repeat-x top center;
	position: relative;
	z-index: 20;
	margin: -25px 0 0 0;
	height: 36px;
}

#inside_content {
	width: 550px;
	float: left;
	padding: 0 0 0 30px;
	margin: 25px 0 0 0;
}

#wrapper_content {
	width: 960px;
	margin: 0 auto;
}


#cowboyhat {
	width: 85px;
	height: 62px;
}

#content {
	float: left;
	width: 550px;
	margin: 0 0 0 20px;
	display: inline;	
}

#content_main {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ece7d3;
	margin: -10px 0 0 0;
	padding: 0 0 20px 0;
	text-align: left;
}

#content_main_inside {
	background: url(../images/main_back-trans.gif) repeat-x #beab8a;
	background-position: top;
	margin: -340px 0 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	border-left: 1px solid #341d0d;
	border-right: 1px solid #341d0d;
}



#sidebar {
	float: left;
	width: 350px;
	margin: -270px 0 0 20px;
	display: inline;

}

#sidebar_inside {
	margin: 15px 0 0 15px;
	float: left;
	width: 350px;
	display: inline;

}

#sidebar_top {
	background: #ece7d3;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow:3px 0px 5px #292929;
	-webkit-box-shadow:3px 0px 5px #292929;
	-moz-box-shadow: 3px 0px 5px #292929;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#343434', Direction=90, Strength=3);
	position:relative;
	z-index: 90;
}

#sidebar_top ul {
	list-style: none;
}

#sidebar_top ul li.pdf {
	list-style-image: url(../images/pdf-trans.png);
	list-style-position: outside;
}




#nav_left {
	background: url(../images/nav_backdes_top-trans.png) no-repeat;
	background-position: bottom;
	padding: 20px 0 20px 0;
	position: relative;
	z-index: 300;
}

#twitter {
	width: 372px;
	background: url(../images/twitter_back.jpg);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -10px 0 0 -10px;
	box-shadow:3px 0px 5px #331c0d;
	-webkit-box-shadow:3px 0px 5px #331c0d;
	-moz-box-shadow: 3px 0px 5px #331c0d;
	position: relative;
	z-index: 100;
}

#sidebar_inside #twitter {
	width: 372px;
	background: url(../images/twitter_back.jpg);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -10px 0 0 -10px;
	box-shadow:3px 0px 5px #292929;
	-webkit-box-shadow:3px 0px 5px #292929;
	-moz-box-shadow: 3px 0px 5px #292929;
	position: relative;
	z-index: 400;
	
}


.twitter_head {
	padding: 5px 0;
	position: relative;
	z-index: 401;
}


#sidebar_bottom {
	background: url(../images/nav_backdes_btm-trans.png) no-repeat #ece7d3;
	background-position: top;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	box-shadow:3px 0px 5px #292929;
	-webkit-box-shadow:3px 0px 5px #292929;
	-moz-box-shadow: 3px 0px 5px #292929;	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#343434', Direction=90, Strength=3);
	padding: 20px 0;

}

#footer {
	clear: both;
	background: url(../images/bar.jpg) repeat-x #cfc6b0;
	background-position: top;
	
	
}

#footer_contain {
	width: 960px;
	margin: 0 auto;
}
.copyright {
	float: left;
	color: #341d0d;
	padding: 30px;
}

.adbay {
	float: right;
	color: #341d0d;
	padding: 30px;
}

.swirl {
	background: url(../images/divider_swirl-trans.png) no-repeat;
	width: 208px;
	height: 47px;
	margin: 20px 0 20px 171px;
	border: none;
}

div.hr {
padding: 0;
margin: 24px 0;
height: 47px;
width:100%;
clear: both;
background: url(../images/divider_swirl-trans.png) no-repeat center;
}

div.hr hr {
display: none;
} 

.clear {clear: both;}

.morenews {
	float: right;
	padding: 10px;
}

.headline {
	padding: 10px;
}

.news_right {
	float: right;
	border: 1px solid #584e2b;
	margin: 5px 10px 5px 5px;
}

.news_left {
	float: left;
	border: 1px solid #584e2b;
	margin: 5px 10px 5px 5px;
}

.style {
	padding: 0 0 0 15px;
}

#tickets {
	text-align: center;
	margin: 10px 10px 0 0;
}

#sidebar hr, #sidebar_inside hr {
	border-top: 1px solid #9a8b71;
	width: 60%;
	margin: 0 0 2px 70px;
}

.facebook {
	padding: 10px 0;
}

#inside_content ol {
	font-size:.9em;
	color:#231206;
	padding: 0 0 0 25px;
}

#inside_content li {
	padding: 5px 0;
}

#contestant {
	list-style-type: square;
	padding: 0 0 0 25px;
	color:#231206;
}

.trib {
	margin: 5px;
}
