body {
    color: #333333;
}

img { border: none; }
a { color: #0A6380; text-decoration: underline; }
a:hover { text-decoration: none; }

a.ajax {text-decoration: none; border-bottom: 1px dashed #0A6380;}
a.ajax:hover {text-decoration: none; border: 0; padding-bottom: 1px;}


#admin {
  position: fixed;
  z-index: 100000;
  line-height: 1.3em;
  background: #666;
  float: left;
  opacity: 0.8;
  top: 0;
  filter: alpha(opacity = 80);
  font-size: 1.2em;
}
#admin {
  _position: absolute;
  _left: 0;
  _top: expression( (  ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop  ) + 'px' );
}

#admin, #admin a {
  color: #FFF;
}
#admin.hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
#admin #summary {
  padding: 0.5em 0.8em;
  float: left;
}
#admin #links {
  float: left;
  clear: both;
  padding: 0.5em 0.8em;
  padding-top: 0;
  display: none;
}
#admin.hover #links {
  display: block;
}


#wrap {
    background: url(../img/header.jpg) top left no-repeat;
    padding-top: 237px;
    position: relative;
}

#logo {
    height:130px;
    left:30px;
    position:absolute;
    top:30px;
    width:250px;
}

#sidebar {
    background: url(../img/sideback.jpg) top left repeat-x #878a8b;
    margin: 0;
    width: 231px;
    padding: 60px 0 20px 0;
}

#sidebar ul {
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}
#sidebar ul li {
    list-style: none;
    padding: 10px 20px;
}
#sidebar ul li.active {
    background: #9ea1a4;
}
#sidebar ul li a {
    color: #fff;
}

#content {
    background: url(../img/menuback.jpg) top left repeat-x #fff;
    margin: 0;
    width: 729px;
    padding: 60px 30px 20px 30px;
    position: relative;
}

#menu {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#menu li {
    padding: 12px 20px 30px 20px;
    width: 110px;
    float: left;
    display: inline;
    list-style: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#menu li a {
    color: #fff;
}
#menu li.active {
    background: url(../img/menuback_a.jpg) top left repeat-x;
}


#footer {
    background: url(../img/footer.jpg) top left no-repeat;
    padding: 10px 10px 10px 250px;
    height: 37px;
    color: #fff;
    font-size: 11px;
    line-height: 1.2em;
}
