@charset "utf-8";
body {
	background-color: #362f2d;
	color: #FFFFFF;
	text-align:center;
}

#wrapper {
	text-align: center;
	width: 800px;
	height:850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #362f2d;
	position: relative;
	z-index: 100;
	top: 0px;
}

#navbar {
	position:relative;
	text-align:center;
	z-index: 113;
	bottom: 0px;
	height: 30px;
	width: 800px;
}

#content {
	position:relative;
	z-index:102;
	text-align:left;
}

#footer {
	width:800px;
	height:40px;
	z-index:103;
	font-family: "Trebuchet MS";
	font-size: small;
	text-align: center;
	position: relative;
	top: 550px;
}

#hometext {
	position: absolute;
	height: 492px;
	width: 340px;
	top: 17px;
	right: 11px;
	z-index: 113;
	font-family: "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	text-align:left;
	vertical-align: top;
}
#forsale {
	position:absolute;
	left:20px;
	top:302px;
	width:390px;
	height:172px;
	z-index:104;
}
#slideshow {
	position:absolute;
	left:20px;
	top:18px;
	width:390px;
	height:270px;
	z-index:103;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #CC6600;
}

a:hover {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #CC3300;
}
