body {
  margin: 0;
  padding: 0;
  background: #abb7d2 url(/images/bg.gif) repeat-x;
}

div#container {
  width: 779px;
  margin: 0 auto;
  background-color:#FFFFFF;
}

div#clearbar {
  width: 100px;
  height: 24px;
  clear: both;
}

div#header {
  width: 100%;
  background: #FFFFFF;
}

div#nav {
  width: 100%;
  background: #FFFFFF;
}

div#middle {
  width: 100%;
  background: #FFFFFF;
  height: 76px;
}

div#banner {
  background: #FFFFFF;
  width: 100%;
  height: 76px;
}

div#content {
  width: 100%;
  background: #FFFFFF;
}

div#leftsubmenu {
  width: 92px;
  float: left;
  padding-left: 24px;
  padding-right: 18px;
  padding-top: 17px;
  text-align: left;
}

div#contenttype {
  width: 478px;
  float: left;
  padding-top: 17px;
  padding-right: 10px;
   }
   
div#newscolumn {
  width: 138px;
  float: left;
  padding-top: 17px;
  text-align: left;
  }
  
 div#split_column {
 	float:	left;
	width:	215px;
	padding: 0px 10px 0px 10px;
	text-align:	left;
	}  

 div#form {
 	float:	left;
	width:	190px;
	padding-left: 10px;
	text-align:	left;
	line-height:	23px;
	}
	
div#logos {
	float: right;
	width: 144px;
	}

div#hr {
  height: 20px;
  vertical-align: middle;
  display: table-cell;
}  
div#footer {
  clear: both;
  height: 37px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 779px;
  background: #FFFFFF url(/images/footer_bg.jpg) repeat-x;
  text-align: center;
}


