@charset "utf-8";

/*--------------------------------------
	Style Name : Feature Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	padding-bottom:50px;
}

#content div.section {
	margin:0 50px 25px;
	padding-right:280px;
	position:relative;
	min-height:200px;
}

* html #content div.section {
	height:auto !important;
	height:200px;
}

#content div.section h2.section-title {
	margin:0 -280px 10px 0;
}

#content div.section div.pic {
	position:absolute;
	top:40px;
	right:0;
}

#content div.section p {
	text-indent:1em;
}


