body, ul, li, p, a, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

body {
  background: white;
  color: #405d5b;
  font-size: 10px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  }
h2 {
	padding-top: 20px;
    font-size: 20px;
	text-decoration: underline;
	margin-bottom: 10px;
}
h3 {
	padding-top: 20px;
	font-size: 30px;
	color: #405D5B;
}
h4 {
	font-size: 22px;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #596E5F;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #ADA35B;
	border: 0px solid white;
}
a:visited {
	text-decoration: none;
	border: 0px solid white;
}
a:hover {
	text-decoration: underline;
}
#spacer {
    width: 20%;
    float: left;
    height: 4px;
    background: #BFAE60;
}

#spacer1 {
    width: 20%;
    float: left;
    height: 4px;
    background: #ADA35B;
}
#spacer2 {
    width: 20%;
    float: left;
    height: 4px;
    background: #838A68;
}

#spacer3 {
    width: 20%;
    float: left;
    height: 4px;
    background: #596E5F;
}

#spacer4 {
    width: 20%;
    float: left;
    height: 4px;
    background: #405D5B;
}
#content {
    height: 300px;
    margin-bottom: 20px;
    margin-top: 10px;
	background: url('bgHatch.gif');
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-left: auto;
	margin-right: auto;
}
.contentImage {
	float: left;
	margin-right: 10px;
}
#container {
    width: 900px;
    margin: 0 auto;
}
#logo {
    width: 220px;
    float: left;
    height: 140px;
    clear: both;
	padding-top: 20px;
}

#nav {
    width: 470px;
    float: left;
    margin: 73px 0 20px 20px;
    height: 20px;
	padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #838a68;
    border-top: 1px solid #838a68;
	float: right;
}

#nav ul li {
    display: inline;
}

#nav ul li a {
    padding: 0 20px;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    color: #405d5b;
    letter-spacing: 1px;
}

#nav ul li a:hover {
    color: #838a68;
}

#tagline {
    clear: both;
}

#footer {
    color: #BFAE60;
    padding-top: 7px;
	text-align: center;
    clear: both; 
	margin-top: 10px; 
}
#content p {
	font-variant: normal;
	padding-left: 5px;
	font-size: 1.6em;
	margin-bottom: 20px;
}
#contact span.brand {
	color: #ADA35B;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	height: 300px;
	width: 298px;
}
.kwick {
	cursor: pointer;
}
span.clr {
	clear: both;
	display: block;
}
#sunroom{
	background: #ADA35B url('sunroom.jpg') no-repeat bottom left;
}
#bedroom {
	background: #838A68 url('bedroom.jpg') no-repeat bottom left;
}
#hearth {
	background: #405D5B url('hearth.jpg') no-repeat bottom left;
}
.clr {
	clear: both;
	height: 1px;
}