#container {
	width: 608px;
	vertical-align : top;
	margin: 0px;
}

#header {
	width: 607px;
	height: 100px;
}

#days {
	width: 607px;
	height: 25px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #ffffff;
	position: absolute;
	top: 440px;
	left: 174px;
}

#days ul
{
	list-style: none;
	padding: 0;
	margin: 0;

} 

#days li
{
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #5B98C5;
	display: block;
	color: #ffffff;
} 

#days li#one
{
	width: 123px;
}

#days li a
{
	padding: 5px 10px 5px 10px;
	background-color: #8ABBE3;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
} 

#days li a:link
{
	color: #fff;
	background-color: #8ABBE3;
}


#days li a:hover
{
	color: #fff;
	text-decoration: underline;
	background-color: #383838;
}

#days li a:acitve, #days li a:visited,
{

}

#schedule-container {
	width: 607px;
	vertical-align : top;
	margin: 0px;
	float: left;
	position: absolute;
	top: 470px;
	left: 174px;
	}
	
	#schedule-footer {
	clear: 
	float: left;
	}

#schedule-day {
	height: 24px;
	line-height: 12px;
	background-color: #5B98C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

#show-details {
	background-color: #8ABBE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 10px 20px 10px 10px;
}

.show-time {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #BB0606;
}

.show-title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}

.presenter-name {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}

.presenter-name a, .presenter-name a:link {
	text-decoration: none;
	color: #BB0606;
}

.presenter-name a:hover  {
	text-decoration: underline;
	color: #BB0606;
}

.presenter-name a:acitve, .presenter-name a:visited,
{

}

.show-description {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}

.show-description a, .show-description a:link {
	text-decoration: underline;
	color: #BB0606;
}

.show-description a:hover  {
	text-decoration: underline;
	color: #BB0606;
}

.show-description a:acitve, .show-description a:visited,
{
}

.show_email {
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #BB0606;
}

.show_email a, .show_email a:link {
	text-decoration: none;
	color: #BB0606;
}

.show_email a:hover  {
	text-decoration: underline;
	color: #BB0606;
}

.show_email a:acitve, .show_email a:visited,{
}

.listen-past-shows {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #BB0606;
}

.listen-past-shows a, .listen-past-shows a:link {
	text-decoration: none;
	color: #BB0606;
}

.listen-past-shows a:hover  {
	text-decoration: underline;
	color: #BB0606;
}

.listen-past-shows a:acitve, .listen-past-shows a:visited,
{
}

.strapline{
	width: 607px;
	height: 40px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #000000;
	position: absolute;
	top: 375px;
	left: 174px;
	text-align: left;
}




