/* ----- Block settings ----- */ 
/* ----- CONTENT ----- */
#content {
width: 100%;
}

/* ----- Left ----- */
#left {
width: 17%;
float: left;
}

/* ----- Center ----- */
#center {
padding-left: 1.7%; 
width: 63%;
float: left;
padding-right: 1%; 
}

/* ----- Right ----- */
#right {
width: 17%;
float: left;
}


