div.title_strip {
	height: 35px;
	background-color: #e2d092;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}

.title_image {
	float: left;
	}

.title_image img {
	margin: 4px 10px 0px 4px;
	}

.title_text { 
	margin: -5px 0 0 30px;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	vertical-align: middle;
	padding-left: 10px;
	} 		

.entry {
	/*color: #999999;*/
	line-height: normal;
	padding: 5px 10px 5px 10px;
	background: url(http://woodblock.com/roundtable/mt-static/images/paper.jpg) ; 
	border-bottom: 2px solid #e2d092;
	margin-bottom: 20px;
	}

.separator {
	height: 20px;
	text-align: center;
	}

.bodytext p.who_when {
	/*color: #999999;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: normal;
	}

