/* general stuff */

html
{
  height: 100%;
}

br
{
  clear: left;
}

body
{
  margin:0px;
  padding:0px;
  font-family: Cursive, Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  color: #6F3C1B;
  min-height: 100%;
  height: auto;
  background: #ffffff url('../images/bk.gif');
}

/* the wrapper holds the whole page */

#wrapper
{
  margin: 0 auto 0 auto;
  width: 949px;
  min-height: 100%;
  height: auto;
  text-align: left;
  background: #ffffff;
}

/* the place for title, logo and links back to main page */

#header
{
  display: inline;
  float: left;
  padding: 0px;
  width: 947px;
  height: 180px;
  background: #ffffff;
}

#header img
{
  display: block;
}

/* holds the content and the main ads */

#contentwrapper
{
  display: inline;
  float: left;
  margin: 10px 10px 10px 0px;
  padding: 0px;
  width: 682px;
  height: auto;
  font-size: 12px;
  background: #ffffff;
}

/* holds the main add */

#mainadleft
{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 336px;
  height: 280px;
  font-size: 12px;
}

#counterwrapper
{
  display: inline;
  float: left;
  margin: 0px 10px 0px 20px;
  padding: 0px;
  width: 296px;
  height: 280px;
  background: #ffffff url('../images/big-heart.png');
}

#counterholder
{
  display: inline;
  float: left;
  margin: 65px 93px 85px 93px;
  padding: 0px;
  width: 110px;
  height: 95px;
}

#countermessage
{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 296px;
  height: 45px;
  text-align: center;
}

/* holds content */
#content
{
  display: inline;
  float: left;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  width: 682px;
  height: auto;
  font-size: 12px;
}

/* right sidebar */

#rightsidebar
{
  display: inline;
  float: left;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  width: 255px;
  height: auto;
  font-size: 12px;
}

/* holds the 6 adds on the right 125x125px */

#mainadright
{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 255px;
  height: 385px;
  font-size: 12px;
}

/* table for the the 6 adds on the right 125x125px */

#mainadright table
{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 255px;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}

#mainadright table td.tdrm
{
  margin: 0px;
  padding: 0px 5px 0px 0px;
  width: 125px;
  height: 125px;
}

#mainadright table td
{
  border: none;
  margin: 0px;
  padding: 0px;
  width: 125px;
  height: 125px;
}

/* images and links for the 6 adds on the right 125x125px */

#mainadright a:link, #mainadright a:visited, #mainadright a:active, #mainadright a:hover
{
  text-decoration: none;
  color: #8b0408;
}

#mainadright a img
{
  border:0;
}

/* add this button */
#sharebuttons
{
  display: inline;
  float: left;
  width: 235px;
  margin: 20px 0px 20px 0px;
  text-align: center;
}


/* holds ads at the end of the page left and right */

#endads
{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 672px;
  height: 280px;
  font-size: 12px;
}

#endadleft
{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 336px;
  height: 280px;
  background: #dddddd;
  font-size: 12px;
}

#endadright
{
  float: left;
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 336px;
  height: 280px;
  background: #dddddd;
  font-size: 12px;
}

/* footer style */

#footer
{
  float: left;
  padding: 0px;
  width: 947px;
  background: #ff6f76;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
  text-decoration: none;
  color: #ffffff;
}

