#body_pic{
        position: absolute;
        top: 0px;
        left: 75px;
        z-index: 100;
        height: 262px;
        width: 440px;
}

#body_mehndi{
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: 50;
}

#stylist_prices{
        position: absolute;
        top: 80px;
        right: 70px;
	font-family: "Century Gothic", sans-serif;
	font-size: medium;
	color: #FFFFFF;
        text-align: left;
}

#stylist_info_box{
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 338px;
        width: 844px;
        background-color: #FFFFFF;
        margin-top: 70px;
    	text-align: left;
        z-index: 75;
}

.stylist_name{
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #66CCCC;
        height: 164px;
}

.stylist_bio{
        font-family: "Avant Garde", "Century Gothic", sans-serif;
        font-size: smaller;
        font-weight: normal;
        color: #000000;
}

#stylist_email{
	position: absolute;
	bottom: 0px;
	right: 0px;
        text-align: right;
    	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-family: "Century Gothic", sans-serif;
}

#stylist_email a{
	color: #000000;
	text-decoration: none;
}

#stylist_email a:hover{
	text-decoration: underline;
}

