
/* CSS Document - Dmakeup Station */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:  #e7e0e6 ;

}


h2 {
	font-size: 16px;
	font-family:"Palatino Linotype", Palatino, "Times New Roman";
	font-weight: bold;
	padding-bottom:10px;
}

h3 {
	font-size: 14px;
	font-family:"Palatino Linotype", Palatino, "Times New Roman";
	font-weight: bold;
/*	padding-bottom:10px;*/
}

div#wrapper {

	width: 861px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#logo  {

	clear:both;
	float:left;
	width: 861px;
	height: 152px;

}


div#address {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 339px;
	height: 246px;
	padding: 42px 0px 0 78px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #0033FF;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;	
}

div#image1 {

	float:left;
	width: 444px;
	height: 288px;

}


div#title {

	clear:both;
	float:left;
	width: 861px;
	height: 92px;

}

/*---MID SECTION---*/


div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.jpg) no-repeat;
	width: 268px;
	height: 412px;
	padding: 120px 72px 0 77px ;

}

div#image2 {

	float:left;
	width: 444px;
	height: 532px;

}

div#image3 {

	clear:both;
	float:left;
	width: 417px;
	height: 545px;

}

div#para2 {

	float:left;
	color:#FFFFFF;
	background:url(images/para2.jpg) no-repeat;
	width: 263px;
	height: 458px;
	padding: 87px 81px 0 100px ;

}


/*---BOTTOM SECTION---*/



div#para3 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para3.jpg) no-repeat;
	width: 267px;
	height: 441px;
	padding: 100px 47px 0 103px ;

}

div#image4 {

	float:left;
	width: 444px;
	height: 541px;

}




