body {
  background: white url(../img/framework/Body.jpg) repeat-x left top;  
  font-size: 81.25%;   
}


.invisible {
  display: none;
}

/* Base color */
body, input, textarea, select, 
a:link, a:visited, a:hover, a:focus, a:active {
  color: #333333;
}


#SiteWrapper {
  width: auto !important;
  width: 988px;
  min-width: 988px;
  max-width: 988px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  background: white;
  padding-left: 15px;
}

#Header {
  background: url(../img/framework/Header.jpg) bottom right no-repeat;
  height: 193px;
  position: relative;
}


#MainNavBox {
  height: 80px;
  background: url(../img/framework/MainNav.jpg) no-repeat top left;
  position: relative;
}



#Logo {
  background: url(../img/framework/Logo.gif) no-repeat left top;
  height: 193px;
  width: 250px;
}


#Main {
  min-height: 500px;
  height: auto !important;  
  height: 500px;  
  background: url(../img/framework/Main.jpg) repeat-y left top;
  padding: 0 50px 26px 300px;
}


#LeftBox {
  width: 250px;
  position: absolute;
  height: auto !important;  
  height: 10px;
  min-height: 10px;  
  background: url(../img/framework/LeftColBottom.jpg) no-repeat left bottom;  
  padding-bottom: 21px;

}

#SearchBox {
  background: url(../img/framework/SearchBox.gif) repeat-y top left;
  padding: 12px 19px 10px 35px;
}

#SearchBox p {
  color: #918c8c;
  text-transform: uppercase;
  width: 100%;
  font-size: 90%;
/*  background: url(../img/framework/SearchGo.jpg) no-repeat center right;*/

}




#Footer {
  position: relative;
  clear: both;
  height: 59px;
  padding-top: 20px;
  background: url(../img/framework/Footer.jpg) no-repeat top left;
  width: 100%;
}


#Footer p {
  position: absolute;
  font-size: 80%;
  right: 50px;
  top: 40px;  
  color: #a6a6a6;
}


#Footer a, 
#Footer a:link, 
#Footer a:visited {
  text-decoration: none;
  color: #a6a6a6;
  }
  
#Footer a:hover {
  text-decoration: underline;  
  }



.ce_text {
  margin-bottom: 30px;
}



