/* CSS Document */

body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#ffffff;
	}
	
#container {
	width:950px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#ffffff;
	}
	
#left {
	background-color:#ffffff;
	float: left;
	margin-left: 0px;
	width:81px;
	height:642px;
	top: 0px;
		}
		
#middle {
	background-color:#ffffff;
	float: left;
	margin-left: 81px;
	width:738px;
	height:582px;
	top: 0px;
		}
		
#right {
	background-color:#ffffff;
	float: left;
	margin-left: 819px;
	width:131px;
	height:642px;
	top: 0px;
		}

#bottom{
	background-image: url(images/image_bottom.jpg);
	float: left;
	margin-left: 81px;
	width:738px;
	height:50px;
	top: 568px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
		}
		

.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 50px;
	text-align: center;
}

#nowPlaying {
	font-size:11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
	text-decoration:none;
	color: #ffffff;	
}


.clipTitle {
	font-size:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
	text-decoration:none;
	color: #ffffff;	
}


.clipDesc {
	font-family:Arial;
	font-size:11pt;
	color: #ffffff;	

}
