html
{
  height: 100%;
}

body
{
  margin:0px;
  padding:0px;
  font-family: Cursive, Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  height: 100%;
  background: #ffffff;
}

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

#header
{
  float: left;
  width: 1000px;
  height: 100px;
  background: #aaaaaa url('logo.jpg') no-repeat;
  padding: 0px;
}

#sitetitle
{
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#sitetitle a:link, #sitetitle a:visited, #sitetitle a:active
{
  text-decoration: none;
  color: #fffb87;
}

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

#sitetitle h1
{
  font-family: cursive;
  font-size: 28px;
  line-height: 16px;
}

#sitetitle h3
{
  font-family: cursive;
  font-size: 14px;
  line-height: 6px;
  color: #fffb87;
}

#vcentertitle
{
  margin-top: 15px;
  margin-left: 40px;
}

#leftsidebar
{
  float: left;
  width: 160px;
  height: auto;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-size: 12px;
  background: #ffffff;
}

.sideadwrapper
{
  float: left;
  width: 160px;
  height: auto;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  display: inline;
}

.contentadwrapper
{
  float: left;
  width: 336px;
  height: auto;
  margin: 0px 162px 5px 162px;
  padding: 0px;
  font-size: 12px;
  display: inline;
}

.adunit
{
  float:left;
  width: auto;
  height: auto;
  margin: 0px;
  background: #ccffcc;
}

.azprod
{
  float:left;
  width: 120px;
  height: 240px;
  margin: 10px 20px 10px 20px;
  display: inline;
}

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

.textwrapper
{
  float: left;
  width: 660px;
  height: auto;
  margin: 0px 0px 5px 0px;
  background: #ffffff;
}

.linkcategory
{
  float: left;
  width: 660px;
  height: auto;
  margin: 0px 0px 5px 0px;
  background: #aaaaaa;
}

.linkcategory h3
{
  margin-left: 15px;
}

.linkwrapper
{
  float: left;
  width: 660px;
  height: auto;
  margin: 0px 0px 5px 0px;
  background: #daffcd;
}

.linkimg
{
  float: left;
  width: 45px;
  height: 30px;
  margin: 0px 5px 0px 0px;
  background: #ffcc66;
}

.linkref a:link, .linkref a:visited, .linkref a:active
{
  text-decoration: none;
  font-weight: bold;
  color: #491f2c;
}

.linkref a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #b73e63;
}

#rightsidebar
{
  float: left;
  width: 160px;
  height: auto;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-size: 12px;
  background: #ffffff;
}

#linkcloud a:link, #linkcloud a:visited, #linkcloud a:active #linkcloud a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #5575ff;
  font-size: 18px;
}

#linkcloud a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #c92d2d;
  font-size: 24px;
}

#footer
{
  clear: right;
  float: left;
  width: 1000px;
  background: #ffffff;
  color: #000000;
  padding: 0px;
  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: #000000;
}

