curent width: 970px
what do you want to change:
main frame:
open template.css (line 498) and edite it
[PHP]#ja-wrapper {
margin:0 auto;
width:970px;
}[/PHP]
left frame
template.css (line 552)
[PHP]#ja-col1 {
float:left;
overflow:hidden;
width:28%;
}[/PHP]
center:
template.css (line 518)
[PHP]#ja-content {
background:transparent url(../images/content-center.gif) repeat-y scroll center center;
clear:both;
display:block;
float:right;
width:72%;
}[/PHP]
right template.css (line 561)
[PHP]#ja-col2 {
float:right;
overflow:hidden;
width:22%;
}[/PHP]
center and left
template.css (line 511)
[PHP]#ja-mainbody {
float:left;
width:78%;
}[/PHP]