div#centerWrapper{
  /* Content Placeholder (CenterPage) */
 	width: 819px;
	margin: auto;
	background-color:#fff;
 }
 
 div#headerImg
 {
     width: 819px;
     height:171px;
     background-image:url(img/headerImg.jpg);
 }
 
 div#homeBtn
 {
     width:120px;
     height:120px;
     cursor:pointer;
 }
 
 
 div#menuBtn1
 {
    position:absolute;
    width:120px;
    height:28px;
    cursor:pointer;
    margin-top:-13px;
 }
 
  div#menuBtn2
 {
    position:absolute;
    width:120px;
    height:28px;
    cursor:pointer;
    margin-top:20px;
 }
 
 div#footerWrapper
 {
    width: 819px;
    height:46px;
    background-image:url(img/footerBG.jpg);
    background-repeat:no-repeat;
    background-position:top right;
	margin: auto;
 }
 
 div#leftCol
 {
     width:120px;
     height:519px;
     background-image:url(img/leftBG.jpg);
     float:left;
 }
 
 
 div#rightCol
 {
    width:699px;
    float:right;
    background-repeat:no-repeat;
    margin-top:-30px;
 }
 
 div#contentWrapper
 {
     padding-left:16px;
     padding-right:7px;
     padding-top:18px;
 }
 
 
 div#img1
 {
  width:130px;
  height:130px;  
  background-image: url(img/img1.jpg);   
  margin-top:10px;
  margin-left:10px;
 }
 
div#img2
 {
  width:130px;
  height:130px;  
  background-image: url(img/img2.jpg);   
  margin-top:20px;
  margin-left:10px;
 }
 
div#img3
 {
  width:130px;
  height:130px;  
  background-image: url(img/img3.jpg);   
  margin-top:20px;
  margin-left:10px;
  cursor:pointer;
 }
 
 .contactForm_input
 {
     background-color:#A54547;
     border:solid 1px #A54547;
     color:#fff;
 }
 
 #resBanner
{
    width:661px;
    height:124px;   
     background: url(img/promo.jpg) top center repeat-y; 
     margin-top:4px;
     margin-bottom:4px;
	 display:none;
}
