/* mac hide\*/
html, body {height:100%}
/* end hide */
A.selfhighlight  {color: #725e7e;
text-decoration:none}A{color: rgb(121, 68, 1);
text-decoration:none}

A:hover { text-decoration: 
none; color: rgb(151, 119, 42)}
h1{font-family: impact; color: rgb(121, 68, 1);text-shadow: 0 1px 1px rgba(0,0,0,0.75);}
h2{font-family: impact; color: #725e7e}
h3{color: rgb(121, 68, 1)}

p{text-align:justify;}

body {
	padding:0;
	margin-top:10;
	magin-bottom:10;
	text-align:center;
	min-width:760px;/* for mozilla*/
	color: #000000;
	background-image: url(http://www.theatretemoin.com/images/BGgradient.jpg);
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-bottom-style: double;
	border-left-style:double;
	border-left-color: #725e7e;
	border-left-width: 8px;
	border-bottom-color: #725e7e;
	border-bottom-width: 8px;
	border-right-style:double;
	border-right-color: #725e7e;
	border-right-width: 8px;
	border-top-style: double;
	border-top-color: #725e7e;
	border-top-width: 8px;
	color: #000000;
	text-align:left;
	margin: auto;
	position:relative;
	background-color: white;
}
 
html>body #outer{height:auto; 
margin-bottom: 20px; margin-top: 20px;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:606px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:758px;
	height:216px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	
	background: url(http://www.theatretemoin.com/images/headerBG.gif) 0;
	}
		
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	background: url(http://www.theatretemoin.com/images/custommenu.jpg) no-repeat;

	padding-top:350px;/*needed to make room for header*/
	padding-bottom:80px;
	min-height: 480px;
	overflow: hidden;}
	#left ul {margin-left: 1em; padding-left: 0;list-style: none;
	font-family: impact;
	font-size: 25px; text-align: left;


	}
#left ul li{
	list-style: none;
	font-family: impact;
	font-size: 25px;
}
#left ul ul li{
		font-family: impact;
		font-size: 18px
}
#left ul ul ul li{
	font-family:  serif;
	font=size: 18px 
}
#right p {padding-left:0px;padding-right:0px}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	border-top: 5px solid #000;
	padding-top:216px;/*needed to make room for header*/
	padding-bottom:80px;
}

#footer {
	width:758px;
	clear:both;
	height:45px;
	background-color: white;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	border-top: 2px solid #725e7e;
}

html #footer {/*only ie gets this style*/
	\height:45px;/* for ie5 */
	he\ight:45px;/* for ie6 */
}
div,p  {margin-top:10}/*clear top margin for mozilla*/
#centrecontent {
	width:400px;
	float:right;
	padding-top:216px;
	padding-bottom:80px;
	border-style: none;
}
#centrecontent p {padding-left:3px; padding-right:5px;}

#clearfooter {width:100%;height:0px;clear:both; 
	
} 