#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 20px 50px 50px 50px;
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D4D4D4;
}

three-columns h2 {
	text-align:left;
}

#three-columns p {
	font-size:12px;
	line-height:130%;
}

#three-columns #column1 {
	margin-top:80px;
	float: left;
	width: 500px;
}

#three-columns #column2 {
	float: left;
	width: 400px;
}

#three-columns #column3 {
	float: right;
	width: 500px;
	margin-top:80px;
}

