#container {
    position: absolute;
    top:    0px;
    left:   50px;
    right:  50px;
    max-width: 1100px
    width: 80%
}

#header {
    float:  left;
    right:  0px;
    left:   0px;
    background: transparent url(../img/top_gradient.png) repeat-x;
    height: 140px;
    width:  100%;
}

#header .left {
    float:  left;
    background: transparent url(../img/top_logo.png) no-repeat;
    width:  306px; 
    height: 140px;
}

#header .right {
    float:  right;
    background: transparent url(../img/top_text.png) no-repeat;
    width:  253px; 
    height: 140px;
}

#menu {
    float:  left;
    right:  0px;
    left:   0px;
    background: transparent url(../img/navigation_gradient.png) repeat-x;
    height: 60px;
    width:  100%;
}

#menu .start {
    float:  left;
    margin-right: 15px;
    background: transparent url(../img/gradient_left.png) repeat-y;
    width:  7px;
    height: 60px;
}

#menu .stop {
    float:  right;
    background: transparent url(../img/gradient_right.png) repeat-y;
    width:  7px;
    height: 60px;
}

#menu .active_content {
    float:  left;
    position: relative;
    top:    33px;
    padding-top: 5px;
    background: transparent url(../img/button_active.png) no-repeat;
    height: 27px;
    width:  111px;
}

#menu .inactive_content {
    float:  left;
    position: relative;
    top:    33px;
    padding-top: 5px;
    background: transparent url(../img/button_inactive.png) no-repeat;
    height: 27px;
    width:  111px;
}

#admin_menu {
    position: absolute;
    top:    210px;
    right:  10px;
    z-index: 1;
}

#content_left {
    float:  left;
    background: transparent url(../img/gradient_left.png) repeat-y left;
    width: 100%;
    min-height: 500px;
}

#content {
    padding: 10px 20px 0px 20px;
}

#content_right {
    float: left;
    background: transparent url(../img/gradient_right.png) repeat-y right;
    width: 100%
}

#footer {
    float:  left;
    right:  0px;
    left:   0px;
    background: transparent url(../img/bottom_gradient.png) repeat-x;
    width:  100%;
}

#footer .start {
    float:  left;
    background: transparent url(../img/gradient_left.png) repeat-y;
    width:  7px; 
    height: 100px;
}

#footer .stop {
    float:  right;
    background: transparent url(../img/gradient_right.png) repeat-y;
    width:  7px; 
    height: 100px;
}

#bottom {
    float:  left;
    right:  0px;
    left:   0px;
    background: transparent url(../img/gradient_bottom.png) repeat-x;
    width:  100%;
}

#bottom .start {
    float:  left;
    background: transparent url(../img/gradient_bottom_left.png) no-repeat;
    width:  7px; 
    height: 7px;
}

#bottom .stop {
    float:  right;
    background: transparent url(../img/gradient_bottom_right.png) no-repeat;
    width:  7px; 
    height: 7px;
}

#copyright {
    position: absolute;
    bottom: 40px;
    right:  0px;
    left:   0px;
    text-align: center;
}


