html, 
body {
	background: #000000 url(../background_images/background_new.jpg) no-repeat scroll left top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.95em/1.45em helvetica, arial;
	text-align: left;
	color: white;
	}
	

.clear  {
	clear:both;
	height:0px;
	position:relative;
	}
a,
img { border: none; }

a { 
	color: red;
	text-decoration: none;
	}

a:hover {
	color: white;
	}

/* br { clear: both; }	taken out 13apr10 */

h1 { font-size: 1.55em; line-height: 1em; font-weight: bold; }

h2 { color: #000000; font-size: 1.25em; line-height: 1em; }

	
#container {
	width: 1080px;
	height: 100%;
	margin: 0;
	padding: 0;
	}

#header_zone {
	width: 1080px;
	height: 108px;
	padding: 0px;
	float: left;
	}

#below_header {
	width: 1080px;
	height: 98px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#main_navigation {
	font-size: 21px;
	font-weight: bold;
	height: 17px;
	padding: 2px 0px 4px 32px;
	}

#main_navigation a {
	float: left;
	color: #ed1c24;
	padding: 0px 10px 0px 5px;
	}


#main_navigation a.active {
	color: white;
	}

#main_navigation a:hover {
	color: white;
	}

	
#content {
	width: 485px;
	height: auto;
	margin: 0px 0px 0px 38px;
	padding: 10px 0px 0px 0px;
	float: left;
	text-align: right;
	}

#content_left {
	width: 485px;
	height: auto;
	margin: 0px 0px 0px 38px;
	padding: 10px 0px 0px 0px;
	float: left;
	}
	
#footer {
	width: 530px;
	height: 50px;
	float: left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top: 10px;
	font-size: 8pt;
	font-weight: bold;
	}
	
#footer p {
	text-align: left;
	color: red;
	padding-left: 10px;
	}
	
#footer a {
	float: right;
	color: #ed1c24;
	padding: 0 4px;
	}


#footer a.active {
	color: white;
	}

#footer a:hover {
	color: white;
	}
	
#label_n {padding-bottom: 3px}

#label_e {padding-bottom: 2px}

