@charset "utf-8";

/* PAGE LAYOUT */

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	margin: 0em;
	padding: 0.5em 0em;
}
#page_wrapper {
	background-color: #E31920;
	margin: 0em auto;
	width: 98em;
}
#page_header {
	background: url(../img/common/header_bkg.gif) no-repeat 0em 0em;
	height: 17.7em;
	position: relative;
	width: 98em;
}
#body_wrapper {
	background: url(../img/common/body_bkg.gif) no-repeat 0em 0em;
	overflow: hidden;
	padding-bottom: 1.5em;
	width: 98em;
}
#right_column_wrapper {
	background-color: transparent;
	float: left;
	overflow: hidden;
	position: relative;
	right: 0em;
	width: 98em;
}
#center_column_wrapper {
	background-color: transparent;
	float: left;
	position: relative;
	right: 19em;
	width: 98em;
}
#left_column_wrapper {
	background-color: transparent;
	float: left;
	position: relative;
	right: 56em;
	width: 98em;
}
#left_column {
	float: left;
	width: 23em;
	position: relative;
	left: 75em;
}
#center_column {
	float: left;
	width: 56em;
	position: relative;
	left: 75em;
}
#right_column {
	float: left;
	width: 18em;
	position: relative;
	left: 75em;
}
#page_footer {
	background-color: #000000;
	height: 3.1em;
}
