Sidebars on the left or right

Sidebars can appear either on the left or on the right. Which do you prefer?

.has-sidebar:not(.error404) #primary {
    float: right;
    width: 58%;
}

.has-sidebar #secondary {
    float: left;
    padding-top: 0;
    width: 36%;
}