body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	behavior:url(csshover.htc);
	}
#wrap {
	max-width: 1300px;
		}
#wrap-inner {
	background: url(img/threecol-l.gif) repeat-y 28% 0;
	
	}
#header {

	margin: 0;
	padding:0;
	height: 120px;
	background:  #a88878;
		
	}
	
#house img{
float:left;
width:25%;
z-index:2;
	}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #fff;
	}
	
	/* the horizontal menu starts here */
div#listmenu {
	 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	/* border-top:1px solid #069;	draws line on top edge of div */
	/* border-bottom:1px solid #069;	 draws line on bottom edge of div */
	font-size:.9em;	/* SET FONT-SIZE HERE */
	font-weight:bold;
	background-color:#a88878; /* colors the div */
	margin-top:60px; /* pushes the div away from the top of the browser for clarity in this example*/
	
	z-index:5;
	}
div#listmenu ul {margin:0 0 0 -1.5em; /* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#a88878; /*sets the background of the menu items */
	/* border-right:1px solid #069; creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	/* border-left:1px solid #069; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#efc663; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes rolled list items in drop down highlight link text, and wrapped lines indent correctly */
	padding:0 5px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#000000;	/* sets the type color */
	}
div#listmenu a:hover {
	color:maroon;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	/* border-left:1px solid #069; /*  three sides of each drop-down item */
	/* border-bottom:1px solid #069;
	border-right:1px solid #069;*/
	padding:2px 0 4px 1px;
	}
div#listmenu ul li ul li:first-child {
	/* border-top:1px solid #069; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	/* border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:10px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:0px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */


	
	
#clear {
clear:both;
}	

#main-body {
	float: left;
	width: 70%;
	
	}
#content {
	float: right;
	width: 69%;
	display: inline;

	}
#sidebar {
	float: left;
	width: 30%;
	margin:0 0 0 0;
		display: inline;
	}
#sidebar-2 {
	float: right;
	width: 22%;
		display: inline;
	
	}
#content div {
	padding: 1em 3em 0 3em;
	border-right: thin solid #efc663;
	

	}
	
	
#content li {
	padding: 0 0 .6em 0;
}
	
#sidebar div {
	padding: 1em;
	}
	
#sidebar-2 div{
	padding: 1em 2em 0 0em;
	}
	
	#sidebar-2 li{
	padding: 0em 0em .5em 0em;
	}
	
#footer {
	clear: both;
	padding: 10px 20px;
	background: #cc9;
	}
	
	
.sidebar-2 {
	font-size:1.1em;
	font-weight:bold;
	}
	
#listnoindent ul {
	list-style-type:none;
	margin-left: 0em; 
	padding-left: 0;
	text-decoration: none;
}

	.ghost {
	font-family: Verdura,sans-serif;
	font-size: 130%;
	color: #a3806f;
	font-weight: bold;
	text-align: right;
	}
	
.ghostleft {
	font-family: Verdana,sans-serif;
	font-size: 150%;
	color: #a3806f;
	text-align: left;
	}
	
	.ghostright {
	font-family: Verdana,sans-serif;
	font-size: 140%;
	color: #a3806f;
	text-align: left;
	}
	
.gifts {
	margin-left: 2em; 
	padding-left: 0;
}
	
.address {
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	}
	
	
#quote {
	display:block;
	background: #e6ead0;
	padding: 10px 10px 10px 20px;
	border: 2px solid #cc9;
}
	
	#quote2 {
	display:block;
	background: #e6ead0;
	padding: 10px 10px 10px 20px;
	border: 2px solid #cc9;
	width: 75%;
	
}

#quote2 p{
	padding-left: 2em;
	text-indent: 1em;
}
	
	#quote3 {
	display:block;
	background: #e6ead0;
	padding: 10px 10px 10px 20px;
	border: 2px solid #cc9;
	width: 75%;
	
}

#quote3 p{
	padding-left: 2em;
	text-indent: 0em;
}
	
.truestories {
	font-style: italic;
	list-style-type:none;
	margin:0 0 -2em 0;
		}
	
.truestories li {
	padding:1em 0 1em 0;
	
	}


