@charset "utf-8";

.contentWrapper.about
{
	width:800px;
	margin:0 auto;
}

.headlineWrapper
{
	width:100%;
	text-align:center;
}

.headlineWrapper h1
{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
}



.colLeft, .colRight
{
	float:left;
	width:48%;
}

.colMid
{
	width:4%;
	float:left;
}

