body {
  background-color: #eeeff0;
  background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#main {
  position:relative;
  border: 0px;
  top: 5px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  position:absolute;
  width: 680px;
  left: 0px;
  top: 0px;
  padding: 10px;
	background-color: #ffffff;
  border: 3px solid #b8b56c;
}

div, td {
  font-family: Lucida Grande, Trebuchet MS, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #363636;
}
.header {
	font-size: 20px;
	font-weight: bold;
	color: #6699cc;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #b8b56c;
}
.ginormous {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #363636;
}


a {
  color: #6699cc;
  font-weight: bold;
  text-decoration: none;
}
.menu {
	font-size: 14px;
	color: #363636;
}
a.menu:hover {
  color: #b8b56c;
  text-decoration: underline;
}
a:hover {
  color: #b8b56c;
  text-decoration: underline;
}