/* Page wrapper */
#wrapper {
    width: 830px;
    margin: auto;
    text-align: left;
}


#layout {
    position: relative;
    margin-top: 30px;
}

/* Vertical grid */
#top {
    height: 173px;
}

#middle {
}

#bottom {
}

/* Horizontal grid */
#left {
    /*
    position: absolute;
    top: 173px;
    left: 0;
    */
    width: 184px;
    float: left;
}

#center {
    /* width: 420px; IE doesn't like this with floats... */
    margin: 0 205px;
}

#right {
    /*
    position: absolute;
    top: 173px;
    right: 0;
    */
    width: 184px;
    float: right;
}

/* Spacer */
#spacer {
    height: 20px;
}

