/* 1 EURO STYLING */

#news img {
	max-width: 425px;
	width: expression(this.width > 425 ? 425: true) !important;
	}
	
#news {
	padding: 20px;
	font-family:  Helvetica, Arial, sans-serif;
	}
	
.news_item {
	background-image: url(images/euro_line.gif);
	background-position: bottom center;
	background-repeat:  no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
.news_item h2 {
	padding: 15px 0 0 63px;
	margin: 0 0 15px 0;
	color: #e63600;
	font-size: 26px;
	background-image: url(images/splash.gif);
	background-repeat:  no-repeat;
	background-position: left 50%;
	display: block;
	height: 35px;
	text-transform:  uppercase;
	}
	
.news_item_body {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	}
	
.news_item a {
	color: #e63600;
	}
	
.news_item a:hover {
	text-decoration:  none;
	}