body {
	background-color: white;
	font-family: Verdana;
}

.container {
	width: 792px;
	position: relative;
	left: 50%;
	margin-left: -396px; /* -(width/2) */
	border-color: 1px solid black;
}

.start {
	margin-top: 150px;
}

.start .menu {
	float: right;
}

.start .menu ul {
	display: inline;
	color: gray;
	font-size: 9pt;
}

.start .menu li {
	display: inline;
	margin-left: 16px;
}

.start .menu a {
	font-family: Georgia, Bitstream Charter, Times, serif;
	font-size: 16pt;
	color: #9aaa96;
	text-decoration: none;
}

.start .menu a:hover {
	color: black;
}

.text {
	margin-top: 50px;
}

.text .title {
	float: left;
}

.text .menu {
	float: right;
	position: relative;
	top: 14px;
	#top: 16px; /* CHECK! */
}

.text .menu ul {
	display: inline;
	color: gray;
}

.text .menu li {
	display: inline;
	margin-left: 13px;
}

.text .menu a {
	font-family: Georgia, Bitstream Charter, Times, serif;
	font-size: 13pt;
	color: #9aaa96;
	text-decoration: none;
}

.text .menu a:hover {
	color: black;
}

.text .header {
	#padding-top: 22px;
}

.text .content {
	font-family: Verdana;
	font-size: 10pt;
}

.text .content a {
	color: gray;
	text-decoration: none;
}

.text .content a:hover {
	color: black;
}

.text h1 {
	font-family: Georgia, Bitstream Charter, Palatino, Times, serif;
	font-size: 17pt;
	font-style: italic;
	color: #657063;
	font-weight: lighter;
}

.somp {
		margin-top: 30px;
		margin-bottom: 10px;
		padding-top: 3px;
		border-top: 1px dotted gray;
		font-size: 11px;
		color: gray;
}