@charset "UTF-8";
/* CSS Document */


div#contact_headline {
	margin-left: -10px;
	}

div#contact_subhead {
	margin-left: 0px;
	}
	
div#contact_bar {
	width: 360px;
	height: 1px;
	
	margin-top: 5px;
	
	background-color:#000;
	}
	
div#contact_text {
	margin-top: 0px;
	
	max-width: 330px;
	}
	
div.contact_textblock {
	margin-top: 8px;
	
	height: 280px;
	
	float: left;
	
	text-align: left;
	}
	
div#contact_textright {
	width: 300px;
	min-width: 300px;
	}
	
div#contact_textleft {
	width: 235px;
	min-width: 235px;
	}
	
div.contact_textheadlines {
	font-size: 18px;
	font-weight: bold;
	}
	
div.contact_linespacer {
	height: 7px;
	width: 200px;
	}
	
div#contact_media_container {
	height: 280px;
	
	margin-top: -5px;
		
	float: right;
	}
	
div#content_spacer_col {
	width: 50px;
	min-width: 50px;
	
	height: 200px;
	min-height: 200px;
	}
