html
{
  margin: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  text-align: center;
  background-color: #993333;
  color: #FFFFFF;
}

img
{
  border-width: 0px;
}

a
{
  color: #FFFFFF;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

p
{
  padding: 0px;
  margin: 0px;
}

#container
{
  width: 722px;
  height: auto;
  background-color: transparent;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

h1
{
  margin: 0px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 18px;
}

#header
{
  float: left;
  width: 722px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: inline;
}

.bookmark
{
  float: left;
  width: 722px;
  height: auto;
  margin-bottom: 10px;
  clear: both;
  display: inline;
  text-align: center;
}

.bookmark p
{
  float: left;
}

.bookmark span
{
  float: right;
}

.thumbholder
{
  float: left;
  width: 722px;
  height: auto;
  margin-bottom: 16px;
  display: inline;
  clear: both;
}

.thumbholder img
{
  display: block;
  border: 1px solid #DE9E9E;
}

.thumb
{
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.thumb2
{
  float: left;
  width: auto;
  height: auto;
}

.top20
{
  float: left;
  width: 722px;
  height: auto;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top20 div
{
  float: left;
  width: 230px;
  margin-left: 10px;
  display: inline;
}

#footer
{
  float: left;
  width: 722px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
  text-align: center;
}

table.newtable 
 { 
   width: 100%; 
   border: 0px;
   font-weight: bold;
   float: left;
 }