/* 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:16px;
font-family:Calibri, Arial;
color:#663300;}

h2{
font-size:14px;
font-family:Calibri, Arial;}

p{
font-family:Calibri, Arial;
color:#663300;
font-size:12px;}

li {font-family:Calibri, Arial;
color: #CC6600;
font-size:12px;}



