body {
	font-family: verdana, arial, helvetica, sans-serif;
    background-image: url(images/background.jpg);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 10px 0px;;
	width: 100%;
}

a:link,  a:visited, a:active{
	color: #003366;
	text-decoration: none;
	ddfont-size: 1.2em;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

h2 {
	 margin: 15px 0px 5px; color: #336699
}


#header {
	vertical-align: top; width: 800px; height: 80px; background-color: #ffffff
}

#content {
	background-color: #ffffff;
    display: block;
	margin: 0px auto;
	overflow: hidden;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}


#content h1 {
    font-size: 20px;
	color: red;
    width: 100%;
    text-align: center;
}

#content table {
    padding-top: 20px;
	background-color: white;
	text-align: center;
}


#content table td.left {
	text-align: right;
	width: 375px;
}

#content table td.right {
	text-align: left;
	width: 375px;
}

#content table td em {
	color: red;
}


#content table td {
	border-bottom: solid 1px #f0f0f0;
}

#content map {
    border: solid 1px black;
}

#content #chelsea {
    background: url(images/map_chelsea.jpg) no-repeat center;
    width: 800px;
    height: 500px;
}

#content #farmpoint {
    position: absolute;
    top: 160px;
    left: 20px;
}

#content #cascades {
    position: absolute;
    top: 250px;
    left: 20px;
}

#content #oldchelsea {
    position: absolute;
    top: 400px;
    left: 20px;
}

#content #hollowglen {
    position: absolute;
    top: 500px;
    left: 20px;
}

#content .area {
    color: red;
    border: solid 2px red;
    background: url(images/map_bg.jpg) repeat;
    font-size: 24px;
    padding: 3px;
}

#content em {
    display: block;
    font-size: 0.6em;
    font-weight: bold;
    text-decoration: italic;
}

#content strong {
    display: block;
    font-weight: bold;
    text-decoration: italic;
    padding: 3px 0px;
    color: red;
}


#content img.right {
    position: absolute;
    right: 30px;
    top:  150px;
    border: 2px solid red;
}


#footer {
    clear: both;
	padding: 40px 5px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	ddfont-size: 80%;
    color:#003366;
}
