#videos{
	width:81%;
	float:left;
}
#videos h3{
	color:#000;
	font-size:110%;
	background:none;
}
#videos img{
	display:block;
}
#videos h2{
	font-size:225%;
}
#videos h2, #videos p{
	margin:4px;
}
#videos a{
	text-decoration:none;
}
#videos h3 a{
	display:block;
	color:#000;
}
#videos a:hover{
	text-decoration:underline;
}
.video, .interview, .live{
	width:190px;
	height:165px;
	float:left;
	margin:4px 0 2px 4px;
	border:1px solid #000;
}
.video:hover, .interview:hover, .live:hover{
	background-color:#FF7722;
}
.video{
	background-color:#F6CCDA;
}
.interview{
	background-color:#9BC4E2;
}
.live{
	background-color:#93DB70;
}
#default{
	float:left;
	display:block;
	margin:6px auto auto 30px;
	text-align:center;
	width:728px;
	height:90px;
	background:#eee9e9 url('../../images/728x90.gif');
}