div.news_navigation {
clear: both;
background-image:url(../images/curly2.png);
background-position:left bottom;
background-repeat:repeat-x;
clear:both;
height:70px;
margin-bottom:10px;
margin-left:10px;
padding:0px 5px 5px;
}

div.news_navigation a:link, div.news_navigation a:visited {
	color: #CCFF00;
}
.previous {
	float: left;
	width: 75px;
}
.info {
	float: left;
	width: 485px;
	text-align: center;
}
.next {
	float: right;
	width: 45px;
}

.news_item{
	margin-bottom: 20px;
}

.news_items_container{
	clear: both;
}
.news_content {
	margin-top: 15px;
	/*margin-bottom: 15px;*/
	padding-left: 15px;
}



.news_item h3 {
	color: #CCFF00;
	letter-spacing: 1px;
	font-family: arial;
	text-transform: uppercase;
	font-size: 16px;
	display: inline;
}
		
		
.news_item h4 {
	color: #CC33CC;
	letter-spacing: 1px;
	font-family: arial;
	font-size: 13px;
	display: inline;
}
.arrow {
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
}
