﻿#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	top: -32px;
	z-index:1;
	text-align:center;
}
hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #6D384C;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 0px;
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 900px;
	right: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: right;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	right: 5px;
	position: absolute;
	top: 5px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	right: 360px;
}
#panel h2 a{text-decoration:none;}
#panel h2 a:hover{ color:#E8E8E8; text-decoration:overline underline}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	text-align: center;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	border: 15px #1d1d1d solid;
}
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	right: 60px;
	top: 70px;
	background: #46392f;
	text-align: right;
	padding-right: 10px;
	float:right;
}
div#login2 {
	width: 240px;
	height: 150px;
	position: absolute;
	left: 70px;
	top: 70px;
	background: #46392f;
	text-align: right;
	padding-left: 10px;
	float:left;
}
div#login p {
	color: #CCCCCC;
	font-family: Tahoma;
	line-height: 25px;
}
div#login2 p {
	color: #CCCCCC;
	font-family: Tahoma;
	line-height: 25px;
}