body{ background-color:#fff; color:#000;
  background-image:url(../images/background.jpg);
  background-repeat:repeat-x;

  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:18px;
  
  
 /*  background-image:url(http://www.alistapart.com/d/settingtypeontheweb/images/gridbg.gif);
   background-repeat:repeat; */
}

a{color:#385EA9 !important;}
a:visited{color:#A97838; !important};



h1{font-size:24px; line-height:36px; color:#1C2F54}
h2{font-size:18px; color:#1C2F54}
h3{font-size:14px; }
h4{font-size:12px; }





   #header h1{
      margin:0; padding:0;
      position:relative;
	  width:900px;
      height:90px;
      overflow:hidden;
	  font-size:10pt;
      }
	  
   #header h1 span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      height:90px;
	  width:900px;
      margin:0; padding:0;
      background:url("../images/banner.gif") top left no-repeat;
      }



#footer{
   text-align:center;
}

#navbar ul li{
	
  /*background-color:#281C32;*/
  background-color:#FF9000;
  color:#FFFFFF;
  font-weight:bolder;
}

#navbar ul li a{text-decoration:none; color:#fff !important}
#navbar ul li a:hover{background-color:#FFC77F;}

.box{
  background-color:#FFC77F;
  border:1px solid #14223D;
  
}
