
#wrapper_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	top: 0px;
}
#topslider {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	position: relative;
	border-bottom: 1px solid #4a4a4a;
}
#topslider h1 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 40px;
	color: white;
}
#topslider h2 {
	display: none;

	font-weight: bold;
	font-size: 16px;
	color: #7e7e7e;
}
hr#topslider_stripe {
	height: 12px;
	position: relative;

	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 924px;
	height: 30px;
	background: url(/images/bg_slide.gif);
  margin-bottom:0;
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}


#toppanel {
	position: absolute;
	width: 940px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 940px;
	position: relative;
	top: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border: 0px #1d1d1d solid;
		
}
#panel_slidecontents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 940px;
	position: absolute;
	z-index: -1;

}
#panel h1 {
	text-align: center;

	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}
#panel h2 {
	text-align: center;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#slidecontent {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #ddd;
	font-size: 12px;
	padding-bottom: 30px;
}


.border {
	border: 12px #1d1d1d solid;
	position: absolute;
	top: 20px;
	float: left;
	margin-left: 150px;
	width: 600px;
	height: 300px;
	background-color: #cdcdcd;
	padding: 20px;
	z-index: 30;
}


