body {
	padding: 0; /* Specify width of chair images*/
	margin: 30px 150px 0 75px; /* Specify width of chair images*/
	background: #8BBCE5;
	font-family: Verdana;
	font-size: 90%;
	
}

#betweenchairs {
background-image:url('betweenchairs.jpg');
background-repeat:repeat-x;
	height: 25px;
	margin: -50px 10px 0 10px;

}

#black1 {
	height: 100px;
	margin: 10px auto -100px auto;
	background: black;
	min-width: 600px;
	
}

#black2 {
	height: 80px;
	border: 10px black solid;
	border-top: none;
	margin: -90px auto 50px auto;
	min-width: 600px;

}

.blue {
	color: #8BBCE5;
}

#contactinfo {
	text-align: center;
	font-family: "Bell MT";
	color: #2B4373;
	font-size: 130%;
	overflow: hidden;
	font-style: italic;
	margin: 60px 0 10px 0;
}

#housepic {
	float: left;
	width: 327px;
	height: 252px;
	margin: 20px 20px 20px 0;
	z-index : 3;
}

#leftchair {

   
	width: 200px;
	height: 500px;
	float: left;
	
	position: relative;
	margin: -475px 0 0 -150px;
	z-index:-1;
}

#logo {
	position: absolute;
	left: 100px;
	top: 40px;
}
	#logo img {
		height: 102px; /*The height and width of the logo will change when a better quality image file is applied */
		width: 209px; /*The height and width of the logo will change when a better quality image file is applied */
	}

#middle {
	margin: 10px auto 10px auto;
	min-width:500px;
	position: relative;
}

#main {
	border: #7C5B48 10px solid;
	border-top-width: 50px;
	background: #FFFFFF;
	margin: 0 10px 0 10px;
	padding: 50px 20px 20px 20px;
	min-width: 600px;
	min-height: 500px;
}

#menu {
	float: right;
	margin-top: -80px; /* Depends on width of chair images */
	list-style-type: none;
}
	#menu ul {
		list-style-type: none;
	}
	#menu li {
		float: right;
		padding: 0px 10px 0px 10px;
		background: url(../images/separator.gif) no-repeat left center;
	}
	
	#menu a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	#menu a:visited {
		color: #FFFFFF;
	}
	#menu a:hover {
		color: #8BBCE5;
		text-decoration: underline;
	}

#rightchair {
	width: 10px;
	height: 500px;
	float: right;
    position:relative; top:-525px; left:0px;

z-index:-1;
	background: 
	margin: 0px 0px 0 0;
}

#titleofsite {
	font-family: "French Script MT";
	font-size: 300%;
	font-style: italic;
}
