	body {
        font-family: arial;
        background-color: gray;
        color: gray;
		margin-top:0px;
    	}
	
		#mainHolder
		{
		    text-align:center;
		    margin: 0 auto;

		}
		
	.headerBox{
		background: url(/webimgs/header.png) no-repeat;
		width:980px;
		height:125px;
		text-align:left;
	}
	
	.headerBox a, .headerBox span{
		color:silver;
		font-size:12px;
		text-decoration:none;
	}
	
	.floatfix
	{
	    clear:both;
	}

	#container{
		text-align:center;
		width:980px;
		margin:0 auto;
		}
		
	#mainBox{
		background-color:white;
		width:980px;
		min-height:780px;
		text-align:center;
	}
	
 	#movieHolder{
		   	background-color:white;
			width:562px;			
			height:420px;
	   }
	   
	#movieMetaHolder{
	   		background-color:white;
			width:562px;
			text-align:left;			
			border-top: none;
			border-right: solid 1px gray;
			border-bottom: solid 1px gray;
			border-left: solid 1px gray;
			
	   }
	   
	#longTitle{
	   		font-size:12px;
			color:black;
			font-weight:bold;
	   }
	   
	#longruntime{
	   		font-size:12px;
			color:gray;
			font-weight:bold;
	   }
	   
	#youTubeHolder{
		   	background-color:white;
			width:560px;
			text-align:center;
			border:1px solid gray;
	   }
	#slider{
	   		color:white;
			background-color:gray;
			border:1px solid black;
			padding:5px;
			width:80px;
			cursor: pointer;
	   }
	   
	#imgHolder{
	   	cursor: pointer;
	   }
	   
	#divHolder{
	   	background-color:gray;
		border:1px solid black;
		height:200px;
	   }
	   
	#content {
        margin: 200px auto;
        width: 900px;
        text-align: center;
    	}
	
	#videoList{
		height:360px;
		padding:10px;
		margin:10px;
		background-color:#EEE;
		border:1px solid gray;
		overflow:auto;
		text-align:center;
		
	}
	
	
	#secondary {
        color: #FFF;
        padding: 15px 35px;
    }
	
	.youTubeThumbNail{
		width:140px;
		height:130px;
		float:left;
		padding:5px;
		border:solid;
    	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    	border-width: 1px 2px 2px 1px;
		margin:8px;
		background-color:white;
		text-align:left;
	}
	
	.youTubeThumbNail img{
		cursor: pointer;
	}
	
	.imgLabel{
		font-size:10px;
		font-weight:bold;
		color:#000077;
		
	}
	
	.imgTime{
		color:gray;
	}
	
	.footer{
		font-size:10px;
		color:black;
	}
	
	.prodLink{
		font-size:10px;
		color:navy;
		text-decoration:none;
	}
	
	.prodLink:hover{
		font-size:10px;
		color:gray;
		text-decoration:none;
	}
	
	