HTML, BODY
{
    color: black;
    margin: 0;
    padding: 0;
    border: 0;

    font-family: Arial, sans-serif;
    font-size: 16px;
    min-width: 750px;
    height: 100%;
}
#wrapper
{
  height: auto!important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
#content
{
  margin: 0 auto;
  padding-bottom: 68px;  
  width: 750px;
}

#pageheader
{
  margin-left: 75px;
}


#cols {
  position: relative;
}
#leftcolumn {
  position: relative;
  float: left;
  width: 325px;
  margin-top: 20px;
}
#postit
{
  width: 325px;
  height: 329px;
  padding: 0;
  margin: 0;
  background: url(images/postit.gif) 0px 0px no-repeat;
}
#postit hr {
  width: 60%;
  color: #707fd0;
  background-color: #707fd0;
  height: 2px;
}
#postit hr#big80 {width:80%}

#space6
{
  position: relative;
  height: 6px;
}

#morenews {
  position: absolute;
  bottom: 24px;
  left: 0px;
}
#morenews a:link, #morenews a:visited {
  height: 1.15em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  color: #3a2b2d;
}
#morenews a:hover {
  xcolor: #f0d840;
  xcolor: #8d5f14;
  color: #ffffff;
}

#rightcolumn {
  position: relative;

  float: right;
  width: 375px;
  margin-top: 30px;
}
#rightcolumn a#ticket {
  float: right;
}
a#ticket
{
  clear: both;
  display: block;
  width: 325px;
  height: 208px;
  padding: 0;
  margin: 0;
  background: url(images/ticket.gif) 0px 0px no-repeat;
}
.nostyle {
  display: none;
}

a#ticket:hover {
  background-position: -325px 0px;
}
a#letter
{
  clear: both;
  display: block;
  width: 375px;
  height: 408px;
  padding: 0;
  margin: 0;
  background: url(images/letter.gif) 0px 0px no-repeat;
}

a#letter:hover {
  background-position: -375px 0px;
}

#headlines {
  padding-top: 16px;
  height: 85px;
  width: 20px;
}

a.headline:link, a.headline:visited {
  font-size: 14px;
  position: relative;
  left: 20px;
  display: block;
  width: 275px;
  height: 1.19em;
  padding: 0;
  margin: 0;
  padding-left: 22px;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  color: #3a2b2d;

  background: url(images/text-bullet-star.gif) 0px 0px no-repeat;
}
a.headline:hover {
  xcolor: #f0d840;
  xcolor: #8d5f14;
  color: #ffffff;
}

a.headline img {
  border: 0;
  margin-right: 8px;
}


#menu {
  position: relative;
  padding-top: 5px;
  text-align: center;
}
a.menuitem:link, a.menuitem:visited {
  text-decoration: none;
  font-weight: bold;
  color: #303f98;
}
a.menuitem:hover {
  xcolor: #707fd0;
  xcolor: #b8c8ff;
  color: #ffffff;
}



#footer {
  position: relative;
  left: 0;
  width: 100%;
  height: 68px;
  clear: both;
}

#leftfoot {
  margin-left: 10px;
  float: left;
}

#rightfoot {
  float: right;
}
#rightfoot img {
  width: 177px;
  height: 68px;
}

a#classmates
{
  display: block;
  width: 250px;
  height: 68px;
  padding: 0;
  margin: 0;
  background: url(images/classmates.gif) 0px 0px no-repeat;
}

a#classmates:hover {
  background-position: -250px 0px;
}

