
/* CSS Document - Jay Jay's Hair and Beauty */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/bodybg.jpg) #eae8db;

}


h2 {
	font-size: 16px;
	padding-bottom:10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 800px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#logo {

	float:left;
	clear:both;
	width: 765px;
	height: 188px;


}

div#left {

	float:left;
	clear:both;
	width: 369px;
	height: 379px;

}
div#image1 {


	float:left;
	width: 396px;
	height: 379px;


}

div#address {


	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 321px;
	height: 222px;
	padding: 25px 0px 0 49px ;

}

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 {

	float:left;
	width: 370px;
	height: 132px;

}



/*---mid SECTION---*/

div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.gif) no-repeat;
	width: 295px;
	height: 380px;
	padding: 38px 35px 0 39px ;

}

div#image2 {

	float:left;
	width: 396px;
	height: 418px;


}

/*---bottom SECTION---*/

div#para2 {

	clear:both;
	float:left;
	background:url(images/para2.jpg) no-repeat;
	width: 295px;
	height: 372px;
	padding: 30px 35px 0 39px ;

}

div#image3 {

	float:left;
	width: 396px;
	height: 402px;


}



