one way to do it would be to edit the memberinfo template and use
Code:
<if condition="$userinfo[usergroupid] == ##">
example admin and registered user templates
Code:
<if condition="$userinfo[usergroupid] == 6">
ADMIN
</if>
<if condition="$userinfo[usergroupid] == 2">
MEMBER
</if>
just place all of the memberinfo template into each if condition and change accordingly
i would recommend keeping the <head> stuff and doing this in the body part of MEMBERINFO