#products-board {
	width: 830px;
	background: #c96 url(/images/divider.png) repeat-x bottom;
	padding-bottom: 13px;
	clear: both;
	overflow: hidden;
}

#products-board #shovebox, #products-board #etude {
	float: left;
}

#left-col {
	float: left;
	width: 400px;
	margin-right: 30px;
	height: 220px;
}

#main-content h3 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 6px;
	text-transform: uppercase;
}


#newsletter-signup {
	width: 100%;
}

#newsletter-signup form {
	margin: 0;
	padding: 15px 0 0;
}

#newsletter-signup input {
	font-size: 14px;
	padding: 3px;
}

#newsletter-signup label {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

#about {
	font-size: 12px;
	width: 100%;
	padding-bottom: 25px;
}

#blog-posts {
	padding-left: 10px;
}

#blog-posts dt {
	font-size: 12px;
}

#blog-posts dd {
	padding-bottom: 10px;
	color: #666;
	font-size: 10px;
}

p {
	line-height: 1.6em;
	font-size: 12px;
	margin-bottom: 0;
}


#main-content{
	padding: 25px 25px 1px;
}