/* CSS Document */

body {
  width: 100%;
  background-color: #333;
}

p {
  font-family: Arial, Helvetica, sans-serif;
}

a img {
  border: none;
}

#wrapper {
  width: 960px;
  background-color: fff;
  margin: 0 auto;
}

#header {
}

#content {
  min-height: 600px;
}

#contentwrapper {
  margin: 20px;
  color: #333;
}
#contentwrapper p {
  padding: 0 15px;
}

#footer {
  min-height: 50px;
  background-color: #000;
  padding: 10px;
  color: #f9f9f9;
  text-align: right;
}

#footer p {
  font-size: .8em;
}

#header h1 {
  width: 900px;
  height: 300px;
  margin: 0 auto;
  background: transparent url(../images/frontLogo.gif) no-repeat;
  text-indent: -9999px;
}

#content h1 {
  width: 300px;
  height: 50px;
  text-indent: -9999px;
}

#content h1.welcome {
  background: transparent url(../images/h1_welcome.gif) no-repeat;
}

#content h1.menus {
  background: transparent url(../images/h1_menus.gif) no-repeat;
}

#content h1.phone {
  width: 382px;
  height: 60px;
  margin: 0 auto;
  background: transparent url(../images/h1_phone.gif) no-repeat;
}

iframe {
  display: none !important;
}
