/* CSS Document - Photography House */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #f5f5f5;

}


h2 {
	
	font-family:"Palatino Linotype", Palatino, "Times New Roman";
	font-size: 21px;
/*	font-weight: bold*/;
	font-style:italic;
	color: #007d97;
	padding-bottom:10px;
}

div#wrapper {

	width: 858px;
	background:url(images/bg.jpg) repeat-y ;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;
	background-color: #f5f5f5;

}

/*---TOP SECTION---*/

#enquiryButton{
	margin-left:-4px;
	background:none !important;
}


#header-info p {

font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0px 0px 20px 0px;
color:#7d843e;
}

#header-info h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight: normal;
margin: 0px 0px 0px 0px;
color:#000;
text-transform:lowercase;
}

#header-info a, a:active, #header-info  a:visited{

font-weight:normal;
text-decoration:none;
color:#7d843e;
}

#header-info a:hover{
font-weight:normal;
text-decoration:none;
color:#000;
} 

div#logo {

	float:left;
	width: 374px;
	height: 214px;
}



div#address {

	clear:both;
	float:left;
	color:#999999;
	text-align:left;
	background:url(images/logo.jpg) no-repeat;
	width: 346px;
	height: 184px;
	padding: 30px 0px 0px 28px ;

}

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;	
}



/*---MID SECTION---*/

div#image1 {

	clear:both;
	float:left;
	width: 278px;
	height: 338px;

}

div#image2 {

	float:left;
	width: 277px;
	height: 338px;

}


div#image3 {


	float:left;
	width: 303px;
	height: 338px;

}



/*---BOTTOM SECTION---*/


div#para1 {

	clear:both;
	float:left;
	color:#999999;
	background:url(images/para1.jpg) no-repeat;
	width: 487px;
	height: 434px;
	padding: 20px 20px 0 48px ;

}


div#image4 {

	float:left;
	width: 303px;
	height: 454px;

}

div#footer {

	clear: both;
	width: 858px;
	height: 30px;

}

