body {
	background-color: #333333;
	height: 600px;
	width: 900px;
}
#banner {
	background-image: url(images/bkhead.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#stage {
	margin-left: 200px;
	border: thin solid #999999;
	background-color: #020202;
	padding: 0px;
	width: 700px;
	height: 600px;
}
#mainImage {
	margin: 15px 20px 0px 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 700px;
	position: relative;
	height: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#nav li {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 20%;
	clear: right;
	font-weight: bold;
	white-space: nowrap;
	line-height: 20px;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	display: block;
	padding: 0px;
}
#nav a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
}
#nav a:hover {
	background-color: #663300;
}
#txtArea {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: auto;
	width: 350px;
	float: left;
	margin: 30px 0px 0px 10px;
	padding: 0px 40px 0px 20px;
	font-size: 14px;
	line-height: 1.7em;
	position: relative;
}
#txtArea a {
	color: #FFFFFF;
}
.active {
	background-color: #663300;
}
