﻿body
{
	background: #477EBE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Helvetica, sans-serif;
}
.MainDiv
{
	width: 1050px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background: url("images/bay_meadows_bg.jpg") no-repeat;
}

.ContentFrame
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 790px;
	padding: 0px 5px 0px 5px;
	background: url("images/bay_meadows_content_bg.png") repeat-y;
	text-align: center;
}
.Content
{
	width: 750px;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

.BottomFrame
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
	background: url("images/bay_meadows_bottom_bg.png") no-repeat;
	width: 790px;
	height: 100px;
	padding-top: 8px;
	font-size: 11px;
	color: #55bb44;
}
.BottomFrame A
{
	color: #55bb44;
}
.ContactUsTitle
{
	clear: both;
	float: left;
	width: 100px;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	padding: 6px 20px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-size:11pt;
}

.ContactUsField
{
	float: left;
	width: 320px;
	height: 30px;
	margin: 20px 0px 0px 0px;
}

