
#page_container {
	position: relative;
	float: left;
	width: 950x;
	top: -10px;

}

hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	

}
.panel_button img {

}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: right;
	position: relative;
	top: 0px;
	right: 20px;
	
}
.panel_button a:hover {
	color: #999999;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 950px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 950px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #3b1a16;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 950px;
	position: absolute;
	z-index: -1;
	
}
#panel h1 {
	

	color: white;
	font-weight: normal;
	

	
	top: 10px;
}

#panel h2 {
	
font-size: 2em;
	color: white;
	font-weight: normal;
	
}

#panel p {
	

	color: white;
	font-weight: bold;

	

}

#panel a {
	
color:#fff; text-decoration:none;}
	

	
#panel a:hover {color:#ccc; text-decoration:none;}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;

}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}

