body {
	background-color: #55583D;
	font-family:  Verdana, arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 20px;
	color: #E9E1C7;
	padding: 0px 0px 0px 0px;
	margin: 0;	
}
li{
	float:left;
	padding: 0px 24px 0px 0px;
	background-color:#FFFFFF;
	text-decoration: none;	
}
#shadow {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height:133px;
	background-color: #64664E;
	z-index: 1;
}
#container {
	position: relative;
	top: 6px;
	left: 0px;
	z-index:2; 
	width: 796px;
	height: 600px;
	text-align: left; /* resets the text alignment */
	margin: 0 auto; /* centers the container */
	background-color: #999966;
	background-image: url(../images/house_796.jpg);
	backgroud-repeat: no repeat;	
}
#Nav_menu {	
	width: 796px;	
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #55583D;
	font-size: small;
	position: absolute;
	top:0px;		
}
#Nav_menu a {
	text-decoration: none;
	color: #55583d;
	font-size: small;
}
#Nav_menu a:hover {
	font-size: small;
	color: #64664E;
}
#Nav_menu a:link, a:visited { 
	font-size: small;
	color: #55583d;	
}
#logo {
	width: 796px;
	position:relative;
	top: 94px;
	text-align:left;
}
#more_txt {
	position: relative;
	top: 470px;
	width: 696px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #FFFFFF;
	text-align: center;
}

