
/* CSS Document - Savkabeauty */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #d8e0e2;

}


h2 {
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#95a3ae;
	font-weight: bold;
	padding-bottom:15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
}

div#wrapper {

	width: 852px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}


/*---TOP SECTION---*/

div#logo {
	
	clear:both;
	float:left;
	width: 852px;
	height: 116px;


}

div#address {
	clear:both;
	float:left;
	color:#666666;
	background:url(images/address.jpg) no-repeat;
	width: 224px;
	height: 293px;
	padding: 0px 0px 0 66px;
	
}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0099ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;	
}

div#image1 {

	float:left;
	width: 562px;
	height: 293px;

}



div#title {

	float:left;
	width: 852px;
	height: 92px;

}


/*---MID SECTION---*/

div#image2 {

	clear:both;
	float:left;
	width: 290px;
	height: 545px;

}


div#para1 {

	float:left;
	color:#666666;
	background:url(images/para1.jpg) no-repeat;
	width: 510px;
	height: 520px;
	padding: 25px 52px 0 0px ;

}



/*---BOTTOM SECTION---*/

div#image3 {

	float:left;
	width: 852px;
	height: 232px;

}



