
/* CSS Document - cherisse makeup artistry*/

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/bg.gif) #2b2b2b top repeat-x;
	
}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0066ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0066ff;
	text-decoration: underline;	
}

h2 {
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
/*	color:#FFFFFF;*/
/*	font-weight: bold;*/
 	padding-bottom:10px;
}

/*h3 {

	font-size:14px;
	font-weight:bold;
	color: #a8d103;
	padding-bottom:10px;

}*/

div#wrapper {
	width: 805px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 799px;
	height: 110px;

}

div#address {

	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	color:#FFFFFF;
	width: 762px;
	height: 227px;
	padding: 24px 0px 0 37px;

}

div#title {

	clear:both;
	float:left;
	width: 799px;
	height: 88px;

}


/*---MID SECTION---*/

div#image1 {
	clear:both;
	float:left;
	width: 434px;
	height: 489px;

}

div#para1  {

	float:left;
	background:url(images/para1.jpg);
	color:#FFFFFF;
	width: 298px;
	height: 459px;
	padding: 30px 37px 0 30px;

}
div#para2  {

	clear:both;
	float:left;
	background:url(images/para2.jpg);
	width: 319px;
	height: 347px;
	padding: 40px 85px 0 30px;

}

div#image2 {


	float:left;
	width: 365px;
	height: 387px;

}


/*---BOTTOM SECTION---*/

div#para3  {

	clear:both;
	float:left;
	background:url(images/para3.jpg);
	width: 319px;
	height: 313px;
	padding: 20px 85px 0 30px;

}

div#image3 {


	float:left;
	width: 365px;
	height: 333px;

}


