/* Cast page styles */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, fieldset{
	margin:0;
	padding:0;
}
img {
	border:0;
}

body{
	width:600px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	line-height:1;
	color:#000;
}
div#cast_container {
	width: 600px;
}
div#cast_container li {
	float: left;
	list-style: none;
	height: 96px;
	margin: 0px;
	font: normal 10px/11px Tahoma, Arial, Verdana, sans-serif;
}
div#cast_container li.photo {
	width: 104px;
}
div#cast_container li.bio {
	width: 496px;
	padding-top: 10px;
}
div#cast_container li span {
	font: normal 12px/14px Tahoma, Arial, Verdana, sans-serif;
}
div#cast_container li span .red {
	color: #ed1f24;
}
div#cast_container h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 92px;
	height: 96px;
}
div#cast_container h1.michelle {
	background: url(../img/photo-michelle.png) no-repeat;
}
div#cast_container h1.jimmy {
	background: url(../img/photo-jimmy.png) no-repeat;
}
div#cast_container h1.dwayne {
	background: url(../img/photo-dwayne.png) no-repeat;
}
div#cast_container h1.sam {
	background: url(../img/photo-sam.png) no-repeat;
}
div#cast_container h1.hally {
	background: url(../img/photo-hally.png) no-repeat;
}
div#cast_container h1.candy {
	background: url(../img/photo-candy.png) no-repeat;
}

