body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: 000;
}

img {
  border: 0;
}

a:link, a:visited, a:active {
  color: #e388b4;
  text-decoration: none;
}

a:hover {
  color: #f5c3cf;
  text-decoration: none;
}



#center {
  width: 988px;
  margin: 10px auto 0;
}

#logo {
  width: 158px;
  height: 132px;
  float: left;
}

#head {
  width: 830px;
  height: 132px;
  background: url(img/head.jpg) no-repeat;
  float: right;
  text-align: center;
}

#menu {
float: right;
  margin: 110px 20px 0 0;
  padding: 0;
  list-style-type: none;
}

#menu li {
  display: inline;
  margin: 0;
}

#menu a {
  text-decoration: none;
  font-weight: bold;
  color: #710747;
}

#main {
  width: 988px;
  background: url(img/main_bg.jpg) repeat-y;
  float: left;
}

#left {
  width: 158px;
  float: left;
}

#breadcrumb {
  width: 760px;
  margin: 0 30px 0 40px;
  font-style: italic;
  float: right;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
  color: #000;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #93323d;
  text-decoration: none;
}

#content {
  width: 740px;
  margin: 20px 30px 30px 60px;
  float: right;
}

#bottom {
  width: 988px;
  height: 89px;
  background: url(img/bottom.jpg) no-repeat;
  float: left;
}

#admin_box {
  padding: 25px 0 0 10px;
}

#admin_box a {
  color: #000;
  text-decoration: underline;
}

.box_head {
  color: #710747;
  width: 158px;
  height: 25px;
  margin-top: 30px;
  padding-top: 6px;
  background: url(img/box_head.jpg) no-repeat;
}

.box_heading {
  margin-left: 35px;
  font-weight: bold;
  font-size: 10.7pt;
}

.box_content {
  margin-left: 15px;
  overflow: hidden;
}

.box_content a:link, .box_content a:visited, .box_content a:active {
  color: #fff;
  text-decoration: none;
}

.box_content a:hover {
  color: #93323d;
  text-decoration: none;
}

.navilist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navilist li {
  margin: 5px 0;
}

.copyright {
  font-size: 8pt;
  text-align: center;
  clear: left;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #000;
  text-decoration: none;
}

.copyright a:hover {
  color: #000;
  text-decoration: underline;
}
