/* AppSketchbook.com CSS Document */
/* Reset */

div, ul, li {
	margin: 0;
	padding: 0;

}
ol, ul {
	list-style: none;
}


#feature {
	height: 175px;
	position: relative;
	padding-top: 0px;
	background-color: #fcfcfc;
}
#feature p, #feature h2 {
	margin-left: 60px;
	width: 300px;
	color: #8f8f8f;
	font-size: 18px;
	line-height: 170%;
}
#feature h2.slogan {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	width: auto;
	margin-bottom: 0;
}