body
{
  margin: 0px;

  background: url("main-bg.gif") center repeat-y;
  font-family: arial, verdana, sans-serif;
  font-size: 83%;
  text-align:center;
}

h1
{
  background: url("title-back.gif") no-repeat;
  font-size: 16px;
  padding-left: 21px;
  sfont-family: Georgia,Serif;
  color: #00adef;
  margin-top: 10px;
}  

h2
{
  font-size: 14px;
  sfont-family: Georgia,Serif;
  color: #00adef;
}
 
h2.bookmakertitle a
{
  color: #444;
}

h2.bookmakertitle
{
  margin-bottom: 15px;
}

.bookmakercontent
{
  float:left;
  margin-bottom: 10px;
}

img
{
  border: 0px;
}

strong
{
 
}

p
{
  margin-top: 5px;
  margin-bottom: 5px;
}

a
{

  color: #00adef;
    text-decoration: underline;
}

a:hover
{
  color: #000000;
  text-decoration: underline;
}

#mainblock
{
  margin: 0px auto;
  width: 738px;
  text-align: left;
  clear: both;
  position: relative;
  top: 10px;
}

#headerblock
{
  margin: 0px auto;
  text-align: left;
  background: url("header.gif") no-repeat 0px 6px;
  width: 725px;
  height: 80px;
  text-align: right;
  padding-top: 0px;

  font-size: 11px;
}


#contentblock
{
  margin: 0px auto;
  text-align: left;
  width: 725px;
  height: 75px;
  clear: both;
  padding-top: 3px;
  
  font-size: 11px;
}

#headerblock a
{
  color: #000;
}

.rootcategory
{
  position: relative;
  font-size: 11px;
  left: 110px;
  width: 590px;
  
}

#footerblock
{
  clear: both;
  margin: 0px auto;
  margin-top: 35px;
  width: 718px;
  padding: 4px;

  text-align: left;
  font-size: 80%;
  margin-bottom: 20px;
  background-color: #00adef;
  color: #fff;
}

#footerblock a
{ 
  color: #fff;
}


textarea, input, select
{
  border: 1px #CCBE5B solid;
}

.listing
{
  padding-left: 10px;
  border-left: 1px #ccc dotted;
  margin-top: 15px;
}

.descrip
{
  color: #666;
}

.highlightbox
{
  border: 1px solid #D3D7EC;
  background-color: #EAECF5;
  padding: 3px;
}

.box
{
  width: 500px;
  text-align: center;
  margin: auto 0;
  font-size: 16px;
  border: 3px solid #eee;
  padding: 4px;
}

.getbutton
{
  font-size: 12px;
  width: 140px;

  position: relative;
  top: -2px;

}

.getbutton a
{

  text-decoration: none;
  background-color: #00adef;
  text-align: center;
  display: block;
  color: #fff;
  border: 1px solid #444;
  padding-left: 10px;
  padding-right: 10px;  
  padding-top: 1px;
  padding-bottom: 1px;
 
}

.getbutton a:hover
{
  text-decoration: none;
  background-color: #bbb;
  text-align: center;  
  display: block;
  color: #000;
  border: 1px solid #444;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;  
}