HI, i'm in the process of jumping ship from tables to css and i've got things shaping up the way i like, but one thing is nagging me. I have a 4 column layout consisting of a top banner, left nav bar, center content display, right column. I've go everything lineing up nice with the margin attributes, but to right align the right colum i'm using something this: margin: margin: 40px 0px 0px 803px;

I realized i was trying to figure out how far i wanted it to the right with my window maximized, so when i resized my window smaller the scroll bar showed up. Basically i want it to have the liquidity of staying to the right regardless of the size.

Also, my center DIV that holds my content how can i make it expand 100% to fit in between the left and right columns?

Last but not least. in IE, i noticed my banner div leaving some white space below my image that i have for my banner. I have padding set to 0px, I don tknow what else to do. It shows up perfectly in firefox... Any help with these knks would help. Thanks.