html{
height:100%;
}
body{
	background-color:#D7E3DF;
	height:100%;
	margin-top:0px;
}

a:link { color: #B55627 ; text-decoration: underline }
a:active { color: #B55627; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline }
a:hover { color: #000000; text-decoration: underline }

.style1 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size:12px;}
.style2 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size:14px; font-weight:bold;}

#wrapper {
	width: 612px;
	height: auto;
	margin:auto;
}
#maincontainer {
	width: 612px;
	margin: auto;
	height: auto;
}
#header { 
	width: 612px;
	height: 200px;
	margin: auto;
}
#content {
	width: 612px;
	height: auto;
	margin: auto;
	background-image:url(http://tomato-thyme.com/ConstantContact/newsletters/TT-background.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#meet {
	width: 539px;
	height: auto;
	margin: auto;
	padding-left: 35px;
	padding-right: 38px;
	clear: both;
}
#meet-left {
	width: 350px;
	height: auto;
	float: left;
}
#meet-right {
	width: 174px;
	height: auto;
	float: right;
}
#eat {
	width: 539px;
	height: auto;
	margin: auto;
	padding-left: 35px;
	padding-right: 38px;
	clear: both;
}
#eat-left {
	width: 350px;
	height: auto;
	float: left;
}
#eat-right {
	width: 174px;
	height: auto;
	float: right;
}
#greet {
	width: 539px;
	height: auto;
	margin: auto;
	padding-left: 35px;
	padding-right: 38px;
	clear: both;
}
#greet-left {
	width: 350px;
	height: auto;
	float: left;
}
#greet-right {
	width: 174px;
	height: auto;
	float: right;
}
#footer {
	width:612px;
	height:69px; 
	margin:auto;
	clear: both;
}
	