@charset "utf-8";
/* CSS Document */
@import url("layouts_generic.css");

body {
	background:#FFF!important;
}

#contact_header {
	position:relative;
	top:-27px;
	width:100%;
	margin:0px;
	padding:0px;
	background:#F1E7DD url(/images/main/info/bg_info_header.jpg) no-repeat top left;
	z-index:100;
}

#contact_header_content {
	position:relative;
	top:0px;
	left:50%;
	width:335px;
	height:355px;
	padding-left:625px;
	margin-left:-480px;
	text-align:right;
}

h1 {color:#401217;font-size:53px;padding-top:70px;}
h4 {color:#e2011a;font-size:14px;}

b {
	color:#e2001a;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}

#contact_container, #contact_container p, #contact_container b, #code_container {
	float:left;
	clear:both;
	width:645px;
}

#contact_container {
	padding-bottom:40px;
}

#contact_container a {
	color:#e2011a;
	text-decoration:underline;
}

#contact_container a:hover {
	text-decoration:none;
}
