a:link, a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
}
html, body {
	background-color: #af9577;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px;
	padding: 0px;
	text-align: justify;
}
h2 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #930;
	text-transform: uppercase;
}

#wrapper {
	float: left;
	width: 800px;
	background-color: #FFF;
	height: 100%;
}
#site-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 96px;
	width: 366px;
	margin-right: 25px;
	margin-left: 20px;
}
.header-image {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 10px;
	margin-top: 7px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 100;
	font-style: normal;
	color: #930;
	letter-spacing: 1px;
	text-decoration: underline;
}

#spacer {
	background-color: #8A6E4E;
	height: 5px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.header-image-end {
	margin-top: 7px;
	height: 85px;
	width: auto;
	float: left;
}
#menu-wrapper {
	height: 25px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	background-color: #8A6E4E;
	clear: left;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#menu-float {
	margin-left: auto;
	margin-right: auto;
}
#navlist li {
	display: inline;
	padding-right: 20px;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
#navlist a {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#navlist a:hover, a:active {
	color: #fff;
	background-color: #930;
	text-decoration: none;
}
#content {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
h1 {
	font-size: 24px;
	color: #930;
	font-weight: 100;
	letter-spacing: 1px;
}
#footer {
	background-color: #8A6E4E;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFF;
	clear: both;
}
.image {
	clear: right;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper-products {
	background-image: url(images/fred-products.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wrapper-home {
	background-image: url(images/fred-home.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wrapper-beds {
	background-image: url(images/fred-beds.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wrapper-learntoturn {
	background-image: url(images/fred-learntoturn.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.wrapper-contact {
	background-image: url(images/fred-contactus.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.product-thumb {
	width: 95px;
	text-align: center;
	padding: 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product-thumb-wrapper {
	width: 420px;
	height: auto;
	float: left;
}
img:a:hover, a:active {
	text-decoration: none;
	background-color: none;
}
