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

.brown_border {
	border:1px solid #4c3327;
	padding:12px;
	padding-top:8px;
	}
.float_left {
	float:left; 
	margin: 0 .9em .9em 0; 
	clear:none;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {
	float:right;  
	margin: 0 0 .9em .9em; 
	clear:left;} /* apply this class to any image or element with width  - text will wrap it to the left */
