/* Overwrite default CSS styles */
#page {
  background-color:#C0B089;
  width:754px;
  position:relative;
  padding:0px;
  margin:0px;
  position:relative;
}

#content {
  background-color:#FFF;
}

#mainNav {
  background-color:#FFF;
}
#topNav {
  background-color:#A49370;
  width:747px;
  padding-right:7px;
  padding-top:7px;
  height:26px;
  position:relative;
}

#footer {
  background-color:#A49370;
  width:747px;
  padding-right:7px;
  padding-top:5px;
  padding-bottom:5px;
  height:16px;
  position:relative;
}

#globalWrapper {
  margin-top:3px;
  margin-bottom:3px;
  background-color:#C0B089;
}

#headerWrapper {
  width:754px;
  height:143px;
}

#headerWrapper #headerImage {
  background-image:url(../images/MainPage_Banner.gif);
  width:754px;
  height:143px;
}

#bodyWrapper {
  width:743px;
  height:173px;
  padding-top:10px;
  padding-bottom:0px;
  position:relative;
}

/* images left to right */
#bodyWrapper #imageOne {
  background-image:url(../images/MainPage_Promo.gif);
  background-repeat: no-repeat;
  width:263px;
  height:112px;
  position:absolute;
}

#bodyWrapper #imageTwo {
  background-image:url(../images/MainPage_QuoteBox.jpg);
  background-repeat: no-repeat;
  left:263px;
  width:491px;
  height:173px;
  position:absolute;
}

#bodyWrapper #imageThree {
  background-image:url(../images/MainPage_NewAcct.gif);
  background-repeat: no-repeat;
  left:0px;
  top:122px;
  width:263px;
  height:61px;
  position:absolute;
}

#footerWrapper {
  position:relative;
  width:754px;
  height:223px;
  background-color:#FFF;
  margin-top:10px;
  padding-top:5px;
}

#footerWrapper #buttonOne {
  position:absolute;
  background-image:url(../images/Icons_Create.gif);
  background-repeat: no-repeat;
  width:152px;
  height:155px;
  top:10px;
  left:30px;
}

#footerWrapper #buttonTwo {
  position:absolute;
  background-image:url(../images/Icons_Personalize.gif);
  background-repeat: no-repeat;
  width:152px;
  height:155px;
  top:10px;
  left:210px;
}

#footerWrapper #buttonThree {
  position:absolute;
  background-image:url(../images/Icons_AddGift.gif);
  background-repeat: no-repeat;
  width:152px;
  height:155px;
  top:10px;
  left:390px;
}

#footerWrapper #buttonFour {
  position:absolute;
  background-image:url(../images/Icons_Mail.gif);
  background-repeat: no-repeat;
  width:152px;
  height:155px;
  top:10px;
  left:570px;
}

#footerWrapper #buttonFive {
  position:absolute;
  background-image:url(../images/MainPage_GetStarted.gif);
  background-repeat: no-repeat;
  width:266px;
  height:44px;
  left:248px;
  top:177px;
}

