body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background: #FFFFFF;
}

a {
	color: #f93292;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/*********** #content ***********/

#content {
	padding: 15px 0px 0px 40px;
	text-align: justify;
	}
#content p{
	padding: 40px 225px 0px 30px;
	}
	
	
	
/*********** #Navleft Links ***********/

#navleft {
	padding: 33px 0px 0px 0px;
	}
	
#home a {
	display: block;
	background: url("images/nav-home.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#home a:hover {
	background: url("images/nav-home-over.gif") no-repeat left top;
  }
  
  
#about a {
	display:block;
	background: url("images/nav-about.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#about a:hover {
	background: url("images/nav-about-over.gif") no-repeat left top;
  }
  
  
#news a {
	display:block;
	background: url("images/nav-news.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#news a:hover {
	background: url("images/nav-news-over.gif") no-repeat left top;
  }
  
#contact a {
	display:block;
	background: url("images/nav-contact.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#contact a:hover {
	background: url("images/nav-contact-over.gif") no-repeat left top;
  }
   
#photos a {
	display:block;
	background: url("images/nav-photos.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#photos a:hover {
	background: url("images/nav-photos-over.gif") no-repeat left top;
  } 
  
#resources a {
	display:block;
	background: url("images/nav-resources.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 31px;
  }

#resources a:hover {
	background: url("images/nav-resources-over.gif") no-repeat left top;
  }   
  
/*********** #Condo Pics Index ***********/

	
#bed a{
	display: block;
	background: url("images/condo-inside1.jpg") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 161px;
	width: 141px;
  }

#bed a:hover {
	background: url("images/condo-inside1-over.jpg") no-repeat left top;
  }

#living a{
	display: block;
	background: url("images/condo-inside2.jpg") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 161px;
	width: 140px;
  }

#living a:hover {
	background: url("images/condo-inside2-over.jpg") no-repeat left top;
  }
  
#dining a{
	display: block;
	background: url("images/condo-inside3.jpg") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 161px;
	width: 140px;
  }

#dining a:hover {
	background: url("images/condo-inside3-over.jpg") no-repeat left top;
  }
  
#kitchen a{
	display: block;
	background: url("images/condo-inside4.jpg") no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 161px;
	width: 138px;
  }

#kitchen a:hover {
	background: url("images/condo-inside4-over.jpg") no-repeat left top;
  }
  