body {
	padding: 0;
	background: #ffffff;
	color: #2E2E2E;
	text-align: center;
	min-width:760px;
}

/*this wraps the website which includes eg the header, content, footer etc*/
#wrap {
	background: #ffffff;
	border:  none;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

/* this controls the header*/
#header {
	background: url('../images/headerCouple3.jpg') no-repeat;
	width: 760px;
	height: 170px;
}

/*this controls the content to the left, below the header*/
.maincontent {
	background: #ffffff;
	float:left;
	margin: 0 auto;
	padding: 20px;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	color: #2E2E2E;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	color: #2E2E2E;
}

.maincontent h3{
	font: bold;
	color: #007272;
	margin: 0 auto;
}

.maincontent li{
	margin: 4px;
}

.head1 {
	color: #007272;
	font-size:1em;
	margin: 0 auto;
	text-decoration: underline;
}

.sidebar {
	float:right;
	margin: 0 auto;
	width: 240px;
}


#address {
	background:#007272;
	clear:both;
	color: #ffffff;
	text-align: center;
	border-bottom: 3px solid #8c734a;
}

#footer {
	background:#ffffff;
	clear:both;
	color: #cccccc;
	text-align: center;
	font-size: 8pt;
}

