﻿#contactbox {
	clear: left;
	width: 100%;
}

#contactbox div.title {
	clear: left;
	float: left;
	width: 6em;
	color: #FFFFFF;
	background-color: #b60225;
	font-weight: bold;
	text-align: right;
	margin: 0.1em 1em 0.1em 0;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

#contactbox div.value {
	padding: 0.5em 0 0.5em 0;
}

#contactbox div.address {
	height: 10em;
}

div.backlink {
	clear: left;
	padding: 1em 0 0 0;
}

div.backlink a
{
	 color: #000000;
	 text-decoration: none;
}

div.backlink a:hover
{
	 text-decoration: underline;
}

