#wrap {
    margin:0 auto;
    width:800px;
    }

#header {
  background: url(images/Banner.jpg) no-repeat center;
  height: 100px;
  width: 800px;
  margin-left: 0px;
  background-position: center;
}

#header h1 {
	left: -400000px;
	font-family: "Book Antiqua", Helvetica, sans-serif;
   position: absolute;
}
#footer {
	width: 800px;
	line-height: 20px;	
	clear: both;
	text-align: center;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#footer ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	}
#footer ul li.here {
	list-style: none;
	display: inline;
	} 
#left {
    float:left;
    width:400px;
    }

#right {
	float:right; 
	width:400px;
}	 
	 
.rf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.tf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;

}
