/* Basic HTML Elements */
body {
	margin:0;
	padding:0;
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	/*background: #000 url(i/faded_shield.jpg) no-repeat top left;*/
	background: #000;
	background-image:url(i/chris_at_simpsons_faded.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-attachment:fixed;
	text-align:center;
}

a {
	text-decoration:none;
	border-bottom:solid 1px #FFF;
	color:#FFF;
}

a:hover {
	/*color:#CC0000;*/
	color:#000;
	background: #fff;
	/*border-bottom:dashed 1px #CC0000;*/
	/*border:dashed 1px;*/
}

small {
	font-size:9px;
}

p {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
}

.center {
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px 0;
	padding:0;
	line-height:normal;
	border-bottom:solid 1px #FFF;
	text-align:center;
}

h2 {
	font-size:14px;
}

h3, h4, h5, h6 {
	margin-bottom:0;
	font-weight:normal;
	font-size:12px;
}

#banner .photo {
	width: 200px;
	height: 200px;
	background: url(i/radio.jpg) top right no-repeat;
	position: absolute;
	left: 10px;
	top: 55px;
	border:1px;
	/*border-thickness: 1px;*/
	border-color: #fff;
	border-style: solid;
}

#banner .band {
	width: 775px;
	height: 125px;
	position: absolute;
	position: absolute;
	left: 10px;
	top: 0px;
	border-bottom:solid 1px #FFF;
	/*background: url(i/title.png) no-repeat right;*/
	background: url(i/cab_banner.jpeg) no-repeat right;
}

#container {
	width:725px;
	height: auto;
/*	background: repeat-y center url(i/middlebg2_bw.gif) transparent;*/
	margin: 0 auto;
	padding:0;
	text-align:left;
	position:absolute;
	left:50px;
	border-bottom:none;
}

#content {
	margin: 0 0 0 190px;
	padding:150px 10px 25px 45px;
	/*min-height:600px;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	min-height:410px;
	text-align:justify;
	/*background: #eee;*/
}

#navigation ul {
	float:left;
	width: 180px;
	font-family: impact;
	font-size: 25px;
	/*background: url(/shared/lounge/lounge_navback_red.gif) left top;*/
	list-style-type: none;
	padding: 0px;
	margin: 150px 0 6em 5px;
}

/* ie5/mac hack */
#navigation ul { 
/*	margin-top: 310px;*/
}
/* end hack */

#navigation li {
	height:30px;
}

#navigation li a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 5px 0 3px 28px;
   /*border:solid 1px #FFF;*/
}  

#navigation li a:hover {
	/*background: url(/shared/lounge/dot_red.gif) 5px 4px no-repeat;*/
} 

#footer {
	clear: both;
	padding:0px 4px 5px 239px;
	font-size:.85em;
	color:#666;
}

#banner .band span {
	display: none;
}

#banner .photo span {
	display: none;
}

#schedule li {
	white-space: nowrap;
	padding:0px 0px 20px 0px;
}
