#content {
	margin-left: 104px;
}

#contact {
	float: left;
	width: 300px;
}

#contact * {
	font-weight: bold;
	padding-bottom: 5px;
}

#overnav {
	margin-top: 20px;
}

#overnav li+li {
	padding-top: 5px;
}

#overnav li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}

#overnav * {
	font-weight: normal;
}

h1 {
	display: none;
}

#over {
	float: left;
	width: 700px;
	padding-left: 15px;
}

#over article+article {
	padding-top: 40px;
}

#over h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

#over h3 {
	font-size: 20px;
	padding-bottom: 10px;
}

#over section {
	margin-top: 15px;
}

#over ul {
	padding-left: 10px;
	list-style-type: disc;
}

#over ul li {
	line-height: 19px;
}

#over ul+p {
	padding-top: 8px;
}