/* Customer declarations or re-declarations for "FIX" our CSS after applying the custom client values */


/* Removed out background */
html {
    background: none;
}

#header {
    background: none;
}

#content {
    background: none;
    padding-top: 80px;
    padding-bottom: 50px
}

#left_column {
    padding-top: 4px;
}

#right_column {
	padding-top: 12px;
}