body,html {
padding:0;
margin:0;
font:normal 100% tahoma,arial,verdana;
}
.abs {
  position: absolute;
}
.bottom {
  bottom: 0px;
}
.left {
  left: 0px;
}
.right {
  right: 0px;
}
.clear {
  clear: both;
}

img {
border:none;
}
/* ***************** Header ****************** */
#header {
  width: 100%;
  height: 267px;
  background: url(images/header-bg.gif) top repeat-x;
  }
#header-center {
  position: relative;
  width: 990px;
  height: 267px;
  margin: 0 auto;
  background: url(images/header-center-bg.gif) bottom repeat-x;
}

.logo {
  top: 62px;
}
.map {
  top: 11px;
  right: 112px;
}
.icon {
  top: 27px;
}
.icon a {
  font-size: 80%;
  color: #FFFFFF;
  text-decoration: none;
}
.icon a:hover {
  text-decoration: underline;
}
.header-text {
  text-align: center;
  font-size: 60%;
  color: #EAF5FE;
  top: 160px;
}
.menu {
  left: 213px;
  bottom: 20px;
}

/* ****************** Center ********************** */
#center {
  width: 1000px;
  /*height: 345px;*/
  margin: 21px auto;
  /*background-color: #0000FF*/;
  /*padding-left: 5px;
  padding-right: 5px;*/
}
#center-left {
  float: left;
  width: 188px;
  margin-right: 20px;
  padding-left: 5px;
  /*background-color: #FF99FF;*/
}
#center-right {
  float: left;
  width: 777px;
  padding-right: 5px;
  /*background-color: #99FF66;*/
}
#center-wide {
   width: 777px;
  /*overflow: hidden;*/
  margin: 0 auto;
}
.clear-center {
  clear: left;
  height: 0;
  font-size: 0;
}

/* ****************** Footer ******************* */
#footer {
  /*width: 100%;*/
  height: 143px;
  background: url(images/footer-bg.gif) repeat-x;
  font-size: 70%;
  color: #737373;
}
#footer-center {
  width: 1000px;
  height: 143px;
  margin: 0 auto;
  background: url(images/footer-center-bg.gif) repeat-x top;
}
.footer-menu {
   text-align: center;
   padding-top: 25px;
   color: #737373;
   font-size: 113%;
}
.footer-menu ul{
  margin: 0;
  padding: 0;
  display: inline;
}
.footer-menu li{
  list-style: none;
  display: inline;
}

.footer-menu a {
  color: #737373;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.copyright {
   float:left;
   width: 492px;
   margin-top: 51px;
   margin-left: 5px;
}
.design {
   width: 492px;
   text-align: right;
   float:left;
   margin-top: 51px;
   margin-right: 5px;
}
.design a {
  color: #737373;
  text-decoration: none;
}
.design a:hover {
  text-decoration: underline;
}


