body {
	text-align:center;
	background:url(../images/bodyBackground.png) no-repeat fixed top #FFFFFF;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:.9500em;
	letter-spacing:.0900em;
}

.outer {
	width: 985px;
	height: 912px;
		
	margin:0 auto;
	padding:85px 0 40px 0;
	text-align:center;	
}

.inner {
	width: 984px;
	height: 911px;
	background:url(../images/innerBackground.png) no-repeat transparent;
}


.mainContent {
	text-align:center;
	vertical-align:top;
	position:relative;
	padding-top:30px;

}
#bodyFooter { position:relative; padding-top:85px; }
.logo {	position:relative;}

/* text handling here */
a {color:#60363a; text-decoration:none; }
a:hover {}
h1	{font-size:115%;}
h2 { font-size:110%; padding-bottom:8px; font-weight:600;}
p { padding-bottom:8px; font-weight:600;}

