body {
  text-align: center;
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#4E461F;
  }
 A:link {
  color:#34280C;
  }
A:visited {
  color:#34280C;
  }
A:active {
  text-decoration: none;
  }
A:hover {
  text-decoration: underline; 
  color:#000000;
  }
#container {
  margin: 0 auto;
  width: 550px;
  height: auto;
  height:auto;
  background-image:url(images/divbgtop.jpg);
  background-repeat:no-repeat;
  text-align: center;
  }
  #paper {
  background-image:url(images/divbg.jpg);
  background-repeat:repeat;
  width: 100%;
  }
#menu {
	width: 525px;
	text-align: left;
	Padding-left: 25px;
	background-image:url(images/divsides.png);
	background-repeat:repeat-y;
	margin: 0px;
	height: 200px;
}
#ban {
	width:525px;
	padding-left: 15px;
	padding-right: 15px;
  margin: 0px;	
	}
#content {
	width:475px;
	min-height: 300px;
	float: none;
	margin: 25px;
}
#footer {
	width: 500px;
	background-image:url(images/divbgbot.png);
	background-repeat:no-repeat;
	height: 85px;
	margin-bottom: -10px;
	padding-right: 30px;
	padding-left: 30px;
}
