.title {
	color: #8B8575;
	font: small-caps bold 32px sans-serif;
	letter-spacing: 8px;
	padding: 10px;
	display: inline;
}
.newstable {
	height: 100%;
	width: 100%;
}
.sidebar {
	vertical-align: top;
	height: 100%;
	clear: none;
	width: 200px;
	background: #8B8575;
	border-right: 2px solid #4B4535;
}
.atitle {
	display: block;
	font: bold 20px sans-serif;
	letter-spacing: 2px;
	margin: 10px 0px 8px 20px;
}
.newsreel {
	vertical-align: top;
}
.newsbar {
	overflow: hidden;
	display: block;
	width: 63%;
	margin: 6px 0px 0px 8%;
	height: 1px;
	background: #4B4535;
}
.newsarea {
	width: 95%;
	font: bold 12px sans-serif;
	margin: 8px 0px 10px 13px;
	display:block;
}
.newsarea .author {
	display:block;
	font: 10px sans-serif;
	margin: 1px 0px 10px 8px;
}
.newsarea .text {
	display: block;
	font: normal 12px sans-serif;
	margin: 5px 0px 0px 12px;
}
.newsarea .text:first-line {
	font-variant: small-caps; 
}
.p_space {
	display: block;
	height: 1px;
	width: 10px;
}
.newstime {
	float: right;
	display: inline;
	margin: 0px 0px 0px 3px;
	font: small-caps 10px sans-serif;
}
.featured {
	vertical-align: top;
	background: #BBB5A5;
	margin-left: auto;
	margin-right: 0px;
	width: 33%;
	border-left: 2px solid #4B4535;
}
.feat_bar {
	overflow: hidden;
	display: block;
	width: 85%;
	margin: 4px 0px 0px 10%;
	height: 1px;
	background: #4B4535;
}
.feat_box {
	overflow: hidden;
	display: block;
	height: 78px;
	margin: 8px 10px 5px 15px;
	padding: 0px 100px 0px 0px;
	background-position: top right;
}
.feat_box {
	font-weight: bold;
}
.feat_box .author {
	display: block;
	font: normal 10px sans-serif;
	float: right;
	margin: -12px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.feat_box .text {
	display: block;
	font: normal 12px sans-serif;
	margin: 5px 5px 0px 8px;
}
.ftitle {
	color: #6B6555;
	display: block;
	font: small-caps bold 16px sans-serif;
	letter-spacing: 2px;
	margin: 10px 0px 0px 20px;
}
.searchbar {
	text-align: center;
	margin: 0px 0px 5px 0px;
	position: absolute;
	bottom: 0px;
	left: 9px;
}
.featmore {
	width: 33%;
	text-align: center;
	margin: 0px 0px 5px 0px;
	position: absolute;
	bottom: 0px;
	right: 9px;
}
.newscomments {
	text-align:center;
	font: small-caps normal 10px sans-serif;
}