0 width article required

So, my code was working fine before I went to wordpress. Now I can’t figure out why the hell the browser requires me to have a right article width of 0px???

#RightArticleTraining {

width:0px;
float:right;

}

It’s working now, but I’d like to make it right.

http://devb.bambl.clients.blinkss.com/personal-training/

The layout is a bit messed up, really. That right box is stuck inside your #LeftArticleSecondary column, which is floated left and has a width of 650px.

Ah…I did mess that up and forgot to change the article ID. Thx. I need to redo this layout. Shouldn’t be too bad now that you showed me the error. thx