


html {
	
}

body {
	background-color:#076324;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;
}

#hub {

}

#hubHeader {
/*	width:918px;
	height:150px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;*/
}

#hubContent {
	width:878px;
	background-color:#fff;
	padding:20px 20px 0 20px;
	background-image:url(../images/bg_image.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}


#leftColumn {
	float:left;
	overflow:hidden;
	width:578px;
}

#rightColumn {
	float:left;
	
}

#mainCallout {
	border-bottom:solid 1px #0b6999;
}

#mediaPlayer {
	width:550px;
	height:309px;
	margin:14px 28px 30px 0;
	background-color:#000;
/*	display:block;*/
}

#hubAd {
	width:300px;
	height:250px;
	margin:14px 0 52px 0;
	
}

#hubPlaylists {
	margin:0;
	padding:0;
}

#subCallout {
	border-bottom:solid 1px #0b6999;
}

#playlistContainer {
	padding:13px 0 4px 0;
	
}

.playlistBox {
	width:253px;
	height:103px;
	padding:12px;
	margin:0 24px 23px 0;
	background-image:url(../images/playlist_box.png);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

.playlistBoxLast {
	margin-right:0;
}

.playButton {
	margin:0 0 6px 0;
}

.description {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	margin-left:1px;
	line-height:14px;
}

.smallDescrip {
	font-size:9.5px;
}

#movieCallout {
	width:275px;
	height:502px;
	background-image:url(../images/movie_bg.jpg);
	background-repeat:no-repeat;
	margin-left:24px;
}


#movieDescrip {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:14px;
	margin-top:6px;
	padding:0 20px 0 20px;
}