a:link, a:visited{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  cursor: help;
}

img{
  margin-right: 5px;
}

body{
  background: #CECFCD url(images/background.png) right repeat-y;
}

p{
  font: 8pt Tahoma;
  color: #000000;
  text-align: justify;
  cursor: default;
  padding: 5px;
}

h1{
  font: 24pt Gloucester MT Extra Condensed;
  font-weight: bold;
  color: #CECFCD;
  margin-bottom: -30px;
  padding-left: 50px;
}

#bottom{
  width: 400px;
  height: 35px;
  background: url(images/bottom.png);
}

#top{
  position: absolute;
  top: 0px;
  right: 15px;
  width: 400px;
  height: 340px;
  background: url(images/top.png);
}

#content{
  position: absolute;
  top: 340px;
  right: 15px;
  width: 400px;
}