/* Stylesheet for The Team */

/* The main picture */
#SiteMap { background: url(Ims5b.jpg) no-repeat left top; width: 650px; height: 465px; 
           overflow: hidden; position: relative; }

/* The Individual Links' Positions */
#SiteMap p { display: none; margin: 0; }
#SiteMap .teamGerry { display: block; position: absolute; bottom: 0%; right: 7%; height: auto; width: auto; }
#SiteMap .teamNeil { display: block; position: absolute; bottom: 0%; left: 7%; height: auto; width: auto; }
#SiteMap .teamDennis { display: block; position: absolute; bottom: 0%; left: 40%; height: auto; width: auto; }
#SiteMap .teamDavid { display: block; position: absolute; bottom: 0%; left: 23%; height: auto; width: auto; }
#SiteMap .teamRoger { display: block; position: absolute; bottom: 0%; right: 22%; height: auto; width: auto; }

/* The Individual Links' Colours */
#SiteMap p { background: white; border: outset; padding: 2px; text-align: center; }
#SiteMap p :link, #SiteMap p :visited { color: blue; }
