#home-header{
	position:relative;
}
#home-header-content{
	width:350px;
	position:absolute;
	top: -190px;
	left: 0px;
}
#home-header-title{
	font-size:20px;
	color:#E4732F;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}
#home-header-copy{
	font-style:italic;
	color:#999;
	margin:0.5em 0;
	padding:0;
}
.articles-col1{
	float:left; 
	width:330px;
}
.articles-col2{
	float:left; 
	width:330px; 
	margin-left:10px;
}
.articleholder{
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}
.articleholder h2{
	background-image:url(../../images/article_header_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
	padding: 8px 10px;
}
.articles{
	padding: 10px;
	height: 200px;
	overflow: auto;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	border-left-color: #999;
	border-top: none;
	background: #eee;
	background: rgba(0, 0, 0, 0.1);
}
.articles p{
	margin-bottom:8px;
}
.articlesfooter{
	padding:5px 0px 0px 20px;
	font-weight:bold;
	background-image:url(../../images/icon_go.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.articlesfooter a{
	color:#333;
	text-decoration:none
}
.articlesfooter a:hover{
	text-decoration:underline;
}