@charset "UTF-8";
/* CSS Document */

body {

	background-color:#dadba8;
	font-family:Arial, Helvetica, sans-serif;
	color:#3a190d;
	font-size:12px;
	}
	
#pic {
	position:absolute;
	top: 0px;
	left:0px;
	width:375px;
	max-height:177px;
	}

#wrapper {
	background-color:transparent;
	background-image:url(img/bg_wrap.gif);
	background-repeat:repeat-y;
	background-position:center;
	width: 1024px;
	min-height:842px;
	position:absolute;
	top: 0px;
	left:0px;
	}
	
#container {
	width:863px;
	position:relative;	
	}
	
	
#title {
	background-color:#5f2b18;
	/*background-image:url(img/bg_title.gif);*/
	width:862px;
	min-height:30px;
	max-height:30px;
	text-align:right;
	}
	
	#title p {
		font-size:1.3em;
		color:#CC9933;
		margin-top: 0px;
		margin-bottom: -2px;
		margin-right:15px;
		vertical-align:middle;
		}
		
	#title a {
		color: #CC9933;
		text-decoration:none;
		}
	
#head {
	background-color:transparent;
	background-image:url(img/bg_head.gif);
	background-repeat:no-repeat;
	width:863px;
	min-height:242px;
	max-height:242px;
	}
	
#menu {
	background-color:transparent;
	background-image:url(img/bg_menu.gif);
	background-repeat:no-repeat;
	width:863px;
	min-height:53px;
	max-height:53px;
	}
	
#bg {
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	width:863px;
	}
	
	
#content {
	background-color:transparent;
	background-image:url(img/bg_cont.gif);
	background-repeat:no-repeat;
	width:863px;
	min-height:600px;
	}
	
#right {
	background-color:#f8f2cc;
	border: 1px solid #3a190d;
	width:535px;
	float: right;
	margin-left:10px;
	margin-right:30px;
	margin-top:15px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}
	
#newsbytes {
	width:470px;
	min-height:150px;
	background-color:#66CC33;
	}
	
	#newsbytes p {
		margin:10px;
		}
	
	
#left {
	width:227px;
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:15px;
	}
	
#footer {
	clear:both;
	background-image: url(img/bridge.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
	width:863px;
	min-height:226px;
	max-height:226px;
	text-align:center;	
	}
	
	#footer p {
		margin-left:30px;
		margin-right:30px;
		background-color:#FFFF99;
		}
		
	#footer a {
	font-size: 0.95em;
	color:#336600;
	text-transform:capitalize;
		}

	
a {
	color:#CC0000;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color: #f42924;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
	
h1 {
	font-size:1.6em;
	color:#357d0a;
	}
	
h2 {
	font-size:1.3em;
	color:#072731;
	}
	
h3 {
	font-size:1.2em;
	color:#3a190d;
	font-weight:500;
	}

.subText {
	color: #321a04;
	font-size:.95em;
	}
	
.date {
	color:#660000;
	font-size:1.2em;
	font-weight:500;
	}

.venue {
	color:#660000;
	font-size: 1.1em;
	font-weight: 400;
	}
	
.artist {
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
	margin:10px;
	}
	
.label {
	color:#FF6600;
	}
	
.footer {
	font-size:.85em;
	}
	
.hidden {
	visibility:hidden;
	}
	
