#mainwrapper {
	background: #fff url('/i/footer_bg.png') no-repeat bottom right;
	padding: 0 0 80px 0;
}

#maincontentwrapper {
	background: #fff url('/i/maincontentwrapper_bg_w.gif') repeat-y top right;
	width: 968px;
}

#maincontent {
	background: url('/i/maincontent_bg_w.gif') no-repeat;
}

#newswrapper {
	padding: 50px 180px 0 170px;
}

#subnav {
	position: absolute;
	margin: 0 0 0 618px;
	width: 176px;
	height: 382px;
	background: url('/i/week_beginning_bg.gif') no-repeat bottom right;
}

#subnav h3 {
	padding: 0;
	margin: 0;
}

#subnav ol {
	padding: 0;
	margin: 0 0 15px 60px;
}

#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.75em;
}

#subnav a {
	color: #97baba;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav li.selected a {
	color: #333;
}

.newsitem {
	height: 1%;
	overflow: hidden;
	padding-bottom: 25px;
}

.newsitem h2 {
	padding: 0 0 0 10px;
	float: left;
	color: #97baba;
	font-size: 1.7em;
	margin: 0;
	width: 390px;
}

.newsitem a {
	color: #666;
}

.newsitem a:hover {
	color: #333;
}

.newsitemimg {
	float: right;
	clear: both;
}

.newsitem .date {
	float: left;
	clear: left;
	width: 380px;
	margin: 15px 0 0 10px;
	font-weight: bold;
	font-size: 0.8em;
	color: #666;
}

.newsitembody {
	font-size: 0.8em;
	float: left;
	display: inline; /*for IE 6*/
	clear: left;
	color: #666;
	padding: 0 0 15px 0;
	margin: 15px 0 0 10px;
	width: 375px;
	background: url('/i/newsitem_body_bg.gif') repeat-x bottom left;
}

.newsitem div a:hover {
	text-decoration: underline;
}

