Aber Du hast die style.css nicht erweitert!
Was Du brauchst ist eine neue DIV-Klasse die auch die neue Breite definiert!
Diese benötigt in Deinem Fall eine "width: 798px".
[EDIT]
Wenn ich das ändere betrifft es folgendes:
[COLOR=#777777][FONT=Consolas][COLOR=black].narrowcolumn[/COLOR][/FONT][/COLOR][COLOR=#000000][FONT=Consolas] {
[/FONT][/COLOR][COLOR=#C80000]width[/COLOR]: 798px;[COLOR=#000000][FONT=Consolas]
[/FONT][/COLOR][COLOR=#000000][FONT=Consolas]}[/FONT][/COLOR]
[COLOR=#000000][FONT=Consolas]
und:
[COLOR=#808080]media="screen"[/COLOR]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Consolas]
[COLOR=#777777].type-post, [COLOR=black].type-page[/COLOR], .type-forum, .type-reply, .type-topic, .type-comic, .type-showcase, .type-music, #comment-wrapper, .type-attachment,.type-casts, .feature[/COLOR] {
[/FONT][/COLOR][COLOR=#C80000]border[/COLOR]: solid 1px #000;
[COLOR=#C80000]margin-bottom[/COLOR]: 20px;
[COLOR=#C80000]width[/COLOR]: 100%;
[COLOR=#000000][FONT=Consolas]}[/FONT][/COLOR]
Ergebnis: