Do you want a border goinf from top to bottom on your forum home obn both sides of the main table ?
Is it one colored image or what ?
If it just one color i suggest you use CSS its easy to do =)
If thats the case here is a style for it.
Im sorry if this wasnt what you wanted .
HTML Code:
.sideborders {
border-top: 9px none #FF0000;
border-right: 9px solid #FF0000;
border-bottom: 9px none #FF0000;
border-left: 9px solid #FF0000;
}