div#contact {
	margin-top: 40px;
}

/* 
** text / menu
*/

div#contact div.left,
div#contact div.right {
	width: 450px;
	float: left;
}

/* 
** types
*/

div#contact div.left ul.types li {
	display: block;
	margin-bottom: 2px;
}

div#contact div.left ul.types li.lastChild {
	margin-top: 20px;
}

div#contact div.left ul.types li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/* 
** h3
*/

div#contact h3 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}

