#outter-box #top-menu-box {
  width: 750px;
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
  background: #e5e5e5 url(/images/spacer.gif);
}

#outter-box #body-box {
  width: 748px;
  w\idth: 708px;
  float: left;
  margin: 0;
  padding: 19px 20px 0 20px;
  border: 1px solid #fff;
  border-top: 0px solid;
  border-bottom: 0px solid;
  background: #fff url(/images/homepage-body-bg.gif) repeat-x;
}

#outter-box #body-box #leftside-box .leftside-menu {
  width: 155px;
  w\idth: 141px;
  margin: 0 0 10px 0;
  padding: 7px;
  border: 1px solid #a0a0a0;
  border-bottom: 0px solid;
  background: #fff url(/images/contents-box-bg.gif) repeat-x;
}

#outter-box #body-box #center-box {
  width: 319px;
  w\idth: 299px;
  min-height: 190px;
  float: left;
  margin-right: 16px;
  padding: 7px 9px 9px 9px;
  border-top: 1px solid #a0a0a0;
  background: transparent url(/images/contents-box-bg.gif) repeat-x;
}
#outter-box #body-box #center-box h2 {
  margin: 0 0 -6px 0;
  padding: 2px;
  font-size: 1.2em;
  font-weight: bold;
  color: #a62b4a;
  border: 0px solid;
  background: transparent;
}
#outter-box #body-box #center-box p {
  margin: 15px 0 12px 0;
}


#outter-box #body-box #rightside-box {
  width: 197px;
  w\idth: 183px;
  min-height: 190px;
  float: left;
  padding: 7px;
  border-top: 1px solid #a0a0a0;
  background: transparent url(/images/contents-box-bg.gif) repeat-x;
}
#outter-box #body-box #rightside-box h2 {
  padding: 2px 0 10px 2px;
  font-size: 1.2em;
  font-weight: bold;
  color: #a62b4a;
}
#outter-box #body-box #rightside-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#outter-box #body-box #rightside-box ul li {
  padding: 4px 0 4px 0;
}
#outter-box #body-box #rightside-box ul li a {
  font-weight: bold;
  color: #737373;
  text-decoration: none;
}


#outter-box #body-bottom {
  clear: both;
  width: 748px;
  w\idth: 708px;
  float: left;
  margin: 0 0 7px 0;
  padding: 19px 20px 0 20px;
  border: 1px solid #fff;
  border-top: 0px solid;
  background: #fff url(/images/homepage-body-bg-bottom.gif) repeat-x;
}