
/* CSS Document */

.left {
	float:left;
	width:150px;
}

.right {
	float:left;
	width:80%;
}

.clear {
	height: 25px;
}
