
/* CSS Document - Belle Maquillage */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #b3544e;

}


h2 {
	font-size: 16px;
	text-transform:uppercase;
	color:#990000;
	font-weight: bold;
	padding-bottom:15px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:15px;;
}

div#wrapper {

	width: 850px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}


/*---TOP SECTION---*/


div#logo {
	
	clear:both;
	float:left;
	width: 850px;
	height: 118px;


}

div#address {

	clear:both;
	float:left;
	text-align:right;
	background:url(images/address.jpg) no-repeat;
	width: 813px;
	height: 165px;
	padding: 37px 37px 0 0px;
	
}

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#title {

	clear:both;
	float:left;
	width: 850px;
	height: 55px;

}

div#para1 {

	float:left;
	background:url(images/para1.jpg) no-repeat;
	width: 367px;
	height: 215px;
	padding: 35px 37px 0 446px ;

}



/*---MID SECTION---*/


div#image1 {

	clear: both;
	float:left;
	width: 409px;
	height: 275px;

}

div#para2 {


	float:left;
	background: url(images/para2.gif) no-repeat;
	width: 367px;
	height: 240px;
	padding: 35px 37px 0 37px ;

}


/*---BOTTOM SECTION---*/

div#image2 {

	clear:both;
	float:left;
	width: 409px;
	height: 286px;

}

div#image3 {

	float:left;
	width: 441px;
	height: 286px;

}


