body {
  background: #321356 url(./images/mainbg.jpg) repeat-x;
  margin:0;
  padding:0;
}

input {
  height: 14px;
}
input.btn {
  height: 25px;
  }
h1 {
  color: #591e59;
}

h2 {
  color: #732773;
}

h3 {
  color: #852d85;
}

div#header {
  background: #321356 url(./images/header2.jpg) no-repeat top right;
  height: 158px;
}

div#main-wrapper {
  background: #321356 url(./images/body-bg2.gif) repeat-y top right;

}

div#main {
  background: transparent url(./images/bar-shadow3.gif) no-repeat top right;
}

div#menu-top {
  background: #fff url(./images/menu-top2.gif) no-repeat 0 0;
}

div#menu-middle {
  background: #fff url(./images/menu-middle2.gif) repeat-y 0 0;
}

div#menu-bottom {
  background: #fff url(./images/menu-bottom2.gif) no-repeat 0 0;
}

div#menu li a:link:hover, div#menu li a:visited:hover {
  background: #e0c166 url(./images/menu-hover.gif) repeat-x 0 0;
}

span#selected-level {
  background: #cb9800 url(./images/menu-selected.gif) repeat-x 0 0;
}

div#body a:link, div#body a:visited {
  color: #c90;
}

div#body a:link:hover, div#body a:visited:hover {
  color: #e8ca59;
}

div#bottom-square {
  background: #321356 url(./images/bottom-square2.gif) no-repeat top right;
}

div#footer {
  color: #A78605;
  background: #321356 url(./images/reflection3.gif) no-repeat top left;
  font-size: 10px;
}


a.cpy: link {
  color: #deb306;
  font-weight: normal;
  font-size: 10px;

}
a.cpy: visited {
  color: #deb306;
  font-weight: normal;
  font-size: 10px;
  }
