body{
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px;
  color: #000000;
  background-color: #000000;
}

img{
  border: 0px none #000000;
}

a{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:link{
  color: #000000;
}

a:active{
  color: #000000;
}

a:visited{
  color: #000000;
}

a:hover{
  color: #000000;
  text-decoration: underline;
}

div#header{
  border: 0;
  margin: 20px 10px 0px 10px;
  height: 200px;
  width: 730px;
  background-color: #000000;
  background: url(header.gif)
}

div#menu{
  border: 1px solid #000000;
  margin: 10px 10px 0px 10px;
  width: 730px;
  background-color: #000000;
  background-image: url('menu_background.gif');
  background-repeat: repeat-y;
}

div#menu ul{
  margin: 5px;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

div#menu li{
  display: inline;
  margin: 5px;
  padding: 5px;
}

div#menu a{
  color: #ffff00;
  font-weight: bolder;
  text-decoration: none;
}

div#menu a:hover{
  text-decoration: underline;
}

div.rounded {
  width: 730px;
  margin: 10px;
}

div.rounded div.text{
  border: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}


div.rounded div.text h1{
  padding: 0px 25px 0px 25px;
  margin: 0;
}



div.rounded div.text form{
  padding: 0;
  margin: 0;
}


div.rounded div.text p, h1, h2, dl{
  padding: 25px 25px 0px 25px;
  margin: 0;
}



div.rounded div.text dl dl{
  padding: 0;
  margin: 0;
}



div.rounded div.text ul {

  padding: 25px 25px 0px 40px;

  margin: 0;
}
div.rounded div#tl{
  background: #fff url(htl.gif) top left no-repeat;
  height: 25px;
}

div.rounded div#tr{
  background: url(htr.gif) top right no-repeat;
  height: 25px;
  margin: -25px 0 0 0
}

div.rounded div#bl{
  background: #fff url(hbl.gif) bottom left no-repeat;
  height: 25px;
}

div.rounded div#br{
  background: url(hbr.gif) bottom right no-repeat;
  height: 25px;
  margin: -25px 0 0 0;
}
