body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../images/background.gif) #2e0000 repeat-x 0px 15px;
	font-size: .8em;

}

.wrapper {
	width: 750px;
		margin: 0 auto;
		border: 1px solid #000;
	}
.container {

	background-color:#f5f5e9;
	width:750px;
	}
	
.header {
	background-image:url(../../images/actors_header.jpg);
	height: 163px

	}


ul#navigation {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	background: #c4c4a1;

	width:117px
	font-size:12px;

	}
ul#navigation li
	{
		display: inline;

	}

ul#navigation a
	{
	display: block;
	float: left;
	padding: 4px 17px;
	text-decoration: none;
	background-image:url(../../images/button_background.jpg);
	color: #a0410d;
	font-weight: bold;
	width: 100px;

	border-top: 1px solid #000;

	}
	
ul#navigation a.tickets
	{
	border-top: 0;
	}
	
ul#navigation a.home
	{
	border-bottom: 1px solid #000;
	}
ul#navigation a:hover {
	color:#000;
	background-image:url(../../images/button_background_hover.jpg);
	}


	.sidebar {
		width: 134px;
		float: left;

		}

.content_wrapper {
	float: left;
	}
.current_production {

	width: 580px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 0px;
	background: #e7e6c8;
		border-left: 1px solid #a0410d;
		border-bottom: 2px solid #a0410d;
	}

.main_content {
	float: left;
	width:550px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-top: 0px;
	background: url(../../images/content_bg.gif) #f1f1de repeat-y;
	border-left: 1px solid #a0410d;

		}

img#promo {

	border: 1px solid #000;
	background: #fff;	
	margin-top: 5px;	
	margin-left: 5	px;
	margin-right: 10px;
	}

img#iact {

	border: 1px solid #000;
	background: #fff;
	margin-top: 5px;
	}

h1 {
	font-size: 175%;
	color: #a0410d;
	margin-top: 5px;
	}

h2 {
	font-size: 125%;
	color: #a0410d;
	}

h3 {
	font-size: 110%;
	color: #a0410d;
	}
#address {
		background: #ccca93;
		width: 750px;
		border-top: 1px solid #000;
		font-size: 1em;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
#mission {
		margin-top: 15px;
		border-top: 1px dashed #000;
		font-size: .7em;
		text-align: center;
		}