body {
  background-color: #FFF;
  background-image:url(bg.png);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#564b47;  
  padding:20px;
  margin:0px;
  text-align: center;
}
#wrapper { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  background-color: #ffffff;
}
body,td,th {
	font-size: 12px;
	text-align: justify;
}

#nav a {
	text-decoration: none;
	color: #642117;
}

a {
	color: #642117;
}

#nav a.current {
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #642117;
}