* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #F09;
}

body {
  font: normal 12px "Trebuchet MS",Arial;
  margin: 20px 0;
  background: #FFF url("images/page/bg.jpg") repeat;
  text-align: center;
  color: #311;
}

ul {
  padding: 10px 0;
}

li {
  list-style: none;
  margin: 4px 0 4px 20px;
}

li span {
  font-size: 0.9em;
  color: #444;
}

.container {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  border: 3px dashed #EEE;
  border-color: #FF7CC2;
  background: #FFF url("images/page/top.gif") no-repeat;
}

.clearer, .footer {
  clear: both;
}

.content, .footer {
  padding: 0px 5px;
  padding-bottom: 0px;
}

.footer {
  background: url("images/page/footer.jpg");
  color: #FFF;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  height: 28px;
  display:table-cell;
  vertical-align: middle;
}

.header {
  height: 210px;
}

.header h1 {
  line-height: 2.4em;
  padding-left: 18px;
  color: #F09;
  font-size: 2.4em;
}

.item {
  padding: 10px;
  text-align: justify;
}

.item h1 {
  font: normal 1.6em serif,Arial;
  letter-spacing: 1px;
  color: #C36;
}

.left {
  float: left;
  width: 590px;
  background: #DBF4FF;
}

.middle {
  width: 790px;
  background: #DBF4FF;
}

.menu {
  margin-left: 18px;
}

.menu a {
  padding: 0 2px;
  margin-right: 12px;
  font-size: 1.2em;
}

.menu a:hover {
  color: #FFF;
}

.right .submenu_end {
  background: url("images/page/bgsubmenu_end.gif") no-repeat;
  height: 29px;
}

.right {
  float: right;
  width: 195px;
  background: #FFAAD7;
  align: center;
}

.right a:hover {
  text-decoration: underline;
}

.top {
  height: 250px;
}