html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*IE centering hack*/
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Verdana", "Arial", sans-serif;
	color: white;
	background: black url("/_common/gfx/bg_pat.png") repeat-y top center;
	
}

a:link, a:hover, a:active {
	color: #d72027;
	text-decoration: none;
	padding: 0;
}

a:visited {
	color: #99171b;
	text-decoration: none;
	padding: 0;
}

p {
	padding-bottom: 30px;
	font-size: 1.1em;
	line-height: 1.6em;
}

h1 {
	margin: 30px 0 20px 0;
	width: 100%;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1.5em;
	border-bottom: 1px solid #262626;
}


h2 {
	margin-top: 30px;
	width: 240px;
	font-size: 1.4em;
	font-weight: lighter;
	border-bottom: 1px solid #262626;
}

h3 {
	font-size: 1.1em;
	text-align: left;
}

h4 {
	font-size: 1em;
	text-align: left;
	color: #c81e24;
}

.clearer {
	clear: left;
	height: 0;
	line-height: 0;
}

#container_all {
	width: 750px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background: black;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
}

#wrapper {
	width: 717px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}

#layout_header_radar {
	margin-top: 10px;
	width: 717px;
	height: 80px;
	float: left;
	text-align: left;
	border-bottom: 2px solid #cc1f25;
}

#radar_logo {
	float: left;
}

#erh_link {
	margin: 42px 2px 0 0;
	float: right;
}

#layout_header_logo {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
}

#layout_header_logo_text {
	width: 200px;
	height: 52px;
	display: block;
	float: left;
}


/* ///////// HEADERS/CONTENT ///////// */

#layout_content_header {
	padding: 25px 1px 2px 8px;
	width: 700px;
	text-align: left;
	float: left;
	display: inline;
}

#layout_content_header img {
	vertical-align: top;
}

#layout_content_header_left {
	float: left;
}

#layout_content_header_right {
	float: right;
}

#layout_content_body {
	padding: 0 0 50px 8px;
	width: 701px;
	font-size: .7em;
	text-align: left;
	min-height: 600px;
	float: left;
	display: inline;
}