html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a.link-act {
	color: #ffffff;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#distance { 
	width: 1px;
	height: 50%;
	background-color: #ffffff;
	margin-bottom: -335px; /* half of container's height */
	float: left;
}
#container {
	margin: 0px auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 680px; /* 600px plus 2*35px from address */
	width: 838px; /* 800px plus 2*width of logo */
	clear: left;
}
#content {
	position: absolute;
	top: 35px;
	left: 19px;
	background-color: rgb(180, 200, 200);
	height: 600px;
	width: 800px;
}
#logo {
	position: absolute;
	right: 0px;
	top: 75px;
}
#address {
	position: absolute;
	top: 645px;
	right: 40px;
}
#center_0 {
	position: absolute;
	left: 301px;
	top: 308px;
}
#center_1 {
	position: absolute;
	left: 301px;
	top: 308px;
}#center_2 {
	position: absolute;
	left: 301px;
	top: 308px;
}
#contentText {
	margin: 30px 0px 30px 30px;
}
div#contentText a.indent {
	margin-left: 20px;
}
.title {
	font-size: 20px;
	line-height: 26px;
}
