#features {
	float: left;
	width: 444px;
	margin: 0;
	padding: 0;
	border: 1px solid #545447;
	background: #f0f0e9;
	color: #545447;
}
 /* IE 5 fix*/
* html #features {
	width: 446px;
	w\idth: 444px;
}
.featureditem {
 	float: left;
	width: 141px;
	height: 13em;
	padding: 3px;
	margin: 0;
 	border-right: 1px dashed #545447;
	border-bottom: 1px dashed #545447;
	text-align:center;
	overflow:auto;
 }
 /* IE 5 fix*/
* html .featureditem {
	display: inline;
	width: 148px;
	w\idth: 141px;
}
.featureditem p.title {
	padding: 5px 0;
	margin: 0;
 	font-size:0.75em;
	font-weight: bold;
 }
.featureditem p {
	margin: 2px 0;
 }
.featureditem p.txt {
	margin: 0 6px 0 8px;
  	font-size: 0.7em;
	text-align: left;
 }
.featureditem p a {
  	font-size:0.8em;
	font-weight: bold;
	text-decoration: underline;
	color: #545447;
 }
.featureditem p a:hover {
	text-decoration: underline;
 }
 .featureditem img {
 	border: 1px solid #4c3f31;
 }
#content p a {
  	font-size:0.8em;
	text-decoration: underline;
 }
#content p a:hover {
	text-decoration: underline;
 }
#main {
	padding: 0;
	margin-left: 450px;
	margin-right: 2px;
}
#news {
	padding-bottom: 0;
	margin-top: 0;
}
#news h1 {
	padding: 5px;
	margin: 0;
	color: #fff;
	background: #909078 url(lib_images/heritage/news_bg.gif) top left no-repeat;
}
#news h2, #news h3 {
	padding-top: 0;
	margin: 0;
}
#news a {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}
#maintext {
	padding: 5px 15px 0 15px;
}
#maintext p, #news p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 0.8em;
}
.newsitem {
	padding: 0px;
	margin-top: 2px;
	margin-top: 0;
	background: #f0f0e9;
	border: 1px solid #909078;
	border-top: 0;
}
#projects h2 {
	margin: 0;
	margin-top: 5px;
	padding: 5px;
	background: #909078 url(lib_images/heritage/news_bg.gif) top left no-repeat;
	color: #fff;
}
.projectitem {
	padding: 0;
	margin:0;
	margin-top: 1px;
	border: 1px solid #909078;
	background: #f0f0e9;
	color: #000;
}
#main .projectitem p {
	padding: 5px;
	padding-top: 2px;
	margin:0;
	margin-top: 1px;
	color: #000;
	font-size: 0.8em;
}
.projectitem img {
	padding: 0;
	margin: 4px 0 0 5px;
	border: 1px solid #fff;
}
.projectitem a {
	font-weight: bold;
	text-decoration: underline;
}
