
/* CSS Document - Shay Lawrence Studio */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;

}


h2 {
	font-size: 20px;
	padding-bottom:10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 860px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#left {

	float:left;
	clear:both;
	width: 436px;
	height: 467px;

}

div#logo {

	float:left;
	clear:both;
	width: 436px;
	height: 104px;


}


div#address {


	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 339px;
	height: 267px;
	padding: 5px 0px 0 97px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #0099FF;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;	
}

div#title {

	clear:both;
	float:left;
	width: 436px;
	height: 91px;

}

div#image1 {


	float:left;
	width: 415px;
	height: 467px;


}

/*---mid SECTION---*/

div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.jpg) no-repeat;
	width: 322px;
	height: 393px;
	padding: 25px 75px 0 39px ;

}

div#image2 {

	float:left;
	width: 415px;
	height: 418px;


}

/*---bottom SECTION---*/

div#image3 {

	clear:both;
	float:left;
	width: 436px;
	height: 416px;


}

div#image4 {


	float:left;
	width: 415px;
	height: 416px;


}

