body {
  background: url(/img/gradback.gif) repeat-x #b4bbc6;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 13px;
}

a img {
  border: 0px;
}

a:link, a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover {
  color: red;
}

h2 {
  line-height: auto;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #2f4f0a;
  font-family: Arial;
}

td {
  vertical-align: top;
}

#layout {
  width: 740px;
  margin: auto;
  position: relative;
}

#layout_top {
  height: 220px;
  width: 740px;
  top: 80px;
  position: absolute;
  background-image: url(/img/top.jpg);
}

#layout_menu_front {
  height: 220px;
  width: 740px;
  top: 300px;
  position: absolute;
}

#layout_content_top {
  height: 9px;
  width: 740px;
  top: 300px;
  line-height: 1px;
  font-size: 1px;
  position: absolute;
}

#layout_content {
  min-height: 200px;
  background-color: #FFFFFF;
  position: relative;
  top: 309px;
  width: 683px;
  left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#layout_menu {
  height: 50px;
}

#layout_menu img {
  margin-left: 0px;
  margin-right: 30px;
}