/** Typography **/

p{
	font-size: 14px;
	padding: 0px 0px 15px 0px;
}
blockquote{
	color: #44151f;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 10px 0px 15px 0px;
}

/** Interior Stage **/

#interior_stage{
	position: relative;
	width: 940px;
	height: 180px;
	border-top: 1px solid #ccc;
}
#interior_stage #category_description{
	position: absolute;
	right: 60px;
	top: 80px;
	width: 450px;
}

/** Page Controls **/

#page_controls{
	position: relative;
	width: 900px;
	padding: 5px 20px;
	overflow: hidden;
	background: #44151f;
	margin-top: 5px;
}

/* Content */

#content_wrapper{
	width: 898px;
	padding: 30px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#content_wrapper #content{
	float: left;
	width: 600px;
	padding-right: 80px;
	background: url('http://www.terrenejewelry.com/images/site/sidebar_shadow.gif') top right no-repeat;
	overflow: hidden;
}
#content_wrapper #sidebar{
	float: left;
	width: 212px;
	overflow: hidden;
}