body {
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #53482F;
	margin:0px;
}

#main {
	width: 750px;
	margin-top: 25px;
	margin-left: auto;
	margin-right:auto;
	background: #ffffff;

}

#header{
	width:750px
	height: 100px;

}

#footer{
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-right:auto;

}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
hr {
	background-color: #ffffff
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
  }