
#main_scroller 
{
	float:left;
	width: 180px;
	height: 430px;
	background:#fff;
}

#sidebar_scroller
{
	padding-right: 20px;
	padding-top: 10px;
	float:right;
	width: 530px;
	
}

#news_content
{
	padding-left: 20px;
}

#news_title
{
	text-transform: uppercase;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
}


#news_desc
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

#news_holder
{
	padding-right: 20px;
	float:left;
	padding-left: 0px;
	width:450px;
}

button
{
	color: #2B5086;
	border:none;
	background:none;
	padding:0;
	text-align:left;
	width:auto;
	height:auto;
	line-height:15px;		
	font-weight: bold;
	outline-style: none;
}

button.active 
{
	color: #71829A;
	padding-left:20px;
	background-image: url(images/hover_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
} 

button:active
{
	color: #71829A;
	padding-left:20px;
	background-image: url(images/hover_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

button:hover
{
	color: #71829A;
	padding-left:20px;
	background-image: url(images/hover_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#story_image
{
	padding-left: 20px;
	padding-bottom: 5px;
}
