body {
	margin: 0;
	padding: 0;
	background: #58647d;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #ffffff url(../images/body-background.png) left top repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
}

.center-column {
	width: 1000px;
	margin: 0 auto;
	display: block;
	text-align: left;
}

#header {
	width: 1000px;
	height: 280px;
	margin: 7px 0 0;
}

#header-slides {
	height: 280px;
	width: 1000px;
	padding:0;
	margin:0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

#header-slides img {
	height: 280px;
	width: 1000px;
	position: absolute;
}

#header #search-tab {
	position: absolute;
	width: 1000px;
	height: 34px;
	z-index: 20;
	overflow: hidden;
}

#header #logo {
	position: absolute;
	height: 201px;
	width: 425px;
	margin: 39px 0 0 39px;
	z-index: 20;
}

#header #search {
	position: absolute;
	margin: 0 0 0 738px;
	z-index: 30;
}

#header #search div {
	float: left;
	overflow: hidden;
}

#header #search-box {
	background: url(../images/search-box.png) left top no-repeat;
	height: 26px;
	width: 208px;
}

#header #search-box input {
	border: 0;
	background: transparent;
	color: #222222;
	font-size: 12px;
	height: 20px;
	width: 182px;
	margin: 2px 0 0 25px;
	padding: 3px 1px 0;
}

#header #search-box .inactive {
	color: #c3c5c6;
	font-style: italic;
}

#header #search-button {
	height: 26px;
	width: 36px;
}

#header #search a img {
	border: none;
}

#header #quick-media {
	position: absolute;
	height: 228px;
	width: 160px;
	margin: 40px 0 0 830px;
	z-index: 40;
	overflow: hidden;
}

#header #quick-media div,
#header #quick-media div a {
	position: absolute;
	overflow: hidden;
	display: block;
}

#header #quick-media div a {
	text-indent: 1000px;
	font-size: 1px;
}

#header #quick-media-background {
	height: 228px;
	width: 160px;
	margin: 0;
	z-index: 41;
}

#header #quick-media-listen,
#header #quick-media-listen a,
#header #quick-media-watch,
#header #quick-media-watch a {
	height: 52px;
	width: 139px;
}

#header #quick-media-listen {
	background: url(../images/quick-media-listen.png) left top no-repeat;
	margin: 105px 0 0 10px;
	z-index: 42;
}

#header #quick-media-watch {
	background: url(../images/quick-media-watch.png) left top no-repeat;
	margin: 164px 0 0 10px;
	z-index: 43;
}

#navigation {
	width: 1000px;
	height: 45px;
}

#content {
	padding: 15px 5px;
}

#footer {
	color: #9ba4b7;
	background: #58647d url(../images/footer-background.png) left top repeat-x;
	padding: 15px 0;
}

#footer .center-column {
	padding: 5px;
}

#footer .copyright {
	font-style: italic;
}

/*** FACEBOX ***/

.notice-text {
	font-size: 20px;
}

/*********************** LIVE VIDEO ***********************/

#video-button,
#video-button a {
	height: 74px;
	width: 278px;
	overflow: hidden;
	display: block;
}

#video-button {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -139px;
	z-index: 60;
}

#video-button a {
	background: url(../images/watch_live.png) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1000px;
}

#video-button a:hover {
	background-position: 0 -74px;
}

#video-button a:active {
	background-position: 0 -148px;
}
