@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	background-image: none;
	z-index: 1;
}

body {
	background: #1b0701 url(../images/bg.jpg) no-repeat center top;
	height:100%;
}

.page-container {
	width:800px; 
	margin:0px auto; 
	min-height:100%;
	position:relative;
	opacity: .9;
	filter: alpha(opacity=90);
}

.inside-page-container {
	width:auto;
	height:auto;
	margin:0px auto;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:800px;
	height:100%;
	margin:0px auto;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color:#4E3111;
}

.header {
	width:800px; 
	overflow: visible;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif; 
	margin-left:0px auto /*Firefox*/;
	margin-left:0px auto /*IE*/;
	height:216px;
	background-color:#4E3111;
}

/*Navigation*/
.nav {
	float:right; 
	width:210px; 
	height: 31px;
	border: none;
	font-size:90%; 
	margin:0px 0px 0px 0px;
	background: url(../images/line.jpg) bottom right no-repeat;
}

.nav ul {
	list-style-type:none;
}

.nav ul li {
	float:right; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	color:#8CC63F;
	font-weight:normal;
	line-height:30px;
}
.nav ul li a {
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	text-decoration:none;
	color:#8CC63F;
}

.nav ul li a:visited {
	color: #8CC63F;
}

.nav ul li a:hover {
	color: #8CC63F;
	background-color:#8B5D3B;
}

.middle {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
}

.staff {
	width:738px;
	height:auto;
	float:left;
	clear:both;
	margin:0px 0px 0px 32px !important /*Firefox*/;
	margin:0px 0px 0px 15px /*IE6*/;
}

.staff img {margin:0px 9px 5px 0px;}

.footer {
	clear:both;
	width:750px;
	padding-top:170px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	text-align:center;
	background: no-repeat; 
	height:30px;
}

.page-container img {border:0px;}

.bios {margin:0px auto; width:700px; height:auto; padding:25px 10px 0px 20px;}