.headlines {
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 200px; /*width of featured content slider*/
	height: 300px;
	float: left;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentdiv h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	
}

.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	float: left;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;

}


.pagination a {
	font-size: 11px;
	font-weight:normal;
	color:#333333;
}
#archives { 
        position: relative; /*leave as is*/
        margin-right:80px;
	margin-left: 120px;
        margin-top:0px;
        margin-bottom:0px;
        
}

.archives a {
     
	color: #000;
	text-decoration: none;
	display: block;
}

.archives a:hover{
	color: #fff;
	text-decoration: none;
	display: block;