#news {
	position: absolute;
	left: 28px;
	bottom: 0;
	border-bottom: 16px solid #415B1E;
	border-right: 12px solid #415B1E;
	border-top: 5px solid #415B1E;
	background-color: #415B1E;
	width: 233px;
}

#map {
	text-align: center;
	margin: 2px 0 0 255px;
}

body, h2 {
	font: 13px/17px normal Verdana,Arial,Helvetica;
}

h2 {
	color: #E5E5E5;
	margin: 6px 0;
}

a {
	text-decoration: none;
	color: #B5CF34;
	display: block;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #CAEB31;
}

a:hover h2 {
	color: #FFF;
}

div.hr {
	margin: 11px 0 2px 0;
	border: none;
	border-top: 1px solid #BFBFBF;
	height:1px;
}

img.left {
	margin: 10px 0 0 0;
	border: 1px solid #728C27;
}

.text {
	display: block;
	white-space: nowrap;
}

a:hover img {
	border-color: #9DB02E;
}