You can try to change this:
#ja-topsl .ja-newflash .moduletable{
padding: 30px 20px 30px 400px;
width: 500px;
}
.narrow #ja-topsl .ja-newflash .moduletable{
padding: 30px 20px 30px 400px;
width: 350px;
}
To this:
#ja-topsl .ja-newflash .moduletable{
padding: 30px 20px 30px 400px;
width: 99%;
}
.narrow #ja-topsl .ja-newflash .moduletable{
padding: 30px 20px 30px 400px;
width: 99%;
}
IF it dont work try to change the width: 99% to the width of the template you are using.
And delete this:
#ja-topsl .ja-newflash {
padding: 0;
background: url(../images/topimg.png) no-repeat top left; <----DELETE THIS LINE
}