@charset "utf-8";
/* CSS Document */

#content img {
	float: right;
	margin: 0 0 20px 20px;
	background: #e7ddd4;
	border: 1px solid #b9a295;
	padding: 5px;
	clear: both;
	}
	
#content img.cm_img_left {
	float: left;
	margin: 0 20px 20px 0;
	}
	
	
#content h2 {
	clear: both;
	font-size: 14px;
	}
