/* 
    Document   : profile.css
    Created on : May 22, 2013, 5:39:34 PM
    Author     : Steven Maverick
    Description:
        Purpose of the stylesheet follows.
*/

#profile-header {
   margin-bottom: 2%;
}

#profile-info, #profile-update, #profile-activities {
} 

#profile-info {
   margin: 0 auto;
}

#profile-avatar-div {
   background:url(../images/profilepics/avatarbg.png) no-repeat; 
   width:180px; 
   height:180px;
   margin: 0 auto;
   padding: 5px;
}

#profile-avatar img {
   height:160px; 
   width:160px; 
   border-radius:5px;
   /*margin-left: 5px;*/
}