/* CSS Document */

body{
background-color: #2F2F47;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #FFFFFF;
}
a{
	color: #ffffff;
}
a:hover{
color:	#666666;
}
div.main{
	width: 700px;
	height: 400px;
	margin: 0 auto;
}
div.image{
	float: left;
	display: block;
}

div.text{
	float: right;
	width: 365px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
h1{
  font-size: 1.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
h2{
  font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
text-align: justify;
}
div.links{
	float: left;
	width: 307px;

	
}
div.links a.brookdale{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(brookdale-dark.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.links a.lodge{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(crossroads-dark.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;	
}
div.links a.driftwood{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(driftwood-dark.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;	
}
div.links a.brookdale:hover{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(brookdale.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.links a.lodge:hover{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(crossroads.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;	
}
div.links a.driftwood:hover{
	width: 248px;
	height: 110px;
	float: left;
	background-image: url(driftwood.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;	
}