div.content div.column1 {
	width: 50%;
	float: left;	
}
div.content div.column2 {
	width: 50%;
	float: right;	
}
div.content div.pic {
	width: 48%;
	float: left;
}
div.content div.desc {
	width: 52%;
	float: right;
}
div.content div.desc p {
	padding-right: 21px;
	line-height: 1.6em;
}
div.content div.sep {
	height: 40px;
}
p.style1 {
	margin-bottom: 5px;
}