#container {
	position: absolute;
	width: 800px;
	height: 485px;
}

#header {
  height: 75px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

#menu {
  float: left;
  margin-top: -10px;
  margin-right: 30px;
  margin-left: 20px;
  width: 100px;
}

#footer {
	position: absolute;
	right: 40px;
	bottom: -87px;
	width: 760px;
	border-top: solid 1px rgb(157, 132, 122);
	text-align: right;
}

#footer p {
  font: normal 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: rgb(157, 132, 122);
  line-height: 0%;
  font-size: 60%;
 }
 
 #return {
	position: absolute;
	right: 37px;
	bottom: -40px;
	width: 800px;
	text-align: right;
}
 

img {
  border: none;
}

p {
  font: normal 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: rgb(157, 132, 122);
}

h1 {
  font: normal 1.15em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

