/*rep.css*/
.imageNews ul {
	margin-left:0;
}
.imageNews ul li a img {
	border: 1px #d3d1b8 solid;
}
.imageNews ul li a img:hover {
	border: 1px #b24757 solid;
}
.imageNews {
	width: 210px;
	float:left;
}
.txt {
	width:300px;
	float:left;
}
/*.hr {
	border:none;
	clear:both;
	border-top:1px solid #EDEBD5;
	padding-top:5px;
}*/
#toppara {
	border:none;
	padding-top:0;
	
}
/*Right Column***********************************************/
#images {
background: #EDEBD5;
margin-top:15px;
}
#images h4 {
	margin-left: 10px;
	padding-top:5px;
	margin-bottom: -5px;
}

#images ul {
	margin-left:-4px;
	margin-right:0px;
	padding-right:0px;
	padding-bottom:0px;
}


#images ul li a {
	width:90px;
	float:left;
	margin-right:5px;
	border: 1px #d3d1b8 solid;
	margin-bottom: 5px;
}

#images ul li a:hover {
	border: 1px #b24757 solid;
}