body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background: #d9d6cc url(images/page_bg.gif) top center repeat-x;
    color: #868686;
    margin: 0;
    padding: 10px;
}

img { border: 0; }

h1, h2, h3 {
    font-size: 14pt;
}

a {
    color: #575e58;
}

a:link {
  text-decoration:  none;
}

a:visted {
  text-decoration:  none;
}

a:active {
  text-decoration:  none;
}

a:hover {
    color: #b31d00;
}

#menu {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 40px;
  border:0;
}

#content {
    position: absolute;
    top: 25px;
    left: 130px;
    width: 450px;
    z-index: 3;
}

#contenthdr {
    position: absolute;
    top: 0px;
    height: 39px;
    left: 0px;
    width: 450px;
    background: url(images/body_t.png) top no-repeat;
}

#content2hdr {
    position: absolute;
    top: 0px;
    height: 39px;
    left: 0px;
    width: 450px;
    background: url(images/body2_t.png) top no-repeat;
}

#contentbody {
    position: absolute;
    top: 39px;
    height: 300px;
    left: -6px;
    width: 450px;
    background: url(images/body_bg.png) repeat-y;
}

#contenttext {
    position: absolute;
    left: 16px;
    top: -23px;
    height: 320px;
    width: 217px;
}

#content2text {
    position: absolute;
    left: 16px;
    top: -23px;
    height: 320px;
    width: 430px;
}

#contentftr {
    position: absolute;
    top: 333px;
    left: 0px;
    width: 450px;
    height: 39px;
    background: url(images/body_b.png) top no-repeat;
}

#note {
    position: absolute;
    top: 39px;
    left: 227px;
    width: 196px;
    height: 150px;
    z-index: 3;
    background: url(images/paper_b.png) repeat-y;
}
#notetext {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 196px;
    height: 150px;
    z-index: 6;
}

#star {
    position: absolute;
    top: -17px;
    left: 330px;
    width: 101px;
    height: 102px;
    z-index: 15;
    background: url(images/free.png) top no-repeat;
}
