a:hover {
	text-decoration: none;
}
h1#news_head{
	position: relative;
	top: 40px;
	left: 110px;
	display: block;
	width: 348px;
	color: #524d3e;
	letter-spacing: 1px;
	clear: both;
	font-size: 17px;
}
p.news_full_story{
	position: relative;
	display: block;
	width: 380px;
	color: #524d3e;
	font:  12px "Arial", sans-serif;
	line-height: 18px;
	margin: 8px 0 0 55px;
}
p.default_news{
	position: relative;
	display: block;
	width: 398px;
	color: #524d3e;
	font:  12px "Arial", sans-serif;
	line-height: 18px;
	margin: 8px 0 0 54px;
}
.news_date {
	font-weight: bold;
	border-right:1px solid;
	padding-right: 5px;
	margin-right: 5px;
}
div#archives_container{
	background: url(../images/bg_news.gif) repeat-y;
	position:absolute;
	top: 89px;
	left: 550px;
	display: block;
	height: 500px;
	width: 280px;
	border-left: 1px solid #524d3e;
	z-index: 5;
}
h2#archives_head{
	font: bold 17px "Times", "Times New Roman", sans-serif;
	color: #b5121b;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 0 14px;
}
ul#news_archives{
	color: #524d3e;
	font:  12px "Arial", sans-serif;
	letter-spacing: 1px;
}
ul#news_archives li{
	margin: 8px 0 0 14px;
	display: block;
	width: 225px;
}

li a.story_desc{
	color: #524d3e;
	text-decoration: none;
}
li a.news_date{
	color: #524d3e;
	text-decoration: underline;
}
div#news_pane{
	width: 512px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 56px;
}