body {
  background: #c1d786 url('images/background.jpg') repeat-x;
  color: #333;
  font-family: 'trebuchet ms', verdana, sans-serif;
  text-align: center;
}

h1 {
  font-size: 1.3em;
  line-height: 2.2em;

}

a {
  color: #333;
  font-family: 'trebuchet ms', verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

#container {
  width: 920px;
  margin: 0 auto;
}

#header {
  position: relative;
  width: 920px;
  height: 340px;
  overflow: none;
  z-index: 10;
  background: url('images/header.png') no-repeat;
}

#menu {
  position: relative;
  top: -40px;
  width: 278px;
  height: 492px;
  overflow: auto;
  z-index: 7;
  background: url('images/navi.png') no-repeat;
  float: left;
}

#menu-content {
  position: relative;
  margin: 45px 0px 0px 40px;
  width: 180px;
  height: 160px;
  overflow: none;
  color: #333;
  font-family: 'trebuchet ms', verdana, sans-serif;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
}

#main {
  position: relative;
  top: -40px;
  left: -50px;
  width: 586px;
  height: 492px;
  overflow: auto;
  z-index: 5;
  background: url('images/main.png') no-repeat;
  float: right;
  text-align: left;
}

#main-content {
  margin: 18px 0px 0px 15px;
  position: relative;
  width: 551px;
  height: 413px;
  text-align: left;
  overflow: auto;
}

#main-border {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 531px;
  height: 413px;
  text-align: left;
  overflow: auto;
}

