/* =GLOBAL
   ----------------------------------------------------*/
    body {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 100.1%;
        line-height: 1.1em;
        height: 100%;
        font-family: helvetica;
        color: #000;
    }

    * {
        outline: none;
    }

    .clear {
        clear: both;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    button {
        background: transparent;
        padding: 0;
        margin: 0;
        display: inline;
        border: 0;
        cursor: pointer;
    }

    #rightCol a {
        color: #000;
        text-decoration: none;
    }
    #rightCol a:hover {
        border-bottom: 1px solid #000;
    }

    a img {
        border: 0;
    }

    .hidden {
        display: none;
    }

    input, textarea, select {
        font-family: arial;
        padding: 0.1em;
        font-size: 1em;
    }

    #wrapper {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
        padding-top: 50px;
    }

    #leftCol {
        float: left;
        width: 420px;
    }

    #rightCol {
        float: right;
        width: 475px;
        padding-top: 60px;
        font-size: 0.8em;
    }

    #homepage #rightCol {
        padding-top: 0px;
    }

/* =LEFT
   ----------------------------------------------------*/
    #siteTitle {
        color: #818285;
        font-size: 1.37em;
        line-height: 1.2em;
        margin-top: 0;
        font-weight: normal;
    }

    #leftCol ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #navigation a {
        display: block;
        line-height: 1.7em;
        font-size: 0.94em;
        text-decoration: none;
        color: #a7a9ac;
    }

    #navigation .selected a,
    #navigation a:hover {
        color: #383092;
    }

/* =GALLERY
   ----------------------------------------------------*/
    #gallery {
        width: 413px;
        height: 263px;
        overflow: hidden;
        margin-top: 80px;
        margin-bottom: 5px;
        position: relative;
    }
    #gallery #scroller {
        position: absolute;
    }
    #gallery img {
        display: block;
        margin: 0 15px 15px 0;
        float: left;
    }
    #gallery img.bottom {
        margin: 0 15px 0 0;
    }
    .arrow {
        background: url(../img/arrows.png);
        height: 16px;
        width: 14px;
        display: block;
        text-indent: -1000px;
    }
    #rightArrow {
        background-position: 14px;
        margin-right: 7px;
    }
    

/* =FOOTER
   ----------------------------------------------------*/
    #footer {
        clear: both;
        font-size: 0.75em;
    }

    #footer a {
        color: #000;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }