#content {
	clear: both;
	width: 760px;
	}
#content-left {
	float:left;
	width: 295px;
	background-color:  #eee;
	padding: 15px 0px 0px 0px;
	}
#content-right {
	float:right;
	width: 430;
	background-color:  #eeeeee;
	padding: 15px 20px 15px 0px;
	text-align: left;
	}
