@charset "utf-8";
/* This Style Sheet defines specific styling properties of the Alderman-Homes Homepage. */
#home {
	background: url(images/marker.gif) no-repeat 0 16px;
}
#home1 {
	background: url(images/home1.jpg) no-repeat 0 0;
	width: 240px;
	height: 219px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
#home2 {
	background: url(images/home2.jpg) no-repeat 0 0;
	width: 299px;
	height: 275px;
	position: relative;
    top: 0;
    left: 10px;
	float: left;
}
#home3 {
	background: url(images/home3.jpg) no-repeat 0 0;
	width: 205px;
	height: 271px;
	position: relative;
    top: -38px;
    left: 0;
	float: left;
}
#home4 {
	background: url(images/home4.jpg) no-repeat 0 0;
	width: 336px;
	height: 212px;
	position: relative;
    top: 20px;
    left: 10px;
	float: left;
}
#menu {
	width: 194px;
}
#stage {
	margin-top: 50px;
}
