
/* CSS Document - Elegance Makeup Artistry */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #e088b8;

}


h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Bookman Old Style", "Palatino Linotype", Palatino;
	padding-bottom:10px;
}

h4 {

	font-size: 16px;
	color:#ac8256;
	font-family:"Trebuchet MS", Arial, Helvetica;

}

div#wrapper {

	width: 823px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/



div#address {

	clear:both;
	float:left;
	background: url(images/address.jpg);
	width: 281px;
	height: 171px;
	padding: 164px 0px 0 142px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0000ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0000ff;
	text-decoration: underline;	
}

div#image1 {


	float:left;
	width: 400px;
	height: 335px;

}

div#title1 {


	clear:both;
	float:left;
	width: 823px;
	height: 111px;

}

/*---MID SECTION---*/


div#image2 {

	clear: both;
	float:left;
	width: 319px;
	height: 729px;

}

div#para1 {


	float:left;
	background:url(images/para1.jpg) no-repeat;
	width: 418px;
	height: 729px;
	padding: 0px 56px 0 30px ;

}

ul{
		list-style-position: inside;
		list-style-type: disc;
		text-indent:10px;
		padding-left: 50px;
		padding:0;

}



/*---BOTTOM SECTION---*/






