body {
	color: #fff;
	background-color: #00060b;
	font-family: "Georgia", "Arial";
	font-size: 12px;
	text-align: justify;
}

#container {
	margin: 32px auto 32px auto;
	width: 640px;
}

h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

h2 {
	margin-top: 20px;
	font-size: 14px;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
}

#logo {
	padding: 5px;
}

#vline {
	position: absolute;
	width: 1px;
	height: 480px;
	background-color: #eee;
	margin-left: 105px;
}

#hline {
	position: absolute;
	height: 1px;
	width: 640px;
	background-color: #eee;
	margin-top: 105px
}

#content {
	margin-top: 10px;
	margin-left: 115px;
}

.contact-row {
	height: 18px;
	clear: both;
}
.contact-row .contact-name {
	width: 200px;
	float: left;
}
.contact-row .contact-info {
	width: 300px;
	float: left;
}
