body {
	margin: 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial;
	font-size: 85%;
	background-color: #000;
	color: #333;
}

a img {
	border: none;
}
#outer_box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #888;
}
#inner_box {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	padding: 1em 20px;
	overflow: hidden;
}
#logo {
	float: left;
}
#address {
	float: right;
	width: 300px;
}

#menu {
	padding: 0;
	clear: both;
	height: 32px;
	background-color: #888;
	text-transform: uppercase;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
}
#menu a {
	display: inline-block;
	height: 32px;
	background: no-repeat 0 0;
}
a#about-us {
	width: 155px;
	background: url('../images/mx-about-us.png');
}
a#about-us:hover {
	background: url('../images/mh-about-us.png');
}
.active a#about-us {
	background: url('../images/ma-about-us.png');
}
/*
a#about-us:hover {
	background-position: 0 40px;
}
.active a#about-us {
	background-position: 0 80px;
}
*/
a#current-productions {
	width: 327px;
	background: url('../images/m-current-productions.png');
}
a#current-productions:hover {
	background: url('../images/mh-current-productions.png');
}
.active a#current-productions {
	background: url('../images/ma-current-productions.png');
}
a#past-productions {
	width: 276px;
	background: url('../images/m-past-productions.png');
}
a#past-productions:hover {
	background: url('../images/mh-past-productions.png');
}
.active a#past-productions {
	background: url('../images/ma-past-productions.png');
}

#content {
	padding: 1em 20px;
	background-color: #fff;
}
h1 {
	clear: both;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	height: 32px;
}
h1 img {
	position: relative;
	top: -32px;
}
.production {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
}
.poster {
	float: left;
}
.details {
	margin-left: 220px;
	display: block;
}

dl.awards
{
	float: left;
	margin: 1em 0;
	padding: 0;
}
.awards dt
{
	clear: left;
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
.awards dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
}

dl.quotes {
	float: left;
}
.quotes dt {
	font-style: italic;
}
.quotes dd {
	margin: 0.5em 0 1em 20px;
}
dl.productions ul {
	margin: 1em 0;
}
.caps {
	text-transform: uppercase;
}

#footer {
	background-color: #888;
	padding: 1em 20px;
}
.lpa {
	float: left;
	margin: 1em 20px 1em 0;
}
