/*CSS file for The Bookstore Cafe
	developed by CarricDesign
	www.carricdesign.com
*/



/*#content
===============================================*/
#content {
	width: 460px;
	clear: none;
	color: #a6a09f;
	padding-bottom: 50px;
	padding-right: 50px;
}

#content div {
	clear: both;
}

#content div.pic {
	margin-top: 15px;
	width: 110px;
	float: left;
	clear: both;
}

#content div.bio {
	width: 320px;
	float: right;
	clear: none;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content h2 {
	clear: both;
}

#content p.clear {
	clear: both;
}

#content span.name {
	font-weight: bold;
	color: #681d08;
}



