﻿/*two split content area*/
.leftcontent {
	width: 703px;
}
.rightcontent {
	width: 230px;
	float: right;
	margin-left: 16px;
}
