* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	background: #F8F7F5 url('./img/body.jpg') repeat-x 0 0;
	font: normal 14px "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 20px;
	color: #444;
}
#all {
  background: url('./img/top.jpg') no-repeat 0 0;
  width: 768px;
  margin: 0 auto;
}
#top {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 20px;
  padding: 270px 5px 0 5px;
}
#top a {
  display: block;
  padding: 5px 3px;
  float: left;
  color: #4F3A27;
}
#top a:hover {
  background: #fff;
  color: #AF6320;
}
#content {
  clear: both;
  padding: 30px 50px 130px 50px;
}
h1 {
  font-family: Palatino Linotype, Book Antiqua, Times New Roman, serif;
  font-size: 30px;
  line-height: 35px;
  padding: 0 0 5px 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
p {
  padding: 10px;
}

