.left {
	width: 200px;
	float: left;
	}
	
	.left .wrap {
		}

.right {
	width: 760px;
	float: right;
	}

	.right .wrap {
		}
