/* Ability:Main Styles - Alex@Popcorn08 */
body {
  margin: 0px;
  font-family: Arial;
  font-size: 0.75em;
  background-color: #FFFFFF;
}

.orange {
color:#f26522;
}

table#layout {
  margin: 0px auto 0px auto;
}
#shadow-left {
  width: 14px;
  background-image: url(/images/shadow-left.gif);
  background-repeat: repeat-y;
  position: relative;
  vertical-align: bottom;
}
  #shadow-left .shadow-top {
  background-image: url(/images/shadow-left-top.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 14px;
  height: 150px;
  }
  #shadow-left .shadow-bottom {
  background-image: url(/images/shadow-left-bottom.gif);
  background-repeat: no-repeat;
  width: 14px;
  height: 150px;
  }
#shadow-right {
  width: 14px;
  background-image: url(/images/shadow-right.gif);
  background-repeat: repeat-y;
  position: relative;
  vertical-align: bottom;
}
  #shadow-right .shadow-top {
  background-image: url(/images/shadow-right-top.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 14px;
  height: 150px;
  }
  #shadow-right .shadow-bottom {
  background-image: url(/images/shadow-right-bottom.gif);
  background-repeat: no-repeat;
  width: 14px;
  height: 150px;
  }
#container {
  width: 931px;
  vertical-align: top;
}

#nav {
  width: 100%;
  height: 36px;
  clear: both;
}
  #nav img {
  float: right;
  margin-right: 49px;
  }
  #nav ul {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  }
  #nav ul li {
    float: left;
    margin: 0px 25px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
  }
  #nav ul li a {
    color: #707070;
    font-size: 92%;
    text-decoration: none;
    padding: 18px 8px 8px 8px;
    display: block;
    line-height: 8px;
    letter-spacing: 0.75px;
  }
  #nav li.selected a {
    background-color: #21A5E2;
    background-image: url(/images/nav-highlight.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #FFFFFF;
  }

#footer {
  clear: both;
  background-image: url(/images/footer-bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 86px;
  text-transform: uppercase;
  font-size: 83%;
  padding-left: 20px;
  margin-top: 32px;
}
  #footer ul {
  float: left;
  width: 100%;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  }
  #footer ul li {
    float: left;
    margin-right: 32px;
    list-style: none;
  }
  #footer ul li a {
    color: #707070;
	text-decoration: none;
  }
  #footer p {
  float: left;
  width: 100%;
  color: #A0A0A0;
  margin: 11px 0px 0px 0px;
  padding: 0px;
  }
