div#main_container h1 {
	width: 115px;
	height: 18px;
	background-image: url(../images/contact_title.png);
}

div#right_column {
	width: 177px;
	float: right;
	padding-top: 50px;
}

div#right_column img {
	border: 6px solid;
	border-color: #ffffff;
}

div#right_column p {
	text-align: center;
	font-size: 12px;
	color: #d3d3d3;
	line-height: 18px;
}

div.single_lined {
	float: left;
	width: 878px;
	border-bottom: 1px solid;
	border-color: #c3015d;
}

div.single_lined_b {
	float: left;
	width: 878px;
	border-top: 1px solid;
	border-color: #000000;
	padding: 20px 0 20px 0;
}

div.double_lined {
	float: left;
	width: 878px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-top-color: #000000;
	border-bottom-color: #c3015d;
	padding: 20px 0 20px 0;
}

div.contact_left_column {
	float: left;
	width: 434px;
}

div.contact_left_column h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #d3d3d3;
	font-weight: bold;
	text-transform: uppercase;
}

div.contact_left_column p,
div.contact_right_column p {
	padding: 18px 0 0 0;
	margin: 0px;
	color: #d3d3d3;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

div.contact_left_column p a,
div.contact_right_column p a {
	color: #d3d3d3;
	/*text-decoration: none;*/
}

div.contact_left_column p a:hover,
div.contact_right_column p a:hover {
	text-decoration: none;
}

p.no_pad {
	padding: 0px !important;
}

span.alt_text {
	text-transform: uppercase;
	font-weight: bold;
}

div.contact_right_column {
	float: left;
	width: 434px;
	padding: 0 0 0 9px;
}

div#contact_photo_container {
	float: left;
	width: 434px;
	padding: 0 0 40px 0;
	_padding: 0 0 16px 0;
}

div.photo_container {
	float: left;
	text-align: center;
}

div.photo_container img {
	border: 6px solid;
	border-color: #ffffff;
	float: none !important;
}

div.photo_container p {
	padding: 12px 0 0 0;
	text-align: center;
}

div#left_photo {
	padding: 0 28px 0 84px;
}

div#left_banner {
	float: left;
	width: 434px;
	padding: 16px 0 0 0;
}

div#left_banner img {
	border: 6px solid;
	border-color: #ffffff;
	float: left;
}

div#left_banner p {
	float: left;
	padding-left: 22px;
}

div.contact_right_column img {
	float: right;
	border: 6px solid;
	border-color: #ffffff;
}