html,body{
	padding:0; 
	margin:0;
}
body{
	height:100%;
	background-color:#FFF;	
	font:12px Verdana, Geneva, sans-serif;
}
#wrapper{
	width:100%;
	background:#fff url(topgradient.png) repeat-x;
}
#page{
	width:980px;	
	margin:auto;
}
#header{
	height:89px; 
	background:url(logo.png) no-repeat 0 20px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
#header a{color:#363535; text-decoration:none;}
#header a:hover{text-decoration:underline;}
#header img{margin:20px 0 20px 0;outline:none;border:none;}
#tabbedNav{	height:41px; margin-bottom:5px;}
#tabbedNav ul{  list-style: none;  margin: 0;   padding: 0; }
#tabbedNav li{
	float:left;
	width:129px;
	margin:17px 2px 0 0;
	line-height:2em;
	text-align:center;
	background:url(tabs-bg.png)
}
#tabbedNav li a{
	color:#fff; 
	text-decoration:none;
	font-weight:bold;
}
#tabbedNav li.current{ background-position: 0 -25px;}
#tabbedNav li.current a{	
	color:#000;
}
#content{background-color:#fff;}
#desktopCentral h2{font-weight:normal;}
#videoScreen{
	width:640px;
	float:left;	
}
#videoScreen h2{
	color:#525353;
}
#videoPart img:hover{ cursor:pointer;}
#videoTitle h2{margin-bottom:0;padding-bottom:0}
#description{
	margin-top:10px;
	color:#5a5a5a;
	font-size:11px;
	border:1px dotted #ccc;
	padding:0 10px 10px 10px;
}
#description h3{color:#424242;}
#videoList{
	float:right;
}
#listofVideos{	height:390px; }
#listTop{
	width:319px;
	height:4px;
	background:url(links-top.png) no-repeat;
}
#listCenter{
	background:#fff url(video-list-bg.png) repeat-x 0 100%;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#listCenter ul{
	list-style-type:none;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
}
#listCenter li{
	background:url(bullet.png) no-repeat 0 18px;
}
#listCenter li a, #listCenter li a:visited, #listCenter li a:active{
	background:url(bullet.png) no-repeat 0 18px;
	padding-left:20px;
	line-height:3.5;
	font-weight:bold;
	color:#565656;
	text-decoration:none;
}
#listCenter li a:hover{text-decoration:underline;}

#listBottom{
	width:319px;
	height:4px;	
	background:url(links-bottom.png) no-repeat;
}
.time{color:#868686; font-size:11px;font-weight:normal}
.clearBoth{clear:both;}

