@charset "utf-8";
/* CSS Document */

	* {
		margin:0;
		padding:0;
		}
		
	img {
		border: none;
	}

	html, body {
		height:100%;
		}

	body {
		background-color:#C2C2C2;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:45%; /* was: 50% */
		/* background-color:#fc6; */
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:45em;
		clear:left;
		/*
		background-color:#C2C2C2;
		border:1px solid #C2C2C2;
		border-top-color:#C2C2C2;
		border-left-color:#C2C2C2;
		*/
		}
	
	/*
	#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
		}
	
	#container div h2 {
		font-size:120%;
		font-weight:bold;
		text-transform:uppercase;
		margin:1em 0 0;
		}

	#container div h3 {
		font-size:100%;
		font-weight:bold;
		margin:.5em 0 0 .75em;
		}

	#container ul {
		margin-left:2em;
		}

	#container li span {
		font-size:70%;
		}
		

	#container h1 {
		font-size:120%;
		padding-top:2.4em;
		margin-left:2.4em;
		}

	#container p {
		margin:1.5em 13.6em 1.5em 3em;
		}

	address {
		font-weight:normal;
		font-size:80%;
		font-style:normal;
		text-align:right;
		margin:0 20em 0 3em;
		}
	*/