body {
	 background-color:		#666666;
	 width:					1024px;
	 margin-right:			auto;
	 margin-left:			auto;\
	 }

a	{
	color:					black;
	}
	 
h1	{
	font-family:			sans-serif;
	text-align:				center;
	font-size:				1.75em;
	padding-bottom:			20px;
	padding-top:			0px;
	border-top:				0px;
	border-right:			0px;
	border-left:			0px;
	border-bottom:			2px;
	border-style:			solid;
	}
	
em   {
	font-style:				bold;
	}

li	{
	padding-top:			8px;
	}
	
		
div#main {
	width:					799px;
	height:					1900px;
	background-color: 		#7A8B8B;
	padding: 				10px;
	padding-top:			0px;
	padding-bottom:			20px;
	margin:					10px 0px -2000px 10px;
	float:					right;
	font-size:				1.25em;
	font-family:			sans-serif;
	}
	
	
div#forsale {
	width:					780px;
	height:					430px;
	border-bottom:			1px solid black;
	}
	
div#frontimage {
	float:					right;
	padding:				15px;
	}
	
	
div#navigation {
	font-family:			sans-serif;
	width:					190px;
	height:					1900px;
	background-color:		#7A8B8B;
	padding:				10px 0px 10px 0px;
	margin:					10px 10px 10px 0px;
	text-align:				center;
	}

	
p.button {
	font-family:			sans-serif;
	color:					black;
	width:					190px;
	background-color:		#7A8B8B;
	padding:				10px 0px 10px 0px;
	}

p.button:hover{
	background-color:		#676767
	}
	
#slideshow IMG {
	height:					266px;
	width:					400px;
	float:					right;
	position:				absolute;
    top:					200;
    right:					0;
    z-index:				8;
    opacity:				0.0;
}

#slideshow {
    position:relative;
	float:right;
    height:266px;
	width:420px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


	




	
	
	
	