body {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #001d2d;
	}


a:link,
a:visited,
a:hover,
a:active { 
	color: #004b95; 
	}
	
#container {
	width: 835px;
	text-align: left;
	margin: 30px 0 50px 0;
	}	

#content {
	float: left;
	width: 540px;
	}

#contact {
	float: right;
	width: 257px;
	height: 305px;
	background-image: url('../img/back_contact.png');
	}
	
#inner_contact {
	padding: 58px 22px 0 22px;
}
	
h1 {
	display: none; 
	}
h2 {
	font-size: 15px;
	color: #0f94cf;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}
	
p {
	margin: 0 0 20px 0;
	}
	
.secondheader {
	margin: 20px 0 0 0;
	}
	
.contact_name {
	font-size: 13px;
}

