body {
  background: url(../img/framework/Body.jpg) repeat-x left top;  
  font-size: 81.25%;   
}

/* Base color */
body, input, textarea, select, 
a:link, a:visited, a:hover, a:focus, a:active {
  color: #333333;
}


#SiteWrapper {
  width: auto !important;
  width: 942px;
  min-width: 942px;
  max-width: 942px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  background: url(../img/framework/Wrapper.jpg) repeat-y left top;  
}

#Header {
  background: url(../img/framework/Header.jpg) bottom right no-repeat;
  height: 132px;
  position: relative;
}


#Header2 {
  height: 88px;
  background: url(../img/framework/Header2.jpg) no-repeat top left;
  position: relative;
}




#Main {
  min-height: 300px;
  height: auto !important;  
  height: 400px;  
  background: url(../img/framework/Main.jpg) no-repeat 326px top;
  padding: 40px 50px 26px 360px;   
}


#LeftBox {
  width: 327px;
  position: absolute;
  height: auto !important;  
  height: 80px;
  min-height: 80px;  
  background: url(../img/framework/LeftBox.jpg) no-repeat left top;

}




#Footer {
  position: relative;
  clear: both;
  height: 58px;
  padding-top: 20px;
  background: url(../img/framework/Footer.jpg) no-repeat top left;
  width: 100%;
  top: 58px;
}


#Footer  p {
  position: absolute;
  font-size: 80%;
  right: 50px;
  top: 35px;  
  color: #a6a6a6;
}

