body
{
  font-family: 'century gothic';
  font-size: 12px;
  text-align: center;
}

table
{
  font-size: 12px;
}

a
{
  text-decoration: underline;
  color: #CA252B;
}

a:hover
{
  text-decoration: none;
  color: #000000;
}

h1
{
  font-weight: normal;
}

h2
{
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 15px;
}

label
{
  display: block;
  float: left;
  width: 135px;
  margin-right: 10px;
  padding-top: 3px;
  font-weight: normal;
  text-align: right;
}

#container
{
  width: 800px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
}

#splash_image
{
  height: 697px;
  background: url('/images/splash_image2.jpg') top left no-repeat;
}

a#front_ruleslink
{
  position: relative;
  top: 485px;
  left: 75px;
  display: block;
  width: 285px;
  height: 100px;
  outline: none;
}

a#front_enterlink
{
  position: relative;
  top: 460px;
  left: 260px;
  display: block;
  width: 165px;
  height: 40px;
  outline: none;
}

a#front_viewlink
{
  position: relative;
  top: 470px;
  left: 260px;
  display: block;
  width: 165px;
  height: 40px;
  outline: none;
}

#header
{
  float: left;
  height: 100px;
  margin: 0px;
  padding: 0px;
  background: url('/images/starpet_top.jpg') top left no-repeat;
}

a#homelink
{
  display: block;
  width: 150px;
  height: 100px;
  outline: none;
}

#header_navigation
{
  float: right;
  width: 450px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  background: url('/images/header_navigation.jpg') top left no-repeat;
}

a#enterlink
{
  position: relative;
  top: 13px;
  left: 250px;
  display: block;
  width: 105px;
  height: 20px;
  outline: none;
}

a#viewlink
{
  position: relative;
  top: 25px;
  left: 250px;
  display: block;
  width: 105px;
  height: 20px;
  outline: none;
}

#topnav
{
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: #54BD07;
}

#content_block
{
  height: auto;
  min-height: 400px;
  padding: 5px 20px;
}

* html #content_block
{
  height: 400px;
}

#content_block table
{
  width: 100%;
  margin: 0 auto;
}

#content_block th, #content_block td
{
  padding: 3px;
  text-align: center;
}

#content_block th
{
  background-color: #CCCCCC;
}

#content_block td
{
  height: 200px;
  vertical-align: top;
  line-height: 18px;
}

#footer
{
  margin: 0px;
  padding: 0px;
  border-top: 5px solid #54BD07;
}

#footer p
{
  margin: 0px;
  padding: 0px;
}

#contest_rules
{
  width: 360px;
  height: 141px;
  margin: 0px;
  padding: 0px;
  background: url('/images/contest_rules.jpg') top left no-repeat;
}

a#conruleslink
{
  display: block;
  position: relative;
  top: 13px;
  left: 245px;
  width: 100px;
  height: 25px;
}

div.pages
{
  float: right;
  width: 600px;
}

div.pages a
{
  display: inline;
  margin: 0 7px 0 0;
  padding: 2px 8px;
  color: #666666;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  outline: none;
}

div.pages a:hover
{
  border: 1px solid #000000;
  background-color: #E5E5E5;
}

div.pages a.activepage
{
  border: 1px solid #FF0000;
}

p.state_list
{
  padding: 5px 25px;
  background-color: #FBE02D;
  line-height: 14px;
}

p.error
{
  width: 500px;
  margin: 0px;
  padding: 10px;
  color: red;
  border: 2px solid red;
  text-align: left;
}

p.okay
{
  width: 500px;
  margin: 0px;
  padding: 10px;
  color: green;
  border: 2px solid green;
  text-align: left;
}

#bannerCodeBox
{
background-color: #efeddf;
width: 360px;
float:left;

}

#reports
{
  margin: 0px;
  padding: 0px;
}

#reports table
{
  width: 100%;
}

#reports table th
{
  padding: 3px;
  background-color: #CCCCCC;
  border-bottom: 1px solid #54BD07;
}

#reports table td
{
  padding: 3px;
  border-bottom: 1px solid #54BD07;
}