#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 504px;
	top: -67px;
	left: 140px;
	z-index:99;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 135px;
	background: #3f3f3f url(images/header.png) no-repeat center;
	position: relative;
}
#header h1 {
	display: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 11px;
	color: white;
}
#header h2 {
	display: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 11px;
	color: #7e7e7e;
}
hr#header_stripe {
	height: 30px;
	position: relative;
	top: -7px;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: 0;
	position: relative;
	top: 1px;
	width: 146px;
	height: 29px;
	background: url(images/panel_button.png) top no-repeat;
	z-index: 20;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	top: 8px;
	text-decoration: none;
	color: #ccc;
	font-size: 11px;
	position: relative;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.panel_button a:hover {
	color: #fff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}
#toppanel {
	margin-top:31px;
	position: absolute;
	width: 500px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 500px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border-top:1px solid #fff;
    border-bottom:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-right:1px double #bebebe;
}
#panel_contents {
	background: #FFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	height: 100%;
	width: 500px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	font-size: 12px;
	padding:10px;
	text-align:center;
}
h1 a {
	color: #666; text-decoration:none;
}
h1 a:hover {
	color: #900; text-decoration:none;
}
#panel h2 {
	text-align: center;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	color: #447c6f;
	line-height: 25px;
	font-size: 11px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	padding-bottom: 30px;
}
.border {
	border: 10px #1b1b1b solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 10px #1b1b1b solid;
	position: absolute;
	top: 0px;
	float: left;
	margin-left: 200px;
	width: 200px;
	height: 200px;
	z-index: 30;
}
div#login {
	width: 240px;
	height: 170px;
	position: absolute;
	right: 150px;
	top: 30px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	
}
div#login p {
	color: #CCCCCC;
	/*font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;*/
	line-height: 25px;
}
div#login a {
	color: #ffffff; text-decoration:none;
}
div#login a:hover {
	color: #FF0; text-decoration:none;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
#footer p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	position: relative;
	top: 60px;
	font-size: 11px;
	color: #333333;
}
