@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color: #6d6f64}
A:visited {text-decoration: none; color: #6d6f64}
A:active {text-decoration: none; color: #000}
A:focus {text-decoration: none; color: #000}
A:hover {text-decoration: none; color: #000;}

.style1 {
	text-align: center;
	background-color: #999A8F;
	width: 675px;
}
.style2 {
	border: 0 solid #E0E1DD;
	background-color: #E0E1DD;
}
.style3 {
	font-size: medium;
}
.style4 {
	border: 0 solid #E0E1DD;
	background-color: #E0E1DD;
		text-align: center;
}
.style6 {
	color: #6D6F64;
}

.visionaries {
	color: #333; font-size: 1.1em;
}

.textbox {
	background-color:#000; color:#FFF; padding-left: 5px; padding-right: 5px; border: 1px solid black
}

* {margin-top:0;
		padding:0;}

	html, body {height:100%;}

	body {
	background-color:#333;
	font:100%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

	#distance {
	width:1px;
	height:50%;
	margin-bottom:-20em; /* half of container's height */
	float:left;
		}

	#container {
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:625px;
	width:1000px;
	clear:both;
	background-color:#999A8F;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
		}

	#container div {
	float:center;
	width:600px;
	background-color: #999A8F;
	height: 625px;
		}
		
