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


h1 {margin:0px;}
h2 {
	padding-left:10px;
	margin-bottom:6px;
	margin-top:3px;
	}
.homesidebar {
	float:left;
	width:30%;
	margin-right:20px;
	background: url(../images/template_imgs/grassbg.jpg);
	}
.homesidebar .section {
	margin:10px 10px 20px 10px;
	padding:5px;
	background-color:#E1E8B0;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	filter:alpha(opacity=90);
	opacity:.9;
	}
.homesidebar p {
	margin-left:10px;
	}
