/* THIS STYLE SHEET IS CREATED JUST FOR THE VIDEO PAGES */

		body {
			background-color: #fff;
			}

		#container {
			width: 600px;
			height: 777px;
			margin: 0 auto;
			font-family: bookman old style; 
			font-size: 11px;
			line-height: 1.6em;
			color: #000;
			background-color: #fff;
			border: none;
		}
		
		#header {
			width: 600px;
			margin: 0 auto;
			background-color: #fff;
		}
		#header h1 {
			font-family: bookman old style;
			font-weight: bold;
			font-size: 32px;
			color: #000;
			text-align: center;
			margin-top: 15px;
		}	
		#header p {
			color: #000;
			font-size: 14px;
			font-family: bookman old style;
			text-align: center;
			margin-bottom: 25px;
		}
		
		#header a {
			font-family: bookman old style;
			font-weight: bold;
			font-size: 32px;
			color: #000;
			text-align: center;
			margin-top: 15px;
		}
		#header a:hover{
			color: #006699;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}		
		
		#subheader {
			width: 600px; 
			height: 25px;
			background:  url('tab-bar-images/subheader.gif');
		}
		#subheader p {
			color: #fff;
			font-size: 16px;
			font-family: bookman old style;
			font-weight: bold;
			text-align: center;
			margin-top: 3px;
		}
		
		#left-shadow {
			float:left;
			width: 25px;
			height: 600px;
			background:  url('tab-bar-images/left-shadow-600.gif');			
		}
		
		#right-shadow {
			float: right;
			width: 25px;
			height: 600px;
			background:  url('tab-bar-images/right-shadow-600.gif');			
		}
		
		#content {
			width: 550px;
			height: 302px;
			margin-left: 25px;
			margin-right: 25px;
			background: url('tab-bar-images/tv-silver-320x240.jpg');
		}
		
		#content p2 {
			font-size: 46px;
		}
		
		#description {
			width: 550px;
			height: 180px;
			background-color: #fff;
			margin-left: 25px;
			margin-right: 25px;
		}
		
		#description h1 {
			color: #000;
			font-size: 14px;
			font-family: bookman old style;
			text-align: center;
			margin-top: 20px;
		}
		
		#description p {
			color: #000;
			font-size: 12px;
			font-family: bookman old style;
			text-align: left;
			margin-top: 5px;
			padding-right: 10px;
			padding-left: 10px;
			margin-bottom: 25px;
		}
		#footer {
			width: 550px;
			height: 20px;
			background-color: #fff;
			text-align: center;
		}
		
		#footer p }
			color: #006699;
			font-size: 10px;
			font-family: bookman old style;
		}