move certain things without moving everything? Like place ONLY the avatar somewhere, without it moving the whole column?
Yes you can position the individual sections on the profile.
Just take the section name and move it. 1_pets {Position:absolute; left:100px; right:300px; top:300px}
It'll affect the column it's in though so if they scroll it'll cause some issues, just keep one column open and position from it.

Seriously... OMG. I think that I could seriously hug you right now. -squeal- Thank you so much! 8D
So all I'd have to do is say column would be... about how large in size? Witht he hidden scrolls and then use whatever I want to position in that column, y/y?
slightly confused
If you have a two column profile and want to position sections around those two just set the third column to the basic {position:absolute; width:0px; left:0px; top:0px; height:0px;}
and individually position each section you put in the third column.
-- Does that make sense?
If it doesn't work just let me know and I'll edit the codes, I've been writing something for a while and some wires may of been crossed :P
