@charset "utf-8";
/* CSS Document */

.layoutimage {
	float: left;
	width: 200px;
}
.layoutdesc {
	float: right;
	width: 530px;
}
.layoutbottom {
	clear: both;
}
