h1 {
font-size:1.25em;
font-weight:bold;
}
h2{
color:#999966;
font-size:1.2em;
font-weight:bold;
margin-bottom:10px;
}
h3{
font-size:1em;
font-weight:normal;
margin-top:5px;
margin-bottom:0px;
}
#movieAlt {
	background-color:#000000;
	background-image:url(images/group-shot.jpg);
	width:700px;
	height:600px;
	overflow:auto;
	clear: right;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	border: 1px solid #999966;
	background-repeat: no-repeat;
	background-position: 350px 30px;
}
#movieAltInner {/*  avoids faulty IE6 box model*/
	padding: 20px 20px;

}
a {
	color:#999966;
}
a:hover {
	color:#FFFFFF;
}
.quoted {
	font-style: italic;
	color: #999966;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 30px;
}
