BODY {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  background-color: #b8b8b9;
  background-image: url('/images/gradient.jpg');
  background-repeat: repeat-x;
}

DIV#header {
  text-align: left;
  width: 800px;
}

DIV#page {
  padding: 5px 15px;
  border: 3px solid #800;
  text-align: left;
  width: 764px;
  background-color: white;
}

UL#menu LI {
  list-type-style: none;
  display: inline;
  padding-right: 10px;
}

#menu {
  text-align: center;
  padding: 0;
  padding-left: 154px;
  height: 46px;
  width: 640px;    /* 800-154(padding)-2*3(border)=640 */
  background-color: white;
  border: 3px solid #800;
  border-bottom-width: 0;
}

#menu A {
  text-decoration: none;
  display: block;
  float: left;
  width: 123px;
  height: 46px;
}

#menu A.current_page_item:hover {
  cursor: default;
}

DIV#footer P {
  font-size: 10px;
  text-align: center;
}


#menu A:hover {
  background-position: -123px 0px;
}

#menu A.current_page_item {
  background-position: -246px 0px;
}

/*HOME BUTTON*/
A.page-item-3 { background-image: url('/images/home.jpg'); }

/*ABOUT US BUTTON*/
A.page-item-4 { background-image: url('/images/about-us.jpg'); }

/*SERVICES BUTTON*/
A.page-item-7 { background-image: url('/images/services.jpg'); }

/*line card BUTTON*/
A.page-item-6 { background-image: url('/images/line-card.jpg'); }

/*CONTACT US BUTTON*/
A.page-item-5 { background-image: url('/images/contact-us.jpg'); }


.linklove { display: none }