a img {
	border: none;
}

#mainContent {
	height:570px; 
	background:url(../images/mainContentHalfBG.png); 
	background-repeat:repeat-x;
}

#leftContent {
	width:300px; 
	height:375px;
	padding:0px 0px 0px 60px; 
	margin-top: 50px;
	float:left;
	overflow:auto;
	scrollbar-face-color: #076c88;
 	scrollbar-highlight-color: #076c88;
	scrollbar-3dlight-color: #d7d8da;
	scrollbar-darkshadow-color: #d7d8da;
 	scrollbar-shadow-color: #076c88;
 	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #d7d8da;
}

#rightContent {
	width:500px; 
	height:400px; 
	margin:50px 70px 0px 0px; 
	float:right
}

#footer {
	background-color: #FFF;
}

.playlistItem{
	background:url(../images/gallery/video/video-thumbnail-frame.png);
	width: 255px;
	background-repeat:no-repeat;
}

.playlistNumber {
	float:left;
	width:25px;
	padding-top:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.playlistImage {
	padding: 10px 0px 10px 15px;
}

.playlistDescription {
	padding: 5px 0px 5px 35px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69686d;
	margin: -3px;
}