div#features {
}

	div#features div.feature {
		margin-top:50px;
	}
	
		div#features div.feature h2 {
			margin:0 0 20px 0;
			padding:3px 0 0 16px;
			background:url('../img/banner/sectionbanner.png') no-repeat;
			color:white;
			height:24px;
		}
	
		div#features div.feature img {
			border:1px solid silver;
			padding:3px;
			margin:5px 5px 5px 20px;
		}
	
		div#features div.feature p, div#features div.feature ul {
			font-size:85%;
			color:#343;
			margin-left:10px;
		}
		
		
		div#features div.feature p.notice {
			color:gray;
			font-size:80%;
		}
		
		div#features div.feature div.related {
			font-size:80%;
			margin:20px 0 0 15px;
			padding:7px;
			background-color:#f0f0f0;
			border:1px solid silver;
			width:60%;
		}

		div#features div.feature div.related div.related_title {
			font-weight:bold;
			margin-bottom:5px;
		}
		
