body
{
  background-color: white;
  font-family: arial;
  font-size: 12px;
}

div, img
{
  margin: 0; padding: 0;
}

a, a:visited
{
  color: blue;
}

.centered
{
  display: block;
  text-align: center;
}

.bold
{
 font-weight: bold;
}

.bigger
{
  font-size: 1.15em;
}

.biggest
{
  font-size: 1.25em;
}

.italic
{
  font-style: italic;
}

.clearboth
{
  clear: both;
}

.innermore
{
  margin: 10px;
}

.inner
{
  margin: 5px;
}

.innersides
{
  margin-left: 5px;
  margin-right: 5px;
}

.marginl
{
  margin-left: 10px;
}

.marginlmore
{
  margin-left: 20px;
}

.floatright
{
  float: right;
}

.marginr
{
  margin-right: 10px;
}

.floatleft
{
  float: left;
}

.marginb
{
  margin-bottom: 10px;
}

.margint
{
  margin-top: 10px;
}

#newsletterPopUp
{
  position: absolute;
  top: 200px; left: 175px;
  display: none;
  width: 400px;
  background-color: #C0C0C0;
  z-index: 10;
  filter: alpha(opacity=92);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
  -moz-opacity: 0.92; opacity:0.92;
}
  
  #newsletterPopUp button
  {
  }
  

#contactPopUp
{
  position: absolute;
  top: 200px; left: 175px;
  display: none;
  width: 400px;
  background-color: #C0C0C0;
  z-index: 10;
  filter: alpha(opacity=92);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
  -moz-opacity: 0.92; opacity:0.92;
}

  #contactPopUp textarea
  {
    width: 300px;
    height: 200px;
  }
  
  #contactPopUp button
  {
    float: right;
    margin-right: 50px;
  }  
  
#content
{
  background-color: white;
  width: 640px;
  text-align: center;
  z-index: 1;
}

#leftcontent
{
  width: 150px;
  float: left;
  margin-right: 10px;
}
  
  #leftcontent .ad
  {
    border: 2px solid #4499DD;
  }
  #leftcontent .ad h2
  {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #4499DD;
    color: white;
    font-size: 1.15em;
  }
  #leftcontent #signup
  {
    background-color: #C0C0C0;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 142px;
    margin: 0 auto;
    margin-top:-3px;padding-top:2px;
  }
  
    #signup h2,h3
    {
      padding: 0; margin: 0;
    }
    
    #signup h2
    {
      font-size: 1.35em;
    }

    #signup h3
    {
      font-size: 1.1em;
    }
        
    #signup .bumpup
    {
      position: relative;
      top: -15px;
    }
    
    .inputSignup
    {
      width: 120px;
      margin-bottom: 3px;
    }
    
#maincontent
{
  width: 440px;
  margin-top: 15px;
  text-align: justify;
  float: left;
  position: relative;
  top: -50px;
  font-size: 14px;
}

#header
{
}

#footer
{
  clear: both;
  font-size: .75em;
}

#test
{
  background-color: #C0C0C0;
  border: 1px solid black;
}

.test2-wrap
{
  width: 400px;
}

.test2-t
{
  background:url("../images/smallRoundedTop.jpg") no-repeat top left;
}

.test2-b
{
  background:url("../images/smallRoundedBot.jpg") no-repeat bottom right;
}

.test2-content
{
  background-color: #C0C0C0;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#feedback
{
  background-color: #C0C0C0;
  border: 1px solid black;
}
