body{
/*	background-image: url('images/woodbg.jpg');
	background-repeat: repeat;
*/
}

#wrapper {
      width: 910px;
      height: 680px;	
      margin:1em auto;
      border: 1px solid black;
      max-width: 1024px;
      background-color: #FFF;
}

#header {
      width: 900px;
      margin-left: 10px;	
      margin-top: 5px;
      border: 0px;
}

#nav{
      width: 870px;
      margin-top: -13px;
      text-align: center;
}

#leftcol{
      float: left;
      width: 450px;
      height: 350px;
      border: 0px solid black;
      margin-left: 18px;
      margin-top: -8px;
}

#rightcol{
     float: right;
     width: 412px;
     height: 375px;
     margin-right: 22px;
     margin-top: -8px;
     background-image: url('images/rightcol_bg.png');	
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#prod1, #prod2, #prod3{
   float: left;
   border: .5px solid black;
   height: 33%;
   width: 99%;
   background-color: #ededed;
   font: 85% Verdana;
   color: #434a5e;
   padding: 3px;
   margin-bottom: 3px;
}


#prod1{

}

#rightcol h2{
   margin-left: 15px;
   margin-top: 0px;		
   margin-bottom: 0px;
   font: 100% Arial;
   color: #9C9618;
   font-weight: bold;
   font-size: 2.0em;
}

#rightcol h4{
   font: 75% Verdana;
   color: #4A4D5A;
   font-weight: bold;
}

#rightcol p{
   font: 70% Verdana;
   color: #4A4D5A;

   align: justify;
}

#leftcol p{
   font: 80% Verdana;
   padding-right: 10px;
}

#leftcol h4{
   margin-top: 5px;
}

#vdividermenu ul{
      text-align: center;
      margin-left: 17;
      margin-right: 10;
      padding: 0;
      margin-bottom: 1em;
      float: left;
      text-transform: uppercase;
      font: 65% Verdana;
      width: 100%;
      background-color: #757e97;
      text-align: center;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
      width: 99%;
}

#vdividermenu ul li{
      display: inline;
      text-align: center;
}

#vdividermenu li a{
      float: left;
      color: #fff;
      padding: 10px 15px;
      text-decoration: none;
      background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
      color: #fff;
}

#vdividermenu ul li a:hover{
      background-color: #FFF;
      color: #757e97;
}

a{
   text-decoration: none;
   color: #434a5e;
}