 #container{
    background: #DCF4FF;
    background-image: url(../images/container-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 56px;
  }
  
  #main{
    background: #DCF4FF;
    width: 100%;
    margin: 6px 0 0 0;
  }
  #textBlock{
    width: 756px;
    background: #DCF4FF;
    margin: 0 auto;
  }
  #textBlock h2{
    font-size: 26px;
    color: #16497D;
    background-image: url(../images/textblock-h2-bg.gif);
    height: 48px;
    margin: 0;
    padding: 0 50px;
    line-height: 48px;
  }
  #textBlock h2.sub{background-image: url(../images/textblock-p-bg.gif);}
  #textBlock p, div#store,  #textBlock h4, #textBlock ul.faq, #contactFormArea{
     font-family: verdana, helvetica, arial, sans-serif;
     font-size: 12px;
     background-image: url(../images/textblock-p-bg.gif);
     margin: 0;
     padding: 0 50px;
     line-height: 140%;
     padding-top: 8px;
   }
  #textBlock h4{
  font-family: trebuchet ms, verdana, helvetica, sans-serif;
  font-size: 14px;
  color: #16497D;
  }
   #textBlock ul{
     padding: 0 20px;
     list-style-position: outside;
  }
    #textBlock ul.faq{
      padding: 0 70px;
      list-style-position: outside;
   }
  #textBlock p.bottom{
    background-image: url(../images/textblock-p-bg.gif);
    padding-bottom: 15px;
  }
  table#store td ul li {
    list-style-type: none;
  }
  li.name{
  font-weight: bold;
  }
  table#store td img{
  border: solid 5px #fcfcfc;
  padding: 2px;
  }
  table#store td ul li.name{
     font-weight: bold;
  }
  table#store td img, p.products img  {
     border: solid 3px #fcfcfc;
     padding: 5px;
  }
  #more {
  visibility: hidden;}
 #loginForm input{
   margin: 3px;
 }