@import url(header.css);
@import url(navigation.css);
@import url(forms.css);

/* Styles only for screen */

body {
  background-image: url(../images/bg.gif);
}

#wrapper {
  border: 1px solid #DDD;
  background-color: white;
  margin: 1em auto;
  width: 900px;
  padding: 0 34px;
}

#navigation {
  position: relative;
    top: 0;
    left: 0;
}

#container {
  clear: both;
  border-top: 1px dotted #AAA;
  overflow: hidden;
  clear: both;
}

#container .column {
  float: left;
}

#left {
  padding: 1.5em 13px 0 0;
  width: 180px;
}

#left .eyecatcher {
  margin: 0 -17px 1.5em;
  padding: 0 17px 17px;
}

#left ul li {
  list-style: none;
  margin-left: 1em;
}

#left ul li a {
  color: #AAA;
}

#center {
  overflow: hidden;
  padding: 1.5em 17px 0;
  min-height: 400px;
  width: 487px;
}

#center dl .title,
#center dl .snippet { margin:0; }

#center ul {
  margin: -.75em 0 .75em 0;
}

#center h2 {
  font-size: 1.1667em;    /* 14px */
}

#center .references, #center .references td {
  border: none;
}

#center .references {
  table-layout: fixed;
  width: 558px;
}

#center .references .logo img {
  border: 1px solid #CCC;
}

#center .references td {
  width: 88px;
  padding-bottom: 5px;
}

#center .references td.description {
  text-align: left;
  vertical-align: top;
  padding: 0 5px;
  line-height: 1em;
  color: #999;
}

#right {
  padding: 1.5em 0 1.5em 18px;
  width: 168px;
}

#right .view_modes {
  text-align: right;
}

#footer {
  clear: both;
  margin-top: 1.5em;
}

#footer p {
  border-top: 1px dotted #AAA;
  font-size: 0.90em;
  line-height: 1.667em;
  padding-left: 210px;
  padding-right: 1em;
}

#footer a {
  color: black;
}

#print_information { display: none; }

