html, body
{
	margin:30px;
	background:#660000;
	color: #333333;
	text-align:center;
	padding:0;
}

a
{
	color:#660000;
	text-decoration:none;
}

a:hover
{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	color:#660000;
	text-decoration:none;
}

h1
{
	font-size:x-large;
}

h2
{
	font-size:medium;
	font-weight:bold;
	margin-bottom:0px;
}

#wrapper
{
}

#main
{
	text-align:left;
	width:650px;
	margin:auto;
}

#head
{
	visibility:collapse;
	display:none;
}

#menu
{
	visibility:collapse;
	display:none;
}

#content
{
	position:relative;
	background: #dcdcdc;
	color: #333333;
	width:620px;
	padding:5px 15px 5px 15px;
}

#footer
{
	height:25px;
	background:#c0c0c0;
	color: #333333;
	font-size:small;
	font-weight:bold;
	text-align:center;
	padding:5px 5px 0px 0px;
}

li.production-list
{
	background:#c0c0c0;
	padding:20px;
}

.production-caption
{
	font-size:small;
}

#member-list li
{
	width:250px;
	float:left;
}

.caption
{
	margin-top:-15px;
	font-weight:bold;
}

.sub-caption
{
	font-size:small;
}

.cast
{
	font-weight:bold;
}

.bottom-navigation
{
	margin-top:10px;
	text-align:center;
}

#prev
{
	height:20px;
	width:100px;
	text-align:left;
}

#overview
{
	height:20px;
	margin-left:100px;
	margin-right:100px;
}

#next
{
	height:20px;
	width:100px;
	margin-top:-20px;
}

#production-pictures
{
	padding-top:5px;
	padding-bottom:132px;
}

.production-picture-l img
{
	width:110px;
	padding:5px;
}

.production-picture-p img
{
	width:90px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}

.member img
{
	float:left;
	padding-right:10px;
	width:120px;
}

.member h2
{
	font-size:medium;
	font-weight:bold;
	margin-left:130px;
	margin-bottom:0px;
}

.member p
{
	margin-top:3px;
	margin-left:150px;
}

.member ul
{
	margin-top:3px;
	margin-left:130px;
}

.member-no-picture p
{
	margin-top:3px;
	margin-left:20px;
}

.member-no-picture ul
{
	margin-top:3px;
}

