#about_content{
	position: relative;
	margin: 15px 0 20px 0;
}

#about_vert_line{
	position: absolute;
	left: 643px;
	width: 1px;
	height: 100%;
	margin: 0;
	background: black;
}

#about_leftCol{
	float:left;
	width:601px;
	margin: 0;
	padding: 0 43px 0 0;
}

#about_leftCol h1{
	margin: 0 0 20px 0;
}

#about_leftCol h2{
	font-size: 18px;
	margin: 8px 0 7px 0;
	color: #984b43;
}

#about_leftCol p{
	margin: 0 0 20px 0;
}

#about_rightCol{
	float:left;
	width:305px;
	padding: 0 0 0 20px;
}




