@charset "utf-8";
body {
	background-color: #424637;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}
#stage {
	background-image: url(../images/parch.jpg);
	margin: 0 auto;
	text-align: left;
	width: 800px;
	border: 7px solid #564319;
	_width: 807px;
}
#header {
	background-color: #876045;
	height: 105px;
	width: 798px;
	position: relative;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 150px;
	position: absolute;
	left: 6px;
	top: 10px;
}
#leftSide {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#page {
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}
#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	margin-left: 3px;
	margin-bottom: 20px;
	color:#7E553A;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#nav li a {
	color:#7E553A;
	text-decoration:none;
}
#nav li a:hover {
	color: #D64D38;
}
#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 485px;
	width: 146px;
}
#leftWrap {
	float: left;
	width: 146px;
}
.thin {
	background-image: url(../images/vRule.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 457px;
}
.thick{
	width: 644px;
}
#content {
	float: left;
	min-height: 485px;
	_height: 485px;
}
#contentWrap {
	padding: 15px;
}
#rightWrap {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#stageWrap {
	border: thin groove #422d00;
}
#rightSide {
	float: left;
	width: 187px;
}
h1 {
	color:#020202;
	font-family:"Arial Black";
	font-size:15px;
	margin:0;
}
h2{
	color:#020202;
	font-family:"Arial Black";
	font-size:14px;
	margin:0;
}
h3{
	color:#020202;
	font-family:"Arial Black";
	font-size:12px;
	margin:0;
}
h1 a, h2 a, h3 a {
	color:#020202;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color:#d64d38;
}
a {
	color:#d64d38;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #111111;
	background-image: url(../images/imgCloser.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 4px 4px 4px;
	-moz-border-radius: 4px;
	border: solid 1px #cccccc;	
}
#modal:hover{
	cursor: pointer;
}



