#left {
	float: left;
	margin: 20px 10px 10px 10px;
	width: 15%;
}

#right {
	float: left;
	width: 75%;
}


