#leftContent {
	width: 740px;
	float: left;
	margin-right: 20px;
}


#sidebar {
	width: 200px;
	float: right;
}


#content .content2cols,
#content .content3cols {
	margin-bottom: 20px;
	width: 740px;
}

#content .content2cols .left {
	width: 350px;
	float: left;
}

#content .content2cols .right {
	width: 350px;
	float: right;
}


#content .content3cols .left {
	float: left;
	width: 230px;
	margin-right: 25px;
}

#content .content3cols .middle {
	float: left;
	width: 230px;
}

#content .content3cols .right {
	float: right;
	width: 230px;
}

