html, body {
  height: 100%;
  min-height: 100%;
}

html {
  background-image: url('../images/bg.gif');
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
}

a:link, a:visited, a:active {
  color: #005AAA;
  text-decoration: underline;
}

a:hover {
  color: #000030;
  text-decoration: underline;
}

.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.white {
  color: #FFFFFF;
}

.menu a:link, .menu a:visited, .menu a:active {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #BBBBBB;
  font-weight: bold;
  text-decoration: none;
}

img {
  border: 0px;
}

.box {
  color: #FFFFFF;
  background-color: #2b567e;
  margin-top: 2px;
  margin-bottom: 5px;
}

.border {
  border: 1px #4a4338 solid;
}

.margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

#layout {
  height: 100%;
  min-height: 100%;
	width: 800px;
  position: relative;
	background-image: url('../images/bg_table.gif');
	background-repeat: repeat-y;
}

html>body #layout{
  height:auto;
}

#centre_wrap {
  float: left;
	width: 618px;
  height: 100%;
}

#content {
  background-color: #fff5d9;
	width: 426px;
	float: right;
	padding-top: 23px;
	padding-bottom: 27px;
  text-align: center;
}

#header{
	position: absolute;
	top: 0px;
	left: 180px;
	width: 444px;
	height: 13px;
}

#left {
	position: relative;
	width: 192px;
	float: left;
	margin-top: 40px;
}

#left_box {
	background-image: url('../images/left_bg.gif');
	background-repeat: repeat-y;
  height: 518px;
}

#right {
	position: relative;
	width: 182px;
  float: right;
	margin-top: 40px;
}

#right_box {
  height: 518px;
}

#right_box .cell {
	background-image: url('../images/right_bg.gif');
	background-repeat: repeat-y;
}

#footer {
	width: 438px;
	clear: both;
	height: 20px;
	left: 185px;
	bottom: -2px;
	position: absolute;
  background-image: url('../images/bg.gif');
}

#clearfooter {
  background-color: transparent;
  clear: both;
}

.leftBanner table {width:170px;text-align: center;}
