@import url("global.css");
@import url("jquery.fancybox.css");

#ContentBox {
width:987px;
margin: 0 5px 0 5px;
}
/* LeftContent */
#LeftContent {
	width:575px;
	float:left;	
}
	#Welcome {
		background:url(../images/WelcomeBG.jpg) repeat-x #000;
		padding:20px 35px 20px 35px;
		margin:0 5px 0 0;
		width:500px;/* 575px */
	}

		#DocMembership {
		width:160px;
		float:left;
		margin:0 20px 20px 0;
	}
	#VideoSpot {
		background:url(../images/VideoSpotBG.jpg) repeat-x #000;
		color:#000;
		padding:20px 35px 20px 35px;
		margin:0 5px 0 0;
		width:500px;/* 575px */
	}
		#VideoSpot h1{
		color:#333;
		}
			#VideoSpot h1 span{
			font-size:16px;
			color:#4E898B;
			}
		#VideoPlayerBox{
		background:#fff;
		padding:10px;
		margin:0 0 10px 0;
		width:480px
		}
		.VideoPlyer {
		float:left;
		margin:0 20px 20px 0;
		}


/* Home Sidebar */
#HomeSideBar {
	float:left;
	width:412px;
	}

#VirtualGallery {
	width:342px; /* 412 */
	background:url(../images/VIrtualGalleryBG.jpg) repeat-x #000;
	padding:50px 35px 20px 35px;
	
}
#VideoList {
	color:#000;
	width:342px; /* 412px */
	background:url(../images/VideoListBG.jpg) repeat-x #000;
	padding:130px 35px 20px 35px;
}	
	#VideoList p a img{
	border:2px solid white;
	}	
	.VideoListThumb {
	float:left;
	margin:0 10px 30px 0;
	}
	


