
/* CSS Document  - Rick Lay - From Here to Eternity*/

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
	


}

a:link {

	font-weight: bold;
	color: #0033FF;
	text-decoration: none;	
}



h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 750px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 750px;
	height: 114px;

}

div#address {

	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	color:#FFFFFF;
	width: 669px;
	height: 174px;
	padding: 0 0 0 81px ;

}

div#title{

	clear:both;
	float:left;
	width: 750px;
	height: 50px;

}

/*---MID SECTION---*/

div#para1 {

	clear:both;
	float:left;
	width: 488px;
	height: 228px;
	background:url(images/para1.jpg) no-repeat ;
	padding: 0px 59px 0 203px;

}

div#experience {

	clear:both;
	float:left;
	width: 750px;
	

}



div#para2 {

	clear:both;
	float:left;
	width: 700px;
	height: 146px;
	background:url(images/para22.jpg) repeat-y ;
	background-position:bottom;
	padding: 0px 50px 0 0px;
	overflow: visible;
	 

}

div#bridalparty {

	clear:both;
	float:left;
	width: 750px;
	height: 196px;

}



/*---BOTTOM SECTION---*/

div#testimonials {

	clear:both;
	float:left;
	width: 750px;
	height: 36px;

}

div#para3 {

	clear:both;
	float:left;
	width: 412px;
	height: 233px;
	color:#FFFFFF;
	background:url(images/para3.jpg) no-repeat;
	padding: 0px 268px 0 70px;

}









