/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#movieAlt { /*Vertical scroll bar on alternative content*/
	height: 100%;
	width: 100%;
	
}
#movieAltInner { /*Use separate div because IE's faulty box model*/
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	color:#666666;
}

h1{
	font-size:24px;
	color: #663300;
	font-weight:bold;  
}

h2{
font-size:16px;
color:#660000;}

h3{
font-size:14px;
color: #666600;
font-weight:bold;}


#Layer1 {
	position:absolute;
	width:200px;
	height:1px;
	z-index:0;
	left: -500px;}
