/* /css/layout.css */

body {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-size: small;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  background: #3e3d42 url(/images/bg_body.gif) center 110px repeat-x;
  color: #fff;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  text-align: left;
  font-size: 110%;
}
#header {
  position: relative;
  margin: 0 0 14px;
  padding: 0;
  width: 760px;
  height: 290px;
}
#locations {
  position: absolute;
  right: 10px;
  bottom: 170px;
  width: 200px;
  text-align: right;
}
#main {
  position: relative;
  margin: 0;
  padding: 0;
  width: 760px;
  background: #5d5960 url(/images/bg_main.gif) top left no-repeat;
  color: #fff;
}
#content {
  float: left;
  margin: 0px 0px 0px 30px;
  padding: 0;
  width: 520px;
}
#sidebar {
  position: relative;
  margin-left: 570px;
  padding: 6px;
  width: 180px;
}
#footer {
  clear: both;
  margin: 0;
  padding: 72px 6px 0px;
  text-align: right;
  background: url(/images/bg_footer.gif) left top no-repeat;
}
