Yes. This is here.
#content {
width: 140%;
}
#primary {
width: 180px; /* LC width */
right: 240px; /* LC width */
margin-left: -100%;
}
#secondary {
width: 180px; /* RC width */
margin-right: -240px; /* RC width */
margin-left: 20px;
}
Now . how should i do this ?