#body_text{
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 374px;
        margin: 5px;
	margin-right: 15px;
    	font-size: small;
	font-weight: normal;
	color: #000000;
	font-family: "Century Gothic", sans-serif;
	
}

#salon_title{
	position: absolute;
	bottom: 5px;
	right: 200px;
	font-family: "Century Gothic", sans-serif;
	font-size: large;
	color: #FFFFFF;
}

#stylists{
        position: absolute;
        bottom: 0px;
        left: 0px;
    	text-align: left;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #66CCCC;
        background-color: #FFFFFF;
        height: 154px;
        width: 350px;
}

#stylists_text{
        position: absolute;
        bottom: 30px;
        left: 10px;
}

.stylist_name{
        font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #66CCCC;
        text-decoration: none;
}

#body_pic{
        position: absolute;
        top: 0px;
	right: 0px;
	z-index: 50;
}

#body_mehndi{
        position: absolute;
        top: 0px;
        right: 0px;
}


