#main {
	padding-bottom: 20px;
	background-image: none;
	height:440px;
}

#main a {
	background: inherit;
	color: #BF2326;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	background: inherit;
	color: #333;
	text-decoration: underline;
}

#main h2 {
	margin:0;
	padding:.7em 0 .6em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: inherit;
	color: #BF2326;
}

#main h3 {
	margin:0 0 20px 0;
	padding:.7em 0 .6em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: inherit;
	color: #555;
}



#office {
	margin:0 0 0 15px;
	padding:30px 0 0 80px;
	height: 180px;
	background-image: url('../images/contacticons/post.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width: 350px;
}



#phone {
	margin:0 0 0 15px;
	padding:30px 0 0 80px;
	height: 180px;
	background-image: url('../images/contacticons/phone.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width: 300px;
}

#fax {
	margin:0 0 0 15px;
	padding-left:80px;
	height: 130px;
	background-image: url('../images/contacticons/fax.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width: 350px;
}

#online {
	margin:0 0 0 15px;
	padding-left:80px;
	height: 130px;
	background-image: url('../images/contacticons/computer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width: 300px;
}

#main h4 {
	margin:0;
	padding:0 0 .6em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #BF2326;
}