html {
	background: #F7F3F0 url('../img/news_html_bg.jpg') repeat-x top;
	}
div#newstitles {
	height: 80px;
	margin-top: 70px;
	}
div#newstitles h2 a {
	float: left;
	padding: 10px;
	margin-top: 30px;
	margin-left: 60px;
	font-size: 1.2em;
	width: 370px;
	xbackground: url('../img/rss.png') no-repeat center right;
	font-weight: bold;
	}
div#newstitles h2 a {
	color: #FFF;
	}
div#newstitles h2 a:hover {
	color: #D46000;
	}
div#newswrap {
	background: url('../img/newswrap_bg.png') no-repeat top;
	min-height: 600px;
	padding-top: 40px;
	position: relative;
	}
div#newscontent {
	background: url('../img/newscontent_bg.jpg') repeat-y center;
	}
div#newscolumnleft {
	width: 380px;
	float: left;
	margin-left: 70px;
	margin-top: 15px;
	padding-bottom: 80px;
	}
div#newscolumnright {
	width: 380px;
	float: right;
	margin-top: 15px;
	margin-right: 60px;
	padding-bottom: 80px;
	}
div.newspost {
	margin-bottom: 20px;
	padding: 15px 15px 0 15px;
	background: url('../img/newspost_bg.png') no-repeat top center;
	}
div.newspost img {
	float: left;
	margin: 0 20px 15px 0;
	}
div.newspost h2 {
	font-size: 1.6em;
	padding-bottom: 10px;
	border-bottom: solid 1px #FFF;
	}
div.newspost h2.latest {
	font-size: 2em;
	}
div#newswrap ul.tags {
	margin: 0 0 40px 0;
	}
div.newspost ul.postdetails {
	border-top: solid 1px #E0DCD9;
	margin: 0 0 10px 0;
	padding: 5px 0;
	}
div.newspost ul.postdetails li,
div#newswrap ul.tags li {
	float: left;
	}
div.newspost ul.postdetails .date,
div.newspost ul.postdetails .tag,
div#newswrap ul.tags .tag {
	display: block;
	border-radius: 3px;
	background: #FDFCFB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
	margin: 0 5px 5px 0;
	}
div.newspost ul.postdetails .date {
	color: #0F1F41;
	background: none;
	font-weight: bold;
	}
a.morenews {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block; 
	padding: 15px;
	clear: both;
	font-size: 1.6em;
	background: #FFF;
	border: solid 1px #DFD7D1;
	border-width: 1px 1px 0 1px;
	text-align: center;
	width: 920px;
	}

