body {
	width: 950px;
	padding: 40;
	font-family: arial,verdana,tahoma;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header{
  margin-top: 82px;
}

.menu {
	padding-top: 20px;
	margin-left: 80px;
	width: 950px;
	text-align: center
}

.menu a {
  background: url('images/button_bg.jpg') no-repeat top center;
  display: block;
  float: left;
  width: 195px; height: 76px;
  text-align: center;
  font-family: garamond;
  font-size: 18pt;
  line-height: 65px;
  color: #000080;
  text-decoration: none;
  text-transform: uppercase
}
.menu a:hover {
  background: url('images/button_hover.jpg') no-repeat top center;
}
.content {
  clear: both;
  padding: 10px 100px;
  font-size: 1em;
  text-align: center
}
.content a {
  color: inherit;
}
