body {
	background: url(images/background-grey-dots.gif);
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bg_banner {
	background: url(images/background-red-banner.gif) repeat-x;
}
#bg_grey_corner {
	background: #fff url(images/background-grey-corner.gif) bottom right no-repeat;
	width: 971px;
	margin: 0 auto;
	padding-bottom: 16px;
}
#bg_left_lines {
	background: url(images/background-menu-lines.gif) repeat-y;
}
#bg_red_top {
	background: url(images/background-red-top.gif) top left repeat-x;
	padding-right: 16px;
}
#bg_white_corner {
	background: url(images/background-white-corner.gif) bottom right no-repeat;
}
#bg_grey_content {
	background: #e4e4e4 url(images/background-rightbar-black.gif) right repeat-y;
}

#menu {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
}
#menu_inner {
	padding: 5px 20px;
}
#rightbar {
	width: 195px;
	float: right;
	margin: 0;
	color: #fff;
	/* background: #000 url(images/background-white-corner.gif) bottom right no-repeat; */
	font-size: 90%;
}
#rightbar_top {
	padding: 92px 0 0 0;
	background: #b31a1c url(images/background-red-top-2.gif) top left repeat-x;
}
#rightbar_top h2 {
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
}
#rightbar_inner {
	padding: 10px;
	/* padding: 10px 0; */
	/* background: #000; */
}

#rightbar_inner a 
, #rightbar_inner a:visited
, #rightbar_inner:link
{
	color: #fff;
}
#rightbar_inner .programlink {
	padding-top: 20px;
	font-size: 80%;
	float: left;
}
#rightbar_inner #timeCol {
	/* padding-left: 10px; */
}


#content {
	margin: 0 195px;
	background: #e4e4e4 url(images/background-content-top.gif) top left no-repeat;
	padding: 100px 0 0 0;
}
#content_inner {
	padding: 5px 20px;
}
#content_inner_inner {
	width: 500px !important;
	overflow: hidden;
}

#clearer {
	clear: both;
}


#content_inner h1 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	color: #b31a1c;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	color: #b31a1c;
	font-size: 12px;
	font-weight: bold;
}
#menu img {
	border: 0;
}
#menu_inner a,
#menu_inner {
	text-align: right;
	text-transform: uppercase;
	color: #4e4e4e;
}
#menu_inner .current {
	color: #b31a1c;
	font-weight: bold;
}
#footer_links {
	color: #999;
	text-align: center;
}
#footer_links a:link,
#footer_links a:visited {
	color: #e4e4e4;
	padding-top: 15px;
	font-size: 80%;
}
#footer_links a:hover,
#footer_links a:active {
	color: #fff;
}
.poweredBy {
	padding: 8px 0;
	text-align: center;
	display: block;
	font-size: 11px;
}

.poweredBy,
.poweredBy a:link,
.poweredBy a:hover,
.poweredBy a:active,
.poweredBy a:visited {
	color: #e4e4e4;
}

#tagline {
	margin: 0pt auto;
	position: absolute;
	top: 0pt;
	width: 971px;
	z-index: 100;
}
#tagline #tagline_inner {
	text-align: right;
	padding-top: 40px;
	font-weight:bold;
	font-size: 20px;
	color: #fff;
	background: #b31a1c;
	margin: 0 16px 0 200px;
}