.contentslide{
	width: 715px;
	background-color: #EEEFE1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	height: 205px;
}

.contentdiv{
	background-color: #EEEFE1;


}
.contentslide .contentdiv{



}

.pagination{
	width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border: 5px;
	border-width: 0 10px;
	padding-top: 20px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 200px; /*IE5 width*/
	w\idth: 200px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #cac9af;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dedfcd;
	border-right-color: #dedfcd;
	border-left-color: #dedfcd;
}

.pagination a:hover, .pagination a.selected{
	color: #856843;
	background-color: #EEEFE1;
}


#newsbox{
	padding: 14px;
	width: 329px;
	float: left;
	text-align: justify;
}
#newsli{
	float: left;
	width: 700px;
	padding-left: 15px;
}
#newsli ul{

	padding:0;
    margin:0px 0px 0px 20px; 

}#newsli li{
	list-style-image: url(images/bullet.gif);
	display:list-item;
}
#details{
	width: 301px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}
