* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	background: #ffe8d6 url('./img/body.jpg') repeat-x 0 0;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 20px;
	color: #503635;
}
#back {
  width: 768px;
  margin: 0 auto;
  background: url('./img/back.jpg') no-repeat 0 0;
  min-height: 708px;
}
#top {
  position: absolute;
  top: 0;
  width: 318px;
  height: 218px;
  padding: 60px 0 0 450px;
  background: url('./img/top.jpg') no-repeat 0 0;
}
#menu {
  width: 175px;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
#menu a {
  display: block;
  width: 175px;
  height: 20px;
  padding: 5px;
  text-decoration: none;
}
#menu a:link, #menu a:visited {
  color: #777;
}
#menu a:hover {
  color: #000;
}
#content {
  width: 370px;
  padding: 15px 0 80px 70px;
  margin-top: 278px;
}
#content a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
#content a:link, #content a:visited {
  border-bottom: 1px dashed #503635;
	color: #503635;
}
#content a:hover {
  color: #000;
  border-bottom-style: solid;
}
p {
  padding: 5px 3px 5px 10px;
}
em {
  font-family: Georgia, Palatino Linotype, Times New Roman, serif;
  font-size: 11px;
}
h1 {
  font-family: Palatino Linotype, Times New Roman, serif;
  letter-spacing: -1px;
  color: #AFAEA4;
  font-size: 23px;
  margin: 0 0 10px 15px;
}
