
/* CSS Document - Photography by Emma Pointon */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background.gif) #999999;
	font-size: 12px;
	color: #000000;


}


h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 803px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#address {

	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 333px;
	height: 243px;
	padding: 106px 0px 0 69px ;

}


a.address:link, a.address:visited {

	font-weight: bold;
	color: #0000ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #00000ff;
	text-decoration: underline;	
}

div#image1  {

	float:left;
	width: 401px;
	height: 349px;

}

/*---MID SECTION---*/

div#para1 {

	clear:both;
	float:left;
	background:url(images/para1.jpg);
	width: 206px;
	height: 379px;
	padding: 60px 0px 0 247px ;

}

div#image2  {

	float:left;
	width: 350px;
	height: 439px;

}

/*---BOTTOM SECTION---*/


div#image3  {

	clear:both;
	float:left;
	width: 402px;
	height: 436px;

}

div#image4  {

	float:left;
	width: 401px;
	height: 436px;

}





