@charset "utf-8";
/* CSS Document */


html, body {
		height:100%;
		}

	body {
	background-color:#000;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #FFFFFF;
		}

	#Distance {
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-250px; /* half of wrapper's height */
	float:left;
		}

	#Wrapper {
	position:relative; /* puts wrapper in front of distance */
	text-align:left;
	height:485px;
	width:100%;
	clear:left;
	background-color:#000;
		}
		
#Wrapper #Content {
	background-color: #000000;
	height: 445px;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
}

#Navigation {
	padding: 1px;
	width: 720px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#Navigation ul {
	display: inline;
}
#Navigation li {
	padding-right: 3px;
	padding-left: 3px;
	display: inline;
	list-style-type: none;
}
#Wrapper #Stage {
    /* background-image: url(../Resources/Images/Layout/webnewbg.gif);
	background-repeat: no-repeat; */
	height: 487px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

a:link {
	font-family: Calibri, Arial;
	font-size: small;
	color: #E1F2E9;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	font-family: Calibri, Arial;
	font-size: small;
	color: #D7DEDA;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: small;
	color: #E1F2E9;
	text-decoration: underline;
	font-weight: bold;
}
#Foot #Legal {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #E1F2E9;
}


#Wrapper #Stage #Foot {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #711044;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
