body {
  margin:0px;
  background-image:url('../images/global/bodyBackground.jpg');
  background-repeat:repeat-x;
  background-color:#a6a6a6;
  text-align:center;
}

#bodyContainer {
  width:772px;
  text-align:left;
  margin:0 auto;
}

#navigationContainer {
  height:40px;
  background:url('../images/global/navbarBg.gif');
}

#featureImage {
  height:173px;
  background:url('../images/global/featureImage.jpg');
}

#outerContentTop {
  background:url('../images/global/contentTop.png');
  width:772px;
  height:15px;
  overflow:hidden;
}


#outerContent {
  background:url('../images/global/contentBackground.png');
  width:772px;

}

#outerContentBottom {
  background:url('../images/global/contentBottom.png');
  width:772px;
  height:20px;
}

#footer {
  text-align:center;
}

a img {
  border:none;
}

a.navbutton {
  display:block;
  height:35px;
  text-decoration:none;
  float:left;
  clear:right;
}

a.navbutton:hover {
  background-position:0 -35px;
}

#homeButton {
  height:35px;
  width:72px;
  background-image:url('../images/global/homeButton.gif');
}

#agreeButton {
  height:35px;
  width:112px;
  background-image:url('../images/global/agreementButton.gif');
}

#aboutButton {
  height:35px;
  width:99px;
  background-image:url('../images/global/aboutButton.gif');
}

#servicesButton {
  height:35px;
  width:95px;
  background-image:url('../images/global/servicesButton.gif');
}

#contactButton {
  height:35px;
  width:113px;
  background-image:url('../images/global/contactButton.gif');
}

.innerContent {
  border:1px solid #ce2626;
  position:relative;
  background:#a1a1a1;
}

.innerContentTopLeft {
  position:absolute;
  left:-1px;
  top:-1px;
}

.innerContentTopRight {
  position:absolute;
  right:-1px;
  top:-1px;
}

.innerContentBottomLeft {
  position:absolute;
  left:-1px;
  bottom:-1px;
}

.innerContentBottomRight {
  position:absolute;
  right:-1px;
  bottom:-1px;
}

.clear {
  clear:both;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

/* page specific css */




/*homepage*/

#innerContentLeft{
width:190px;
margin-top:10px;
padding-top:6px;
padding-left:20px;
float:left;
background-repeat:no-repeat;
background-position
}

#innerContentRight{
width:205px;
padding-top:10px;
padding-left:3px;
float:left;

}

#quickContentWrapper{
margin-top:10px;
padding-left:5px;
}


#lowerContentAreaWrapper{
width:100%;
float:left;

}
					
#bodyTextLeft{
width:60%;
float:left;
}
					
#bodyTextRight{
width:40%;
float:left;
}

/*end homepage code */


/* about us page */


#pageHeading{
padding-bottom:20px;
}

#aboutPageTextLeft{
width:231px;
}

#leftTextBox{
width:240px;
}

#rightContentArea{
width:400px;
float:right;
}

.headerImage{margin-left:10px}

#rightContentArea{
width:433px;
height:259px;
float:right;
background-image:url(../images/aboutUs/rightFeatureImage.jpg);
background-repeat:no-repeat;
}

.textPadding{
padding-left:12px;
padding-right:10px;
}
/*end  about us code */



/* services page */

#rightTextArea{
width:433px;

float:right;

}
.tablePadding{
margin-top:15px;
}

/*end services page*/

/*agreement page */

#mainTextArea{
width:95%;
padding-left:18px;
}

/* end agreement page */


/*contact page*/


#rightContactArea{
width:300px;
float:right;
padding-right:40px;
}


#leftTextArea{
width:300px;
margin-left:30px;
}

*html div#leftTextArea{
margin-left:15px;

}

#contactPageTextLeft{
width:280px;
}

