body {
  line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
  background-color: #dbc170;
}

a:link {
	color: #990000;
}

a:visited {
	color: #996633;
}

div {
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
}

div.news {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
div.sponsor {
  width: 300px;
  float: left;
  margin-left: 45px;
  margin-top: 20px;
  margin-bottom: 30px;
}
div#root-container{
  /*
  border-top: 18px solid #841011;
  border-bottom: 18px solid #841011;
  border: 18px solid #841011;
  */
	width:900px;
	padding:0px;
	margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fef8d4;
}

div#container{
  border: 0px;
  border-top: 18px solid #841011;
  /*
  border-bottom: 18px solid #841011;
  border: 18px solid #841011;
  */
	width:900px;
	padding:0px;
	margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fef8d4;
}


div#header {
  position: absolute;
  padding-top: 18px;
  width: 900px;
  height: 255px;
  text-align: center;
}

div#root-header {
  position: absolute;
  width: 900px;
  height: 295px;
  background: url(img/hfw-2010-poster-header.png);
  background-repeat: no-repeat;
}
div#root-body {
  background-image: url('img/hfw-2010-poster-subheader-1px.png');
  background-repeat: repeat-y;
  background-position: center;
  /*
  */
  padding-top: 295px;
  padding-bottom: 1px;
  margin-bottom: 0px;
  width: 900px;
}
div#root-body p,h1,h2,h3,h4,h5,h6 {
  padding-top: 5px;
  padding-left: 36px;
  padding-right: 36px;
}
div#footer {
  width: 864px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 18px solid #841011;
  /*
  border-top: 0px solid #841011;
  */
}

