@charset utf-8;

div.item{
	clear:both;
	height:auto;
	display:block;
}

h3.heading{
padding:15px 0 5px;
margin-bottom:10px;
font-size:1.25em;
color:#6fba2c;
border-bottom:2px solid #ccc;
}

div.item p{
	padding:5px 0;
	line-height:1.45em;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}


.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

img.frame{
border:1px solid #F5F5F5;
}










