Hello ralph.m, good to hear from you
all buttons inline, yet no spacing yet 
ok I have the css to this:
#footerTitle { /*Footer Social Buttons Title*/
position:relative;
left:80px; }
#footerSocial { /*Footer Social Buttons*/
width: 460px;
padding: 0 0 0 0;
margin: 0 auto;
height: 50px;
position:relative;
left:10px; }
#socialButtons { /*Footer Social Buttons*/
overflow: hidden;
}
#socialButtons div { /*Footer Social Buttons div*/
width: 32px;
height: 32px;
padding-right: 20px;
float: left; }
and all the html is;
<div id="footerSocial">
<div id="footerTitle">
<h3 class="footerTitle">Share Dating Asian Singles with Friends</h3>
</div>
<!-- Start SOCIAL MEDIA ICONS -->
<div id="socialButtons">
<a href="http://www.facebook.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/facebook.png" alt="Facebook" /></a>
<a href="https://twitter.com/DatingAS" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/twitter.png" alt="Twitter" /></a>
<a href="https://accounts.google.com/ServiceLogin" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/googlep.png" alt="Google" /></a>
<a href="http://www.linkedin.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/linkedin.png" alt="Linkedin" /></a>
<a href="http://www.stumbleupon.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/stumbleupon.png" alt="Stumbleupon" /></a>
<a href="http://www.delicious.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/delicious.png" alt="Delicious" /></a>
<a href="http://www.digg.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/digg.png" alt="Digg" /></a>
<a href="http://www.dribbble.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/dribbble.png" alt="Dribbble" /></a>
<a href="http://www.flickr.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/flickr.png" alt="Flickr" /></a>
<a href="http://www.vimeo.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false"><img src="templates/nightlife/media/Social32/vimeo.png" alt="Vimeo" /></a>
</div>
<!-- End SOCIAL MEDIA ICONS -->
</div>