body {
	background-color: #e8c7a4;
	background-image: url(../img/her/background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 55px;
	}

div.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 62px;
	background-image: url('bg.gif');
	}

div.menu {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #543100;
	}

	div.links {
		position: absolute;
		padding-top: 5px;
		top: 0px;
		left: 420px;
		color: #AD7B40;
		}

		div.links a {
			padding: 3px;
			font: bold 10pt Arial;
			color: #fff;
			}

		div.links a:hover {
			background-color: #AD7B40;
			}

		div.links a:active {
			color: #B6BFD8;
			}

div.banner {
	z-index: 3;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 403px;
	height: 48px;
	background: url('banner.gif') 0 0 no-repeat;
	}

div.main {
	position: absolute;
	top: 120px;
	left: 55px;
	}

div.quote {
	position: absolute;
	width: 750px;
	border: 5px solid #543100;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	margin-bottom: 20px;
	}

	/* Special Quilt divs */
	
	div.quilt-text {
		width: 370px;
		padding: 15px;
		float: left;
		}
	
	div.quilt-img {
		width: 320px;
		padding: 15px;
		float: left;
		}
	
div p {
	font-family: Georgia;
	line-height: 150%;
	}
	
td {
	font-family: Georgia;
	padding: 5%;
	}

h1, h2, h3, h4 {
	font-family: Arial;
	}
	
a {
	text-decoration: none;
	color: black;
	}
	
a:hover {
	color: #BF0000;
	}