I don't know the coding of the Wallet template, but it looks like it should allow full admin function. You should be able to turn off the right sidebar normally, in admin > Configuration > Layout Settings > Column Right Status - Global. The center will expand to fill the space.
Just change the width of #mainWrapper to 100% in your stylesheet:
Code:
/* OUTERMOST WRAPPER */
#mainWrapper {
text-align: left;
width: 100%;
vertical-align: top;
border: 1px solid #000000;
background-color: #566139;
color: #000000;
margin: auto;
}