Hi brettk !
You can remove box of content by way :
open template_css.css file in templates/ja_koniga/css folder find following code section at about line 780 :
#ja-content {
background-color:#3A4F34;
clear:both;
color:#FF9900;
display:block;
margin:0pt;
padding:0pt 20px;
}
change into :
#ja-content {
clear:both;
color:#FF9900;
display:block;
margin:0pt;
padding:0pt 20px;
}
then next find code section at about line 789:
div.ja-mainbody-top {
background:#3A4F34 url(../images/mainwrap-top.gif) no-repeat scroll center top;
height:20px;
line-height:normal;
}
change into :
div.ja-mainbody-top {
height:20px;
line-height:normal;
}
Find and replace #3 code section :
table.blog {
background-color:#3A4F34;
}
change to :
table.blog {
}