body {
	background-image:url(images/bg-2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size:8pt;
	line-height: 14pt;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	text-transform:uppercase;
}

.oneColElsCtrHdr #container {
	width: 960px;
	background: none;
	background-position:bottom center;
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtrHdr #header { 
	background: none; 
	padding: none;
	margin-top:80px;
	text-align: center;
	padding-bottom:30px;
	padding-top: 0px;
} 

.oneColElsCtrHdr #footer { 
	background: none; 
	color:#253e82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 3px;
	line-height:12pt;
	padding-top:0px;
	padding-bottom:30px;
	margin-bottom:0px;
	text-align: left;
} 

h1 {
	font-family: "Times New Roman", Times, serif;
	color:#b13535;
	font-size:20pt;
	line-height: 22pt;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color:#b13535;
	font-size:16pt;
	line-height: 16pt;
}

a:link {
	font-size:16px;
	line-height:16px;
	letter-spacing:0px;
	color: #b13535;
	text-decoration: none;
}

a {
	color: #b13535;
   outline: 0;
}

a:visited {
	text-decoration: none;
	color: #8f2727;
}
a:hover {
	text-decoration: none;
	color: #8f2727;
}
a:active {
	text-decoration: none;
	color: #8f2727;
}
