body {
	background-image: url(images/page_bkgrd.gif);
	background-color: #000000;
	background-attachment: scroll;
	background-repeat:repeat;
	background-position:left;
}
html, body   {
	height: 100%;
	margin: 0;
	padding: 0;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	text-align: left;
	color: #333333;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fba710;
	text-align: left;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f79415;
	text-align: left;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	color: #444;
}
.marks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #999;
}
hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	height: 1px;
} 
a:link {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}
a:visited {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}
a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00529b
}
ul.TickList {
	list-style-image: url('images/arrow.jpg');
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	text-align: left;
}

TD.comments	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#EEF0EF;
	color: #454547;
	border-style:none;
	border-width:1px;
}
.footer_background {
	background: url('images/footer-bkgrdZZZZ.png');
}
.footer_center {
	margin-right:auto;
	margin-left:auto;
	width:1234px;
}

#header {
	background: url('images/header-a-bkgrd.gif');	
	background-repeat: repeat-x;
}
#buttons {
	background: url('images/header-b-bkgrd.png');	
	background-repeat: repeat-x;
}
#body_content {
  position: relative;
  left: 250px;
  width: 730px;
  background-color: #FFF;
  padding: 0px;
}
#header2 {
	background: url('images/header-a-bkgrd.gif');	
	background-repeat: repeat-x;
}
#buttons2 {
	background: url('images/header-b-bkgrd.png');	
	background-repeat: repeat-x;
}
#body_content2 {
	margin-left: auto ;
  margin-right: auto ;
}
#centered {
	width: 1234px ;
  margin-left: auto ;
  margin-right: auto ;
}
#centeredbody {
	width: 1234px ;
  margin-left: auto ;
  margin-right: auto ;

}
#centeredbody2 {
	width: 700px ;
  margin-left: 215px ;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
}

<!-- Sticky Footer -------------------->
* {
	margin:0;
	padding:0;
} 

/* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 88px; /* must be same height as the footer */
}
#footer {
} 
<!-- CLEAR FIX -->
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

<!-- Hides from IE-mac -->
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}




a.rollover {
	display: block;
	width: 117px;
	height: 70px;
	text-decoration: none;
	background: url("images/buttons-aboutb_over.png");
	}
a.rollover:hover {
	background-position: 0 -70px;
	}
.displace {
	position: absolute;
	left: -5px;
	
	
