
/* CSS Document - The Epping Club */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #182f63;
	


}

a:link {

	font-weight: bold;
	color: #0033FF;
	text-decoration: none;	
}



h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 762px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 762px;
	height: 89px;

}

div#address {

	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 633px;
	height: 189px;
	padding: 0 0 0 129px ;

}

div#title{

	clear:both;
	float:left;
	width: 762px;
	height: 121px;

}

/*---MID SECTION---*/

div#bridalparty{

	clear:both;
	float:left;
	width: 762px;
	height: 323px;

}
div#para1 {

	clear:both;
	float:left;
	background:url(images/para1.jpg) no-repeat;
	width: 656px;
	height: 97px;
	padding: 0 46px 0 60px ;

}

div#salmon{

	clear:both;
	float:left;
	width: 381px;
	height: 267px;

}

div#bouquet{

	float:left;
	width: 381px;
	height: 267px;

}


