@CHARSET "UTF-8";

/*News list */

ul#news{
	list-style: none;
}

ul#news li{
	width: 100%;
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
}

ul#news img{
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 75px;
}

ul#news h3 {
	padding: 0;
}

ul#news h3 span.date {
	font-style: italic;
	font-size: 11px;
	color: #808080;
}


/*News inside */
div#news img{
	float: left;
	margin: 0 20px 10px 20px;
}

div#news h3 {
	padding: 0;
}

div#news p#back_link {
	text-align: right;
}
