/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/theatre_header.jpg);
	background-repeat:no-repeat;
	color: #4c4439;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #4C4439;
	overflow: visible;
	position: absolute;
	height: 150px;
	width: 200px;
	top: 160px;
	left: 105px;
	text-indent: 15px;
	text-align: right;
}

p{
	font-size: 12px;
}

li{
	font-size: 12px;
}

a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4c4439;
}
a:link {
	text-decoration: none;
	color: #4c4439;
}
a:visited {
	text-decoration: none;
	color: #4F473C;
}
a:hover {
	text-decoration: underline;
	color: #4c4439;
}
a:active {
	text-decoration: none;
	color: #4c4439;
}

.contentimg {
	position: absolute;
	left: 525px;
	top: 160px;
	overflow: visible;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4F473C;
	line-height: 0.1px;
	text-align: right;
	width: 225px;
}
.imagewrap {
	border: 1px solid #D3C9B4;
	position: relative;
	padding: 1px;
	height: 102.5px;
	width: 308px;
}

.content {
	border: 1px solid #D3C9B4;
	position: absolute;
	left: 448px;
	top:150px;
	overflow:hidden;
	padding:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#4f473c;
	width: 375px;
	height: 225px;
	overflow: auto;
	}
.subnav {
	position: relative;
	left: 500px;
	top: 390px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	height: 10px;
	width: 270px;
}

