body {
  margin: 0px;
  padding: 0px;
  background: url("../images/background.jpg") 50% 0% repeat;
  font-family: "Trebuchet MS";
  color: #2C1003;
}

.page_wrapper {
  width: 1004px;
  margin: 30px auto 60px auto;
}

.left {
  width: 690px;
  float: left;
  min-height: 400px;
}

.right {
  float: left;
  width: 310px;
  min-height: 400px;
  
}

div.menu {
  background: url("../images/menubg.png") no-repeat;
  width: 620px;
  height: 60px;
  position: relative;
}

#logo {
  position: absolute;
  top: -20px;
  left: -30px;
}

ul.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 70px;
  
}

ul.menu li {
  display: block;
  float: left;
}

ul.menu li a {
  line-height: 52px;
  padding: 0px 10px;
  text-decoration: none;
  color: #2C1003;
  font-weight: normal;
  font-size: 17px;
}

ul.menu li a:hover {
  color: white;
}

div.content_wrapper_outer {
  margin-top: 30px;
  margin-left: 20px;
}

div.content_wrapper {
  background: url("../images/contentbg.png") no-repeat;
  width: 600px;
  height: 600px;
  overflow-y: hidden;
}

div.content_wrapper img {
  border: 1px solid #E1DBD9;
}

div.content_wrapper_inner {
  padding: 20px;
}

.right {
  color: #E1DBD9;
}

.right a {
  color: #E1DBD9;
  text-decoration: none;
}

.right a:hover {
  color: white;
}

.right h1 {
  margin-top: 10px;
  font-weight: normal;
}
