How to change the width of main and side bar of blogspot?

the sum of the width of the main-wrapper (post area) and the sidebar-wrapper (sidebar) must be smaller that the size of the outer-wrapper (page).

The numbers I am talking about are highlighted below.


#header-wrapper {
width:890px;
margin:0 auto 10px;
border:1px solid #cccccc;
}

#outer-wrapper {
width: 890px;
margin:0 auto;

#main-wrapper {
width: 410px;
float: left;
margin:0px 10px 0px 0px;

.sidebar-wrapper {
width: 210px;float: left;
margin:0px 10px 0px 0px;

#footer {
width:890px;
clear:both;
margin:0 auto 10px;