#content {
height: 500px;
}

#content strong {
	font-weight: bold;
}

#content .left {
float: left;
width: 278px;
padding: 0 25px 0 30px;
font-size: .7em;
color: #231f20;
}

#content .left h2 {
color: #6d6e71;
font-size: 1.3em;
}

#content .left h2 .initialcaps {
color: #404041;
text-transform: uppercase;
font-size: 1.2em;
font-weight: bold;
}

#content .mid {
	float: left;
	/* width: 278px; */
	width: 513px;
	padding: 0 25px 0 30px;
	font-size: .7em;
	color: #231f20;
}

#content .mid h2 {
color: #6d6e71;
font-size: 1.3em;
}

#content .mid h2 .initialcaps {
color: #404041;
text-transform: uppercase;
font-size: 1.2em;
font-weight: bold;
}

/*
#content .right {
float: left;
width: 205px;
padding: 0 30px;
font-size: .7em;
color: #231f20;
}
*/
