body {
	background-color: #ffffff;
	margin-top:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

.clearfloat {clear:both;}

#container {
	position:relative;
	margin:auto;
	width: 970px;
}

/* ---------------- HEADER ------------------------*/
#header {
	position:relative;
	width: 950px;
	height:357px;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	z-index:10;
}
#header_topbar {
	position:relative;
	width:950px;
	height:58px;
	background-image:url(../images/header_topbar_bg.png);
	background-repeat:no-repeat;
	z-index:1;
}
#date {
	position:absolute;
	left:35px;
	bottom:20px;
	font-size:13px;
	color:#ffffff;
}
#topnav {
	position:absolute;
	right:285px;
	bottom:18px;
	color:#ffffff;
	font-size:12px;
	width: 271px;
}
#topnav a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
#topnav a:hover {color:#000000;}
#search {
	position:absolute;
	width:250px;
	height:20px;
	overflow:hidden;
	right:20px;
	bottom:18px;
	background-image:url(../images/search_bg.jpg);
	background-repeat:no-repeat;
}
#search .search_bar_field {
	position:absolute;
	top:2px;
	left:5px;
	color:#999999;
	border:0px;
	font-size:11px;
	height:15px;
}
#search .go_button {
	position:absolute;
	top:4px;
	right:5px;
}
.hidden {display:none;}

#header_main {
	position:relative;
	width:950px;
	height:254px;
	margin-top:-14px;
	z-index:0;
}
#frame_top {
	position:absolute;
	top:0px;
	z-index:1;
}
#logo {
	position:absolute;
	bottom:0px;
	left:0px;

}
#flash {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(../images/flash1.jpg);
	width:699px;
	height:250px;
}
#frame_bottom {
	position:absolute;
	bottom:0px;
}
#menu {
	position:relative;
	width:970px;
	height:58px;
	left:-10px;
	padding:0px;
	text-align:center;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	margin-top:4px;
	text-align:center;
}

/* ---------------- CONTENT ------------------------*/
#contentarea {
	position:relative;
	width: 950px;
	padding:16px 10px 10px 10px;
	z-index:0;
}
#leftcol {
	float:left;
	width:250px;
	text-align:center;
	padding:0px;
}
.featurebox {
	position:relative;
	display:block;
	margin-bottom:5px;
	width:250px;
	
}
.featurebox .featuretop {
	background-image:url(../images/featurebox_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:8px;
}
.featurebox .featurebox_content {
	position:relative;
	display:block;
	padding:5px 9px 3px 9px;	
	margin-top:-2px;
	background-image:url(../images/featurebox_mid_bg.gif);
	background-repeat:repeat-y;
}
.featurebox .featurebot{
	background-image:url(../images/featurebox_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:8px;
}
#leftcol .button {margin-bottom:5px;}

#content {
	float:left;
	width:420px;
	text-align:left;
	padding: 10px 30px 10px 30px;
}
#rightcol {
	float:left;
	width:198px;
	text-align:left;
	padding:5px 10px 0px 10px;
	font-size:12px;
	line-height:1;
	color:#c59a1c;
	border:1px solid #d1c39b;
	background-color:#fef9dc;
}
#rightcolb {
	float:left;
	width:180px;
	text-align:left;
}
#rightcol .title{font-family:"Times New Roman", Times, serif; font-size:23px;}
#rightcol .title2{display:block; font-family:"Times New Roman", Times, serif; font-size:20px; padding-top:6px; margin-right:10px; border-top:1px solid #c59a1c;}
#rightcol .subtitle{font-size:15px; font-weight:bold;}


/* ---------------- FOOTER ------------------------*/
#footer {
	position:relative;
	width: 950px;
	height:127px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/footer_bg.jpg);
	color: #ffffff;
}
#partners {
	position:relative;
	width:930px;
	height:54px;
}
#partners_logos {
	position:absolute;
	width:750px;
	height:46px;
	left: 200px;
	top: 5px;
}

#partners_logos a {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#partners_text {
	position:absolute;
	height:54px;
	display: inline;
	top: 0px;
	left: 0px;
	width: 200px;
}
#partners_text a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#dfa90f;
	text-decoration:none;
	display:block;
	padding:20px 5px 5px 20px;
}
#partners_text a:hover {color:#ffffff;}

#footernav {
	position:relative;
	width:920px;
	height:43px;
	padding:11px 10px 10px 20px;
	font-size:10px;
}

#footernav a {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
	text-decoration:none;
	vertical-align: middle;
}

#footernav a:hover {
	color: #dfa90f;
	text-decoration: none;
}
#osm {
	position:absolute;
	width:150px;
	right:10px;
	top:12px;
	line-height:12px;
	text-align:right;
}
#osm #text {margin-top:3px;}
#osm img {margin-left:5px;}
#osm a {font-size:10px;}


/* ---------------- GENERAL ------------------------*/
a {
	color: #6c3097;
	text-decoration: underline;
}

a:hover {
	color: #c59a1c;
	text-decoration: underline;
}

ul li {list-style:disk; padding-bottom:10px;}
ol li {list-style:decimal;}

/* ---------------- MINI NEWS ------------------------*/
.mininews_wrapper {

	text-align:left;
	margin: 0px 20px 0px 20px;
}
.mininews_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #be8d00;
	border-bottom: 1px #d1c39b solid;
	padding: 5px 0px 5px 0px;
	text-align:center;
	margin-bottom:5px;
}
.mininews_title_r {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #be8d00;
	padding: 6px 0px 12px 0px;
	text-align:center;
	margin-bottom:10px;
}
.mininews_item_title a {
	font-size: 13px;
	line-height: 14px;
	color: #be8d00;
	font-weight: bold;
	margin-bottom: 8px;
	width: 100%;
	text-align: left;
	text-decoration:none;
	display:block;
}
.mininews_item {
	color:#6c6c6c;
	text-align:left;
	font-size:11px;
	line-height:13px;
}

.mininews_item a { text-decoration: none; color:#be8d00;}
.mininews_item a:hover { text-decoration: none; color: #6c6c6c; }
.mininews_date {
	color:#6c6c6c;
	text-align:right;
	font-size:11px;
	padding-top:0px;
	padding-bottom:0px;
	display:block
}
.concertinfo_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #be8d00;
	padding: 0px 0px 0px 0px;
	text-align:center;
	margin-bottom:0px;
}
.include_top{
	background-image:url(../images/rt_cl_top.jpg);
	background-repeat:no-repeat;
	height: 41px;
	padding: 9px 9px 0px 9px;
}
.include_middle{
	background-image:url(../images/rt_cl_center.jpg);
	background-repeat:repeat-y;
	padding: 5px 15px 10px 15px;
}
.include_bottom{
	background-image:url(../images/rt_cl_bottom.jpg);
	background-repeat:no-repeat;
	height: 50px;
	padding: 10px 0px 0px 0px;
}