  html, body,
  #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #E7DACA;
	background-image: url(img/bg.jpg);
  }
#wrapper {
margin: 0 auto;
position:relative;
text-align: left;
vertical-align: middle;
width: 100%;
}

#innerTable {
width: 1026px;
background-color: #CCCC33;
color: #000;
text-align: center;

}

.main {
	padding-left: 30px;
	padding-right: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hedz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #27A0A7;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content {
	padding-top: 9px;
}
.scroller {
	width: 740px;
	height: 290px;
	padding-right:10px;
	overflow: auto;
}
.hedz2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DE7109;
	padding-bottom: 6px;
}

