/* CSS Document */


#news .photo{
	margin:2px;
	border: 5px solid #FFF;
}
#news .date{
	color: #F00;
	height: 28px;
	width: 98%;
	padding-left:2%;
	padding-top: 10px;
}
#news .caption{
	width: 95%;
	padding-left: 5%;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #848484;
	color: #147b3e;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#news .back{
	height: auto;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
