
/* CSS Document - Mel's Makeup */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffccce;

}


h2 {
	font-size: 18px;
	font-family: "Bookman Old Style", "Palatino Linotype", Palatino;
	font-style:italic;
/*		font-weight: bold;*/
	padding-bottom:15px;
}

/*h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
}*/

div#wrapper {

	width: 822px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}


/*---TOP SECTION---*/

div#logo {
	
	clear:both;
	float:left;
	width: 328px;
	height: 381px;


}

div#image1 {

	float:left;
	width: 494px;
	height: 381px;

}

div#address {
	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 238px;
	height: 149px;
	padding: 10px 494px 0 90px;
	
}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0000cc;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0000cc;
	text-decoration: underline;	
}


div#title {

	float:left;
	width: 822px;
	height: 77px;

}
div#para1 {

	clear:both;
	float:left;
	background:url(images/para1.gif) no-repeat;
	width: 372px;
	height: 299px;
	padding: 20px 0px 0 90px ;

}

div#image2 {

	float:left;
	width: 360px;
	height: 319px;

}

/*---MID SECTION---*/


div#image3 {

	clear:both;
	float:left;
	width: 462px;
	height: 434px;

}

div#image4 {


	float:left;
	width: 360px;
	height: 434px;

}


/*---BOTTOM SECTION---*/

div#para2 {

	clear:both;
	float:left;
	background:url(images/para2.gif) no-repeat;
	width: 371px;
	height: 232px;
	padding: 0px 361px 0 90px ;

}







