body {
	background: #232c54 url(img/body-bg.jpg) repeat-x top center;
	margin: 0;
}

body, table, tr, td, th, span, p, div {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #232c54;
}

a img {
	border: none;
}

a {
	color:#804A67;
}

p, form {
	margin: 0;
}

#top-bg {
	background: url(img/globe-bg.jpg) no-repeat top center;
}

#container {
	width: 819px;
	margin: 0 auto 0 auto;
	position: relative;
	left: 1px;
}

#globehand {
	position: absolute;
	width: 180px;
	height: 255px;
	bottom: 0px;
	left: -65px;
	background-image: url(img/globe-hand.png);
}

#header {
	width: 819px;
	height: 185px;
	background-repeat: no-repeat;
}

#home #header { background: url(img/header-home.jpg); }
#brookside #header { background: url(img/header-brookside.jpg); }
#kennedybusiness #header { background: url(img/header-kennedybusiness.jpg); }
#kennedyproperty #header { background: url(img/header-kennedyproperty.jpg); }
#lakeside #header { background: url(img/header-lakeside.jpg); }
#manchester #header { background: url(img/header-manchester.jpg); }
#palace #header { background: url(img/header-palace.jpg); }
#parkside #header { background: url(img/header-parkside.jpg); }
#renaissance #header { background: url(img/header-renaissance.jpg); }
#rosedale #header { background: url(img/header-rosedale.jpg); }
#alliance #header { background: url(img/header-alliance.jpg); }

#main {
	width: 819px;
	background: url(img/content-bg.jpg) repeat-y top center;
}

#content-bottom {
	background: url(img/content-bottom.jpg) no-repeat bottom center;
}

#content-top {
	background: url(img/content-top.jpg) no-repeat top center;
}

table#maintbl {
	width: 819px;
	padding: 0;
	border: 0;
	margin: 0;
}

table#maintbl td {
	padding: 0;
	border: 0;
	margin: 0;
}

table#maintbl td#nav {
	width: 126px;
	vertical-align: top;
}

table#maintbl td#nav div {
	width: 126px;
	height: 25px;
	text-indent: 22px;
	overflow: hidden;
}

table#maintbl td#nav div a {
	font-family: Arial, sans-serif;
	color: #000d45;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}

#content-inner {
	padding: 5px 20px 5px 20px;
	min-height: 572px;
}

	#contentArea {
		float: left;
		width: 420px;
		padding-top: 50px;
		min-height: 100px;
	}

		#contentArea a {
			color: #804a67;
		}

	#rightNav {
		float: left;
		padding-top: 50px;
		width: 230px;
		text-align: center;
	}

		#rightNav div {
			padding-bottom: 10px;
		}


#bottom-bottom {
	width: 819px;
	height: 90px;
	background: #232c54 url(img/bottom-bottom.jpg) no-repeat top center;
}

	#bottom-footer {
		text-align: right;
		padding: 10px 0px 0px 20px;
	}


