/* IMPORT CSS
*************************************************************/
@import url("basis.css");
 
/* OUTER-WRAPPER-CONTENT ( Full Width: 908px )
*************************************************************/
#outer-wrapper-content {
    border-bottom: 3px solid #fbc000;
    padding: 0 1px 25px 1px;
    width: 906px;
    background: url(../img/bg_outer_wrapper_content_start.gif);
    position: relative;
}

/* INNER-WRAPPER-CONTENT ( Full Width: 906px )
*************************************************************/
#inner-wrapper-content {
    margin: 30px 0 0 0;
    background: url(../img/bg_inner_wrapper_content_start.gif);
}

/* CONTENT-COLUMNS
*************************************************************/
.column {
    padding: 0 22px;
}

/* CONTENT-LEFT
*************************************************************/
#content-left {
    width: 355px; /* Full width 399px */
}

/* CONTENT-CENTER
*************************************************************/
#content-center {
    width: 225px; /* Full Width 269px */
    overflow: hidden;
}

/* CONTENT-RIGHT
*************************************************************/
#content-right {
    width: 193px; /* Full Width 237px */
    overflow: hidden;
}

/* OTHERS
*************************************************************/
#webcam-image {
    margin-top: 18px;
}

