/* CSS Document */

div#content_right {
position: relative;
}

div#content_right #bio1 {
background: transparent url(images/cami.jpg) no-repeat top left;
position: absolute;
width: 120px;
top: 70px;
left: 30px;
}

div#content_right #bio2 {
background: transparent url(images/dawn.jpg) no-repeat top left;
position: absolute;
width: 120px;
top: 70px;
left: 170px;
}

div#content_right #bio3 {
background: transparent url(images/jenny.jpg) no-repeat top left;
position: absolute;
width: 120px;
top: 70px;
left: 310px;
}

div#content_right #bio4 {
background: transparent url(images/beth.jpg) no-repeat top left;
position: absolute;
width: 120px;
top: 250px;
left: 110px;
}

div#content_right #bio5 {
background: transparent url(images/megan.jpg) no-repeat top left;
position: absolute;
width: 120px;
top: 250px;
left: 250px;
}


div#content_right #bio1 a, #bio2 a, #bio3 a, #bio4 a, #bio5 a {
color: #ffffff;
font-size: 12px;
float: left;
margin-top: 110px;
text-align: center;
}

div#content_right #bio1 a {
margin-left: 0px;
}

div#content_right #bio2 a {
margin-left: 10px;
}

div#content_right #bio3 a {
margin-left: 10px;
}

div#content_right #bio4 a {
margin-left: 15px;
}

div#content_right #bio5 a {
margin-left: 10px;
}