@charset "utf-8";
/* CSS Document */

/*fixes ie7 problem where info table drops to bottom edge of image box*/
.aboutTable{
position:relative;
/*left:210px;*/
/*top:-259px;*/
}

/*push bottom edge of blue BG down to correct level below table*/
.aboutPerson{
padding-bottom:25px;
}

/*put prologue text back in correct vertical position beside main heading*/
.linkHeadText{
position:relative;
top:-45px;
}

.mainHeading{
height:45px;
}