* {
	margin:0;
	padding:0;
}

body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#332820;
	
	background:#b7b6a4 url(http://www.pointpleasantretirement.com/images/bkgd.jpg) repeat-x;
}

h1 {
	font-size:1.2em;
	margin-bottom:10px;
}

a {
	
}
a:hover {

}

#header {
	height:100px;
	background:#585b3f url(http://www.pointpleasantretirement.com/images/header_bkgd.jpg) repeat-x;;
}
#header div.content {
	width:1056px;
	margin:0 auto;
	height:100px;
	position:relative;
	background:url(http://www.pointpleasantretirement.com/images/header_mountains.png) repeat-x;
}
#header div.content #logo {
	display:block;
	width:212px;
	height:104px;
	position:absolute;
	top:46px;
	left:94px;
	z-index:1000;
	background:url(http://www.pointpleasantretirement.com/images/logo.png) no-repeat;
}

#header #nav {
	height:25px;
	background-color:#332820;
}
#header #nav ul {
	list-style:none;
	width:1056px;
	margin:0 auto;
	padding-right:140px;
}
#header #nav ul li {
	display:block;
	float:left;float:right;
}
#header #nav ul li a {
	display:block;
	float:left;
	padding:3px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-size:.9em;
}
#header #nav ul li a:hover, #header #nav ul li a.current {
	background-color:#fff;
	color:#332820;
}

#wrapper {
	width:1056px;
	margin:25px auto 0 auto;
}
#wrapper div {
	float:left;
}

#screen {
	width:916px;
	padding:25px 70px 50px 70px;
	background:url(http://www.pointpleasantretirement.com/images/wrapper_bkgd.png) repeat-y;
}

#main {
	width:852px;
	padding:17px;
	border:15px solid #fff;
	background-color:#cecdac;
	
	font-size:.8em;
	line-height:1.5em;
}
#main div.banner {
	width:852px;
}
#main div.content {
	width:742px;
	padding:50px 55px;
}

#main div.content ul {
	padding-left:1.3em;
}
#main div.content ul li {
	padding-bottom:15px;
}

#cta {
	width:898px;
	padding:17px 0 17px 17px;
}
#cta ul {
	list-style:none;
}
#cta ul li {
	display:block;
	float:left;
}
#cta ul li a {
	display:block;
	float:left;
	width:262px;
	height:147px;
	
	text-indent:-999px;
	overflow:hidden;
}
#cta ul li a.building {
	margin-right:52px;
	background:url(http://www.pointpleasantretirement.com/images/cta_building.png) no-repeat;
}
#cta ul li a.amenities {
	margin-right:52px;
	background:url(http://www.pointpleasantretirement.com/images/cta_amenities.png) no-repeat;
}
#cta ul li a.services {
	background:url(http://www.pointpleasantretirement.com/images/cta_services.png) no-repeat;
}

#footer {
	width:916px;
	clear:left;
	font-family:"Cochin", Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	text-align:center;
}
#footer div.content {
	width:916px;
	padding:40px 0 20px 0;
}