/* CSS Document */

body {
	margin: 0;
	width: 650px;
	height: 450px;
	background: url(../presskit/images/bkgd_stills.jpg) #86CDE3 no-repeat;
	background-color: #639EBE;
	}

div.cast {
	position: absolute; top: 20px; left: 58px; 
	width: 534px; height: 300px; text-align:center;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #330000; line-height: 18px;
	}
	
div.castpad {
	padding: 0;
	}

div.bottom {
	position:absolute; top: 350px; left: 58px;
	width: 534px; height: 100px;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px;
	text-align: center;
	}
div.bttmpad {
	padding: 0;
	}
	
img {margin: 25px 15px 10px 10px;}
p {margin: 10px;}
.moremargin {margin: 20px;}
.caption {font-size: 14px; font-style: italic; font-weight: bold; color:#330000;}
.underline {text-decoration: underline;}


div.bottom a, div.bottom a:hover {
	margin: 2px; padding: 3px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; text-decoration: none;
	border: solid 1px;
	}
	
div.bottom a {color:#039; background-color:#39C; border-color: #33C;}
div.bottom a:hover {color:#033; background-color:#CCC; border-color: #33C;}
