This is basic html and css. Assuming that you're going to continue using the ForumCamp skin rip, then you're going want to add the following code into your global.css file:
Code:
.pb_section { margin: 0 auto; /*feel free to add your own code such as font family, size, weight, etc... here*/ }
.f_right { float: right; }
f_left { float: left; }
Now, go into your postbit template which can be found by navigating to the following: admincp-)templates & style-)templates-)your theme-)post bit templates and postbit.
If you want to create multiple, then just copy and paste them below each other, then change... I don't know, 'Posts:' to 'Joined:' and '{$post['postnum']}'to '{$post['userregdate']}'