
/* CSS Document */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

div#wrapper {

	width: 785px;
	margin:auto;

}

div#buffer {
	clear:both;
	height: 30px;

}

/*---TOP SECTION---*/

div#logo {

}

div#address {
	clear:both;
	background:url(images/address.jpg) no-repeat;
	color:#FFFFFF;
	padding: 17px 0 0 59px;
	height: 142px;

}

div#title {

}

/*---MID SECTION---*/

div#para1 {

	float:left;
	background:url(images/para1.gif) no-repeat;
	color:#000000;
	padding: 24px 0 0 59px;
	height: 190px;
	width: 384px;

}

div#para2 {
	float:left;
	background:url(images/para2.gif) no-repeat;
	padding: 24px 58px 0 20px;
	height: 190px;
	width: 262px;
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

div#couple1 {
	clear:both;
	float:left;
	width: 783px;
	height: 222px;

}

div#couple2 {

	float:left;
	width: 340px;
	height: 222px;

}

/*---BOTTOM SECTION---*/

div#para3 {
	clear:both;
	float:left;
	background:url(images/para3.jpg) no-repeat;
	color:#000000;
	padding: 24px 365px 0 59px;
	height: 265px;
	width: 359px;

}


div#quote {

	clear:both;

}




