
div#image-map {
    background:#f6f6f6 none repeat scroll 0 0;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    /*margin: 0;*/
	padding:0;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
}
div#image-map a{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-decoration: none;
	outline: none;
}
div#image-map a:hover, a:focus {
	color: #373e18;
}

div#image-map h2 {
    color: #1a0e0e;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
div#image-map h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	text-transform:uppercase;
}

#float-right {
	float:right;	
}