@charset "UTF-8";

html {
  overflow-y:scroll;
}

body {
  background:url(bg.png) repeat #fff;
  color:#595757;
  text-align:center;
}

a,
a:link,
a:visited {
  color:#00f;
  text-decoration:none;
}

a:hover,
a:focus,
a:active {
  color:#f00;
  text-decoration:underline;
}

img {
  border:0;
}

.pngfix {
  position:static;
}

.pngfix .wrapper {
  position:relative;
}

#header,
#body,
#footer {
  margin:0 auto;
  width:794px;
  text-align:left;
}

#header,
#body {
  background:url(shadow.png) repeat-y;
}

#header {
  height:185px;
}

#header h1 {
  margin-left:7px;
}

#menu {
  margin-left:7px;
  width:780px;
  height:41px;
  background:url(menu-bg.png) no-repeat;
}

#menu li {
  list-style:none;
  display:block;
  float:left;
}

#menu li a {
  display:block;
  width:156px;
  height:35px;
}

#footer {
  clear:both;
  width:794px;
  height:84px;
  background:url(footer-bg.png) left bottom no-repeat;
  text-align:left;
}

#footer-menu {
  height:32px;
  text-align:center;
}

#footer-menu li {
  list-style:none;
  display:inline;
  line-height:32px;
}

#footer-menu a,
#footer-menu a:link,
#footer-menu a:visited {
  color:#595757;
  text-decoration:none;
}

#footer-menu a:hover,
#footer-menu a:focus,
#footer-menu a:active {
  color:#f00;
  text-decoration:underline;
}

#footer address {
  padding:7px 0 0 8px;
  float:left;
}

#copyright {
  height:45px;
  line-height:45px;
  padding-right:20px;
  text-align:right;
  color:#727171;
}

div.bottom {
  clear:both;
  height:1em;
}