#two-column{
	width: 650px;
}
#two-column #left{
	width: 300px;
	float: left;
}
#two-column #right{
	width: 300px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}