@charset "utf-8";
/* CSS Document */

#contact #carlson, #contact #crisp, #contact #fowler, #contact #lindner, #contact #dien {
	padding-top: 20px;
	padding-left:75px;
	height: 100px;
	width: 250px;
	margin: 0 auto;
	line-height: 1.3em;
}
#contact #carlson {
	background: url(../images/contacts/carlson.gif) no-repeat left top;
}
#contact #crisp {
	background: url(../images/contacts/crisp.gif) no-repeat left top;
}
#contact #fowler {
	background: url(../images/contacts/fowler.gif) no-repeat left top;
}
#contact #lindner {
	background: url(../images/contacts/lindner.gif) no-repeat left top;
}
#contact #dien {
	background: url(../images/contacts/dien.gif) no-repeat left top;
}

/* links */
#links h2 {
	margin: 1em auto 0 auto;
	padding: 10px;
	width: 570px;
	background: #886f26 url(../images/mic.gif) no-repeat 98% bottom;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
}
#links #maincontent ul {
	margin: 0 auto 2em auto;
	padding: 10px;
	width: 570px;
	background: url(../images/lists.gif) no-repeat right bottom;
}
#links #maincontent li {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
}
#links #maincontent table {
	margin: 0 auto;
}
#links #maincontent div {
	position: relative;
	z-index: 10;
}
/* museum main page */
#museum #maincontent img {
	width: 100px; height: 100px;
}
/* players */
#players #blahblah {
	max-width: 900px;
	margin: 0 auto;
}
#players h2 {
	margin: 1em 0 .5em 0;
	padding: 10px 10px;
	background: #996 url(../images/mic3.gif) no-repeat 98% top;
	border: 1px solid #474732;
	font-size: 1.2em;
	line-height: 1em;
	color: #363621;
	clear: both;
}
#players p {
	position: relative;
	height: 150px;
	margin: 0;
	padding-left: 115px;
	padding-right: 10px;
}
#players #maincontent img {
	position: absolute;
	left: 10px;
	top: 0;
	width: 90px;
	height: 120px;
}

/* production main page */
#productions #maincontent {
	padding-right: 0;
}
#productions #maincontent ul {
	overflow: auto;
	font-size: .8em;
	margin: 0;
	padding: 0 25px 25px 0;
	z-index: 20;
	max-width: 1220px;
}
#productions #maincontent li {
	list-style-type: none;
	width: 130px;
	height: 190px;
	padding: 5px;
	background-color: #111;
	border: 1px solid #fff;
	margin: 5px;
	line-height: 1.1em;
	color: #fff;
	float: left;
	position: relative;
}
#productions #maincontent li * {
	margin: 0;
	padding: 0;
}
#productions #maincontent li img {
	display: block;
	width: 130px;
	height: 130px;
	padding-bottom: 5px;
}
#support #maincontent p#donors {
	font-style: italic;
	margin-left: 3em;
	margin-right: 3em;
}