/* CSS Document */

body{
	background: #FFFFFF;
	margin: 0px;
	colour: #000000;
	font-family: Georgia, "Times New Roman", Times, serif; /*or any other font family you prefer*/
	font-size: 40px;
	color: #FFFFFF;
	position: relative;
	left: auto;
	top: auto;
}

#container {
	background: url(../images/healmybody-back.png) repeat-x #FFFFFF;
	position: relative;
	width: 700px;
	margin: auto;
	height: 1400px;
}

#girl{
background: url(../images/a_18_girl.png) bottom center no-repeat;
 height: 550px;
}

div.clinic{
text-align:left;
width:700px;
}

div.photoholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
width:181px; /*Width of Image*/
height:256px; /*Height of Image*/
right:0px; /* This is applied relative to edge of container */
top:0px;
vertical-align:text-bottom;
vertical-align:text-bottom;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
}

div.menu{
	position:absolute;
	width: auto;
	height: auto;
	left : 6px;
	/*          top: 39px;
            z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
           
    line-height:15px;
	font-size: 13px;
	color:#FFFFFF;
	top: 44px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height:15px;	
	
}

.style1 {
            color: #ffffff;
            font-weight: normal;
}


a.menu:link {
            color: #FFFFFF;
            text-decoration: none;
}
a.menu:visited {
            text-decoration: none;
            color: #FFFFFF;
}
a.menu:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #663300;
}
a.menu:active {
            text-decoration: none;
            color: #FF0000;
}

div.contentarea {
   			position:absolute;
            width: 501px;
            height: 213px;
            left: 8px;
            top: 40px;
            font:11px;
            text-align:justify;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
	color: #FFFFFF;
	position: relative;
}

