/* CSS Document */


/*  layout */
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg) repeat-x #E9E9E9;
}
body, table, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
}
form {
	display:inline;
}


/* LINKS */
a 		{ color:#ab0e39; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

.footerLinks a 		{ color:#414141; text-decoration:none; }
.footerLinks a:hover { color:#ab0e39; text-decoration:none; }

/*  HEADERS */
h1 {
	color:#2a4b64
	font-size:18px;
	display:inline;
}
h2 {
	font-size:14px;
	font-weight:bold;
}


/* CLASSES */
.navigation {
	width:886px; 
	height:47px; 
	margin:0px auto;
}
.mainImage {
	width:979px;
	height:276px; 
	margin:0px auto;
}
 .navigation div {
	float:left;
}
.contentContainer {
	width:979px; 
	margin:0px auto; 
	padding-bottom:13px;
}
.clear {
	clear:both;
}
.footerContainer {
	height:126px; 
	margin:0px auto; 
	background:url(bg_footer.jpg) repeat-x;
}
.footer {
	width:891px;
	margin:0px auto; 
	height:126px; 
	padding-left:0;
}
.logo {
	float:left; 
	padding-top:75px;
}
.footerLinks {
	float:left; 
	padding:54px 20px 0px 40px;
	color:#414141;
	font-size:11px;
	text-align:center;
}