
/* CSS Document - Naomi Flintoff Makeup Artist */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;

}


h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:15px;
}

h3 {
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
/*	padding-top:10px;*/
}

div#wrapper {

	width: 860px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}


/*---TOP SECTION---*/


div#logo {
	
	clear:both;
	float:left;
	width: 853px;
	height: 148px;


}

div#address {

	clear:both;
	float:left;
	color:#947956;
	background:url(images/address.jpg) no-repeat;
	width: 722px;
	height: 201px;
	padding: 0px 0px 0 131px;
	
}

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;	
}


/*---MID SECTION---*/

div#title {

	clear:both;
	float:left;
	width: 853px;
	height: 52px;

}

div#para1 {

	clear: both;
	float:left;
	color:#FFFFFF;
	background: url(images/para1.jpg) no-repeat;
	width: 722px;
	height: 303px;
	padding: 0px 0px 0 131px ;

}

li {
	
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: circle;
}


/*---BOTTOM SECTION---*/

div#image1 {

	clear:both;
	float:left;
	width: 285px;
	height: 452px;

}

div#image2 {


	float:left;
	width: 282px;
	height: 452px;

}

div#image3 {


	float:left;
	width: 286px;
	height: 452px;

}



