p {
	margin:0;
	padding:0;
}
.left {
	width:200px;
	float:left;
}
.right {
	float:left;
	width:500px;
	margin-left:10px;
}