/* === components === */

* {
    margin: 0;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: Arial, serif;
  font-size:62.5%;
}

img {
    display: block;
    border: 0 none;
}
    
.btn {
  display: block;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  border: 0px #000 solid; /* ie7 */
}

  .btn img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .btn:hover img{
    top: -98px;
  }
  
p {
    color: #b6b6b6;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-left: 2px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 14px;
    margin-left: 2px;
}

ul {
    overflow: hidden;
    margin-bottom: 12px;
    padding: 0;
    font-size: 1.2em;
}
    
    ul .first {
        border: none;
        padding-left: 0;
    }

    ul li {
        float: left;
        background: none;
        border-left: 1px solid #8c8c8c;
        padding-left: 8px;
        padding-right: 8px;
        display: block;
    }
    
        li a {
            color: #8c8c8c;
            text-decoration: none;
        }
    
        li a:hover {
            color: #7f1114;
            text-decoration: underline;
        }

#wrapper {
  position: relative;
  width: 906px;
  margin: 0 auto;
  height: 100%;
  background: #fff no-repeat -5px 46px url("../images/bg_body.jpg");
}

#content {
    width: 576px;
    padding-top: 338px;
    padding-left: 323px;
}

#footer {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin-top: 43px;
    padding-top: 11px;
    padding-bottom: 105px;
}

    #footer ul {
        font-size: 1.2em;
    }

    #footer p {
        margin-bottom: 0;
        font-size: 1.0em;
        width: 450px;
        color: #8c8c8c;
        float: left;
        clear: left;
    }

    #footer p a {
        color: #8c8c8c;
    }

    #footer p a:hover {
        color: #7f1114;
    }

.logo {
    position: absolute;
    left: 668px;
    top: 265px;
}

.tas_logo {
    float: right;
    margin-top: 13px;
}

.dates {
    position: absolute;
    left: 640px;
    top: 42px;
}

.header_divider {
    position: absolute;
    left: 326px;
    top: 329px;
}