
/* CSS Document - Blurr Photographics */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;

}


h2 {
	font-size: 16px;
	color:#666666;
	font-weight: bold;
 	/*	font-family: "Palatino Linotype", Palatino, "Times New Roman";*/ 
	padding-bottom:10px;
}

div#wrapper {

	width: 860px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/



div#logo {


	clear:both;
	float:left;
	width: 852px;
	height: 119px;

}

div#image1a {

	clear: both;
	float:left;
	width: 852px;
	height: 177px;

}

div#image1b {

	clear:both;
	float:left;
	width: 534px;
	height: 177px;

}

div#address {

	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 219px;
	height: 157px;
	padding: 20px 77px 0 22px ;

}

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 {

	clear:both;
	float:left;
	width: 852px;
	height: 52px;

}

div#left {

	clear:both;
	float:left;
	width: 483px;
	height: 446px;


}

div#para1 {

	float:left;
	background:url(images/para1.gif) no-repeat;
	width: 365px;
	height: 162px;
	padding: 30px 10px 0 108px ;

}

div#image2 {
	clear:both;
	float:left;
	width: 483px;
	height: 254px;


}
/*---MID SECTION---*/




div#image3 {

	float:left;
	width: 369px;
	height: 446px;

}




/*---BOTTOM SECTION---*/



div#para2 {

	clear:both;
	background:url(images/para2.gif) no-repeat;
	float:left;
	width: 287px;
	height: 199px;
	padding: 10px 63px 0 108px ;

}

div#para3 {

	background:url(images/para3.gif) no-repeat;
	float:left;
	width: 284px;
	height: 199px;
	padding: 10px 110px 0 0px ;

}


div#image4 {


	clear:both;
	float:left;
	width: 852px;
	height: 382px;

}

div#footer {

	clear:both;
	background:url(images/aipp.jpg) no-repeat;
	color:#FFFFFF;
	float:left;
	width: 794px;
	height: 134px;
	padding: 20px 0 0 58px;


}


