#main {
	width:820px;
	margin:0 auto 0 auto;
	background:url(../layout/bg_feature.png) no-repeat;
	text-align:left;
}

#main #feature {
	width:180px;
	float:left;
	padding:60px 30px 0 20px;
}

* html #main #feature {
	width:230px;
}


#main #content {
	width:590px;
	float:left;
}

#main #content .box {
	border:1px solid #BF0521;
	margin:5px 0 10px 0;
	

}

#main #feature h1 {
	font-size:.9em;
	color:#BF0521;
}

/* News*/
#news {
	background:#F5F5F5 url(../layout/bg_news.png) repeat-x;
}

#news .news-item {
	float:left;
	width:180px;
	margin:0 0 10px 10px;
}

* html #news .news-item {
	margin-bottom:-6px;
}

#news .news-item p {
	margin:0;
	font-size:.7em;
	color:#304723;
	line-height:1.3em;
}

#news a:hover {
	text-decoration:underline;
}

#news .news-item h3 {
	font-size:.8em;
	margin:0;
}

#news .news-item h3 a {
	color:#BF0521;
}

#news .news-item .news-date {
	margin:12px 0 0 0;
}

#news .news-item .news-morelink {
	margin-top:6px;
	border-top:1px solid white;
}

#news .news-item .news-morelink a {
	color:#304723;
}

#news .terminator {
	font-size:0;
	padding:0;
	height:0;
}

/* Shortcuts */
#shortcuts {
	margin:0 !important;
	background:white;
	padding:4px 15px 10px 15px;
}

#shortcuts p {
	padding:3px 0;
	margin:0;
	border-bottom:1px solid #F5F5F5 !important;
	font-size:.7em;
}

#shortcuts p.bodytext a {
	background:url(../layout/arrow_shortcut.gif) no-repeat center left;
	padding-left:20px;
	color:#333;
}

#shortcuts p.bodytext a:hover {
	color:#999;
}
