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;
	border:1px solid #000000;
	width:650px;
	margin:auto;
}

#head
{
	height:150px;
	background-image: url(../images/banner.jpg);
}

#head-left
{
}

#head-center
{
	display:none;
}

#head-right
{
	display:none;
}

#menu
{
	padding:0;
	background:#333333;
	color:#ffffff;
	border:solid #000000;	
	border-width:1px 0 1px 0;
	border-color:black;
	white-space:nowrap;
	list-style-type:none;
}

#menu ul
{
}

#menu li
{
	margin-left:-20px;
	padding:18px;
	display:inline;
}

#menu a
{
	text-decoration:none;
	color:#ffffff;
}

#menu a:hover
{
	font-weight:normal;
}

#content
{
	position:relative;
	background: #dcdcdc;
	width:620px;
	margin-top:10px;
	padding:5px 15px 5px 15px;
}

#footer
{
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	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
{
	list-style-position: inside;
	margin-top:3px;
	margin-left:130px;
	padding-left:0px;
}

.member ul li
{
	margin-left:20px;
}


.member-no-picture p
{
	margin-top:3px;
	margin-left:20px;
}

.member-no-picture ul
{
	margin-top:3px;
}

ul.seatingPlan
{
	border:0px none;
	list-style: none outside;
	padding:0px;
}

ul.seatingPlan li.row ul
{
	list-style: none outside;
	padding:0px;
}

ul.seatingPlan li.row ul li.seat
{
	font-size:xx-small;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	border:4px solid #dcdcdc;
	padding:3px;
	background:white;
	display:inline-block;
	cursor:default;
}

ul.seatingPlan li.row ul li.selected
{
	background:yellow;
}
