/* CSS Document */


/* COLUMNS */
#news-col-background {
	width: 770px;
	text-align: left;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 0px;
}
div.column {
			width: 365px;
			}
			div.left {
				float: left;
				margin-right: 20px;
				text-align: left;
				}
#news-col-left {
	width: 200px;


}

#news-col-left p{
	padding: 0px;
	margin: 0px;
	width: 200px;
	background-color: #FFFF00;
}
#news-col-background img {
	margin-right: 10px;
	margin-bottom: 35px;

}
#news-col-right {
	width: 365px;
	margin-left: 375px;

}

#news-col-right img {
border: none;
margin-right: 10px;

}
#news-col-background-no-border {
	width: 770px;
	text-align: left;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 15px;
}

#news-col-background strong {
	text-transform: uppercase;
	
}