* {
	margin:0;
	padding:0;
	}
	
img, div { behavior: url(iepngfix.htc) }

html, body {
	height:100%;
	}

body {
	background-color:#A7A9AC	;
	font:100.01%/1.4 Arial, Helvetica, Sans-Serif;
	color: #000;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height: 43%;
	background-color:#A7A9AC;
	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:32em;
	width:48em;
	clear:both;
	background-color:#A7A9AC;
	}

#intro {
	position: absolute;
	width:352px;
	margin:120px 0 0 300px;
	}

#container li span {
	font-size:70%;
	}
	
#container h1 {
	font-size:180%;
	line-height: 1.3em;
	padding: 55px 0 30px 55px;
}

#container a {
	color:#444;
}

#container a:hover {
	color:#fff;
}

#text p {
	margin: 0 0 0 55px;
	padding-bottom:10px;
	width: 560px;
	font-size:120%;
	line-height:1.3em;
}

img{
	padding: 0 0 0 55px ;
}



/*contact page*/

#contact1 p {
	font-weight: bold;
	font-size:80%;
	float:left;
	width:300px;
	height:300px;
	padding-left:55px;
}
#contact2 p {
	font-size:80%;
	float:left;
	width:300px;
	height:auto;
	padding-left:55px;
	padding-bottom:10px;
}


/* Navigation */

#nav {
position: relative;
width: 50em;
margin: 0 auto -20px auto;
padding: 0 0 8px 0;
text-align: center;
font-size:85%;
border-bottom: 1px solid #fff;
}

#nav table {
margin: 0;
padding: 0;
width: 50em;
color: #fff;
}

#nav table a {
color: #000;
text-decoration: none;
}

#nav table a:hover {
color: #fff;
}

