@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	}
	
#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#heading {
	width: 800px;
	margin-left: -2.5px;
	}
	
	#navigation {
	background-image: url(images/heading.jpg);
	height: 241px;
	width: 800px;
	list-style-type: none;
	margin-left: -2.5px;
	background-repeat: no-repeat;
	}
	
	.nav {
	float: left;
	width: 85px;
	list-style-type: none;
	height: 40px;
	margin-left: 20px;
	margin-top: 195px;
}
#apartmentimage {
	background-image: url(images/apartments2.jpg);
	float: left;
	height: 320px;
	width: 260px;
	margin-right: 5px;
}
#realestateimage {
	background-image: url(images/Residential.jpg);
	float: left;
	height: 320px;
	width: 260px;
	margin-right: 5px;
	margin-left: 5px;
}
#restaurant {
	background-image: url(images/restaurant.jpg);
	height: 320px;
	width: 260px;
	float: right;
}


.nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
	display: block;
	text-align: center;
	font-weight: normal;
}
.nav a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
	height: 35px;
	width: 100px;
	margin-top: -9px;
	background-image: url(images/button-bg.png);
	font-size: 17px;
		color: #FFFFFF;
	text-align: center;
	}
#footer {
	height: 30px;
	width: 800px;
	float: left;
	background-color: #6aaf19;
	margin-top: 20px;
	}
	
	.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	}#centercolumn {
	width: 700px;
}
.designtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.designtag a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;	
}
