@charset "UTF-8";
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
#banner {
	background-image: url(../images/pic_indextop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 87px;
	padding-top: 110px;
	padding-left: 50px;
}

#nav {
	background-image: url(../images/pic_indexnav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 100%;
	float: left;
	padding-top: 5px;
}

#tagline {
	margin: 0px;
	padding: 0px;
	width: 413px;
}
#body {
	float: right;
	width: 470px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	

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

#wrapper {
	position:relative;
	width: 900px;
	clear:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
