/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 955px;
	text-align: center;
}

#Wrapper {
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

#ContentArea {
	width: 100%;
	background: #F1C318 url(../img/spleftbar.jpg) repeat-y top left;
	min-height: 500px;
}

#InnerContent {
	width: 100%;
	background: transparent url(../img/sprightbar.jpg) repeat-y top right;
	min-height: 500px;
}

#ContentFrame {
	margin: 0 auto;
	width: 854px;
	background: transparent url(../img/spframe.gif) repeat-y top left;
}

#Bar {
	margin: 30px auto 0 auto;
	width: 766px;
	border-bottom: 4px solid #F2C11C;
}

#Content {
	width: 766px;
	padding: 0px 59px 19px 59px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F1C318;
}

h2 {
	color: #333;
	font-size: 16px;
}

.black_overlay{
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	height: 1068px !important;
    height: 1099px;
    background-color: #E6A615;
    z-index:1001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}

.inner_overlay {
	height: 1057px !important;
	height: 1099px;
	border: 11px solid #FFF;
    z-index:1002;
}
 
.white_content {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -410px;
    width: 820px;
    height: 611px;
    z-index:1003;
}

#DiscoverBar {
	position: relative;
	width: 820px;
	height: 611px;
}

#Close {
	position: absolute;
	top: 8px;
	left: 740px;
	width: 50px;
	height: 22px;
}