/* CSS Document */

@import url(common.css);

@media screen {

body {
  background:url(../images/bg.gif) repeat-x;
}

img { border:0; }

#page {
  width: 820px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

#top_bg, #content_bg {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 24px;
  margin:0;
  height:auto;
}

#top_bg {
  background:url(../images/bg_top.gif) no-repeat;
}

#content_bg {
  background: url(../images/bg_content.gif) repeat-y;
}

#header {
  height: 122px;
}

#header .utility {
  padding: 3px;
  text-align: right;
  font-size: 10px;
  color: #8c7871;
  background:url(../images/utility_bg.jpg) bottom right no-repeat;
}

#header a {
  color: #8c7871;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#subheader {
  height: 207px;
  padding-top: 11px;
  background-color: #cec2b3;
  text-align: center;
}

#content {
  padding: 10px 10px;
}

#content a {
  color: #799e94;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content_left {
  float: left;
  width: 275px;
}

#content_middle {
  float: left;
  width: 210px;
  padding-left:15px;
  margin-left: 15px;
  border-left: 1px solid #e6e0d9;
  border-right: 1px solid #e6e0d9;
}

#content_right {
  float: left;
  width: 200px;
  padding-left:15px;
  margin-left: 15px;
}

}
