@charset "utf-8";
/* CSS Document */



#content p {
	float: left;
}
div#featured {
	width: 590px;
	margin: 0 auto;
	position: relative;
	left: 75px;
	top: -25px;
	text-align: left;
}

#featured div.featured-cat {
	width: 590px;
	margin-left: 10px;
	/*background: #D5CFC7;*/
	padding: 5px;
	/*border-bottom: 1px dotted #F7F4F0;*/
}

#featured div.featured-cat:last-child {
	border-bottom: none;
}

#featured div.featured-cat h3 {
	font-size: 1.2em;
	color: #C1D82F;
}

#main {
	padding-bottom: 20px;
}

.featured-cat a:link, .featured-cat a:visited {
	font-size: .9em;
	line-height: 1.8em;
}