You could do it in the Chunk theme, but it could easily get messy. If you do it, make sure to test on all different types of pages. Here's a start:
#container, #header {
width: 1114px;
}
#widgets {
width: 264px;
position: absolute;
top: 236px;
right: 110px;
}
#widgets .widget {
width: 238px;
}
Note this is for the Chunk theme and that I only checked that it worked for the home page. And, in the future please start a new thread for questions that are separate from the original posted question. This one probably needs a new thread if you have additional questions.