* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	vertical-align: top;
}
HTML {
	height: 100%;
}
BODY {
	background-image: url(../images/bkg-gradient.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #325575;
	text-align: center;
	height: 100%;
}
#divHeader {
	background-image: url(../images/header-bkg.jpg);
	height: 123px;
	background-repeat: repeat-x;
	position: relative;
}
#divHeaderContents {
	width: 990px;
	margin: auto;
	text-align: left;
}
#imgTL {
	margin-left: 25px;
	position: relative;
	z-index: 10;
	float: left;
}
#imgLogo {
	margin-left: 3px;
}
#divPageBkg {
	background-image: url(../images/page-bkg2.jpg);
	background-repeat: repeat-y;
	min-height:100%;
	height:auto !important;
	height: 100%;
	width: 990px;
	margin: auto;
	margin-top: -123px;
	position: relative;
}
#divPage {
	background-image: url(../images/page-bkg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	min-height:100%;
	height:auto !important;
	height: 100%;
	width: 990px;
	text-align: center;
	margin: auto;
	margin-top: -123px;
	position: relative;	
}
#divPageElements {
	width: 960px;
	min-height: 793px;
	height:auto !important;
	margin: auto;
	margin-top: 123px;
	margin-bottom: 55px;
	text-align: justify;
	position: relative;
}
#divPageTitle {
	padding-top: 15px;
	margin-left: 220px;
	margin-bottom: 20px;
}
#divPageTitle h1 {
	font-size: 20px;
}
#divPageContent {
	width: 720px;
	margin-right: 20px;
	margin-bottom: 55px;
	float: right;
}
.pContent {
	font-size: 12px;
	margin-bottom: 10px;
}
#imgBottomSpacer {
	width: 960px;
	height: 1px;
}
#divFooter {
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#divFooterContents {
	width: 990px;
	margin: auto;
	padding-top: 10px;
}
#divFacebook {
	width: 200px;
	float: right;
	margin-right: 10px;
}
#divFacebook p {
	float: right;
}
#aFB {
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}
#imgFB {
	border: 0px none; 
	float: right; 
	margin-left: 5px; 
	margin-right: 0px;
}
@media screen {
	#divFooter{
		position: fixed;
	}		
}
