#website {
  position:absolute;
  top: 20px;
  left: 20px;
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 100px;
  overflow: hidden;
}

.shadow_right {
  background-image: url(img/img_06.jpg);
  background-repeat: repeat-y;
  height: 100px;
}

.shadow_bottom {
  background-image: url(img/img_15.jpg);
  background-repeat: repeat-x;
}

.shadow_bottom_right {
  background-image: url(img/img_16.jpg);
  background-repeat: no-repeat;
  background-color: #000000;
}

.white {
  background-color: #FFFFFF;
}

.page {
  background-color: #FFFFFF;
  width: 760px;
}

.mm_outer {
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 32px;
  border-bottom: 1px dotted #000000;
}

.mm_inner, #mm_bg1, #mm_bg2, #mm_bg3, #mm_bg4, #mm_bg5, #mm_bg6, #mm_bg7, #mm_bg8, #mm_bg9 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 32px;
  font-family: 'Arial',sans-serif;
  color: #555555;
  font-size: 14px;
  text-align: left;
}

#mm_bg1, #mm_bg2, #mm_bg3, #mm_bg4, #mm_bg5, #mm_bg6, #mm_bg7, #mm_bg8, #mm_bg9 {
  background-color: #FFFFFF;
}

.footer {
  height:32px;
  background-color: #000050;
  font-family: 'Arial',sans-serif;
  color: #8080FF;
  font-size: 14px;
}

.footer a:link, .footer a:visited, .footer a:hover {
  font-family: 'Arial',sans-serif;
  color: #8080FF;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

.footer a:hover {
  color: #FFFFFF;
}

.header_text
{
  font-family: 'Arial',sans-serif;
  color: #000000;
  font-size: 28px;
  text-align: left;
  font-weight: bold;
}

.base_text, .base_text li {
  font-family: 'Arial',sans-serif;
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height:20px;
}

.base_text li {
  line-height:24px;
}

.base_text a:link, .base_text a:hover, .base_text a:visited {
  color: #0000FF;
  font-family: 'Arial',sans-serif;
  font-size: 14px;
  text-align: left;
  line-height:24px;
}

.base_text a:hover {
  color: #FF0000;
}

.body {
  background-color: #FCFCB6;
}

.announcement {
  text-align: center;
  font-family: 'Arial',sans-serif;
  color: #000000;
  font-size: 14px;
  width: 190px;
  height: 145px;
  overflow: hidden;
  background-image:url('img/noticeboard.jpg');
}