#headContent {
	width: 568px;
}

#headContent h1 {
	float: right;
	width: 118px;
	margin: 0 0 0 82px;
}

#headContent p.description {
	float: right;
	width: 368px;
}

.newsBlockA01 {
	width: 379px;
	margin: 33px auto 0 auto;
}

.newsHead {
	width: 379px;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #7b7b7b;
}

.newsHead p {
	float: left;
	line-height: 1.3em;
}

.newsHead span {
	float: right;
	margin: 0 0 0 1em;
}

.newsBody {
	width: 379px;
	margin: 7px 0 0 0;
}

.newsBody .details {
	float: left;
	width: 255px;
	margin: 0 24px 0 0;

}

.newsBody .thumnail {
	float: left;
	width: 100px;
}

.newsBody .details span {
	float: left;
	margin: 0 5px 0 0;
}

.newsBody .details h2 {
	line-height: 1.5em;
	color: #aa9a69;
	font-weight: bold;
}

.newsBody .details h2 a {
	font-weight: bold;
}

.newsBody .details p {
	clear: left;
	margin: 7px 0 0 0;
	line-height: 1.3em;
}

.newsBody .details ul {
	margin: 17px 0 0 0;
}

.newsBody .details ul li {
	margin: 4px 0 0 0;
}

/* clearing float */

#headContent,
.newsHead,
.newsBody {
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

#headContent:after,
.newsHead:after,
.newsBody:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}