hi
you can make changes in layout.css for right column width.
/* Left Column —*/
#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; }
#ja-left .ja-l1 .ja-col { width: 100%; }
/* Right Column —*/
#ja-right { float: right; }
#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; }
#ja-right .ja-r1 .ja-col { width: 100%; }
or inspect the right column, find the css for right column , try to change the width of this column
and also refer this links for more help:
http://www.joomlart.com/forums/topic/column-width-problems-2/,
http://www.noupe.com/css/9-timeless-3-column-layout-techniques.html .