BODY {
	margin: 0;
	background-color: #EFEFEF;
}

#page {
	margin: 20px auto;
	width: 960px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #ffffff;
}

#header {
	float: left;
	width: 100%;
/* 	background: #FFFFFF no-repeat left bottom url(../images/header_bg2.jpg); */
	overflow: hidden;
}

#header .logo {
	float: left;
	text-decoration: none;
	width: 116px;
	height: 106px;
	background: transparent no-repeat url(../images/bbis_logo.gif);
	outline: none;
	margin: 10px;
}
#header .bar {
	float: left;
	background-color: #75919C;
	height: 23px;
	width: 100%;
	overflow: hidden;
}

#header .images {
	overflow: hidden;
	float: right;
	margin: 13px;
}
#header .images img {
	display: block;
	float: left;
	margin-left: 13px;
}

#content {
	float: left;
	overflow: hidden;
}

.player-area {
	float: left;
	overflow: hidden;
	width: 608px;
	margin: 10px;
}
.player-area .video {
	float: left;
	overflow: hidden;
}
.player-area .details {
	float: left;
	overflow: hidden;
	margin: 0 10px;
}
.player-area .details .date {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	float: right;
	margin: 15px 0 10px 15px;
}

#content H1 {
	color: rgb(19, 104, 169);
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin: 15px 10px 10px 0;
}

#content p {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

.rightcol {
	width: 332px;
	background-color: #E6E6E6;
	/* height: 520px; */
	float: right;
}

.rightcol-content {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}
.rightcol-content H2 {
	font-size: 14px;
	margin: 10px 0 10px 10px;
}

UL.clips {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
UL.clips li {
	display: block;
	float: left;
	overflow: hidden;
	width: 332px;
}
UL.clips li a {
	background-color: #E6E6E6;
	overflow: hidden;
	display: block;
	float: left;
	width: 332px;
	text-decoration: none;
}
UL.clips li a:hover {
	background-color: #CCCCCC;
}
UL.clips li a img {
	border: 1px solid black;
	margin: 10px;
	display: block;
	float: left;
}
UL.clips li label {
	margin: 15px 0 0 5px;
	width: 167px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	display: block;
	cursor: pointer;
	line-height: 14px
}
UL.clips li label span {
	font-weight: normal;
	font-size: 11px;
	line-height: 26px;
	color: #999999;
}
UL.clips li a.active {
	background-color: #C1C1C1;
}
UL.clips li a.active img {
	border-color: rgb(19, 104, 169);
}
UL.clips li a.active label {
	color: rgb(19, 104, 169);
}
UL.clips li a.active label span {
	color: #888;
}

#footer {
	float: left;
	background-color: #75919C;
	width: 960px;
	overflow: hidden;
}
#footer a {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 4px 10px;
	float: left;
}
#footer a.right {
	float: right;
}
#footer a:hover {
	text-decoration: underline;
}
