

#content .column-left {
	width:40%;
}
 
#content .column-right {
	width:60%
}

#content .column-left .column-wrap {
	width:50%;
}

.column-right > p {
	width:auto;
}

