@charset "utf-8";
/* CSS Document */

body  {
  text-align:center;
  padding:0;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  background-color:#e1e1e1
}
#holder {
  width:980px;
  margin:0 auto
}

#header ul, #header li {
  padding:0; 
  margin:0;
  list-style:none
}
#header li {
  padding:0;
  margin:0;
  list-style:none
}
#header a {
  float:left;
  display:block;
  width:196px;
  height:31px;
  background:url('nav-back.gif') no-repeat top left;
  color:#fff;
  text-decoration:none;
  font-size:0.9em;
  padding-top:10px
}
#header a:hover, #header a.active {
  background:url('nav-back.gif') no-repeat bottom left;
}
#content {
  background-color:#ffffff;
  text-align:left;
  padding:10px 15px 10px 15px;
  margin:0;
  min-height:400px
}
#content img { border:1px solid #ee2f21 }
#footer {
  background:url('footer.gif') no-repeat bottom left;
  width:980px;
  height:125px;
}

h1, p, a, h2 {
  color:#ee2f21;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.8em;
}
#content ul { margin-top:0; padding-top:0 }
p, #content li {
  color:#000;
  font-size:0.9em
}
h2 { font-size:1em }
a { font-size:1em }
.red {
  color:#ed2417
}
.left { width:700px; margin-right:20px }
.left, .right { float:left }
.right { padding-top:50px }
#content img { margin-bottom:15px; margin-right:40px }
.clear { clear:both }