* {
	margin:0;
	padding:0;
}
	
html, body {
	height:100%;
}
	
body {
	color: #B1B1B1;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #B1B1B1;;
	text-decoration: none;
}

a:hover {
	color: #900;
}

h1 {
	font-size: 17px;
	color: #666;
	font-weight: normal;
}

#distance { 
	width:10px;
	height:50%;
	margin-bottom:-286px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	background-image: url(../images/index_ground.gif);
	text-align:left;
	height:580px;
	width:958px;
	clear:left;
}

#container_box {
	height:546px;
	width:950px;
}

#headerlogo {
	width: 259px;
	height: 65px;
	padding: 20px 0 0 687px;
	border-top: 1px dotted #E2E2E2;
	border-left: 1px dotted #E2E2E2;
	float: left;
}

#picture {
	width: 950px;
	height: 377px;
	float: left;
}

#navbox_text {
	width: 705px;
	height: 87px;
	padding: 20px 0px 0 20px;
	float: left;
	border-left: 1px dotted #CCC;
	line-height: 34px;
}

#navbox_text a {
	font-size: 17px;
}

#navbox_text a:hover {
		color:#900;
}

#navbox_logo {
	width: 200px;
	height: 76px;
	padding: 13px 0px 0 0px;
	float: left;
}

