body{
  background-color: #dddddd;
  margin: 0px;
  background-position: center;
  background-image: url(img/wrapper_background.png);
  background-repeat: repeat-y;
  font-family: Arial;
}
a{
  border: none;
  text-decoration: none;
  color: #19b0e8;
}

a img{
  border: none;
}
#overlay{
  z-index: 9999;
}

#wrapper-outer{
  min-height: 100%;
  width: 100%;
  background-image: url(img/footer_background_smaller_darker.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
}

a:hover{
  text-decoration: underline;
}

#wrapper{
  position: relative;
  width: 899.5px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
}

#header{
  width: 100%;
  background-image: url(img/title_background.png);
  height: 123px;
  position: relative;
}

#subheader-line{
  width: 100%;
  background-image: url(img/line.png);
  height: 7px;
}

#footer{
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0px;
  z-index: 2000;
  text-align: center;
  color: #4375a0;
  font-size: 11px;
}
#footer a{
  color: #3785c7;
}

#footer a:hover{
  text-decoration: none;
  color: #2a98f5;
}

#spacer-bottom{
  position: relative;
  height: 70px;
  width: 100%;
}

#logo{
  position: absolute;
  top: 35px;
  z-index: 1000;
  right: 40px;
}

#navigation{
  position: absolute;
  left:0px;
  bottom: 0px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1000;
  background-image: url(img/title_grey_bar.png);
}

#wrapper-inner{
  min-height: 100%;
  width: 100%;
  background-image: url(img/content-background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  background-position: center 130px;
}

#content{
  padding: 35px 15px 5px 10px;
  width: 870px;
}

#caption{
  position: absolute;
  top: 84px;
  z-index: 3000;
}

h1{
  margin: 0px;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  margin-right: 10px;
  color: #666666;
}

#login-area{
  position: relative;
  height: 20px;
  top: 1px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
}

li{
  line-height: 25px;
}
