body {
	background-color: #f1eddb;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.cleft {
	clear: left;
}

img {
	display: block;
}

#wrapper {
	width: 780px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	background-color: #ffffff;
}

#container {
	width: 680px;
	margin: 0px auto;
	padding: 0px;
}

#timberfloor {
	width: 680px;
	height: 413px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/timber_flooring.jpg) top left no-repeat;
}

#pagehead {
	width: 680px;
	height: 32px;
	border-bottom: 1px dotted #996600;
	padding-bottom: 6px;
	margin: 30px 0px 20px;
}

#content {
	width: 420px;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 22px;
	text-align: justify;
}

#right {
	width: 220px;
	margin-top: 20px;
	float: right;
}

#right img {
	margin: 0px auto 15px;
}

#nav {
	margin: 0px;
}

#nav ul {
	padding: 302px 0px 0px 130px;
	text-align: right;
	list-style: none;
}

#nav li {
    list-style: none;
    float: left;
	height: 51px;
	line-height: 51px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

#nav li a {
	color: #663300;
	text-decoration: none;
}

#nav li a:hover {
	color: #000000;
	text-decoration: underline;
}

.sep {
	width: 1px;
	height: 51px;
	margin: 0px 24px;
}

.contact {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
}

.data {
	float: left;
	width: 120px;
	text-align: left;
	margin: 0px 0px 20px 20px;
}

#footer {
	width: 780px;
    padding: 0px;
    margin: 0px auto;
	color: #996600;
	text-align: center;
	line-height: 22px;
}

#footer a {
	color: #996600;
}

#footer a:hover {
	color: #cc6600;
}
