.aboutHeader {
	display: block;
	float: left;
	background: white url('../images/about.png') no-repeat;
	width: 798px;
	height: 250px;
	border: solid 1px black;
	margin-bottom: 10px;
}

.aboutContent {
	display: block;
	float: left;
	width: 800px;
	height: 100%;
	border-top: solid 1px black;
	font-size: 80%;
	text-align: justify;
	line-height: 150%;
}

.aboutContent h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
}

.aboutContent p {
	margin-top: 5px;
}
