body {
	background-position: center top;
	background-color: #8a8d09;
	padding: 0px;
	margin: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	
}
#page{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
}
#logo {
	background-color: #8a8d09;
	padding-bottom: 5px;

}
#menu{
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background-color: #d9da55;
	margin-bottom: 20px;
}
#menu li{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #fff;
	background-color: #d9da55;
}
#menu li a{
	height: 25px;
	line-height: 25px;
	display: block;
	width: 133px;
	text-align: center;
	color: #8a8d09;
	text-decoration: none;
	font-family: Garamond, Times, serif;
	font-size: 10px;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li.last{
	border-right: 0px;
	width: 130px;
}
#content{
	clear: both;
	border-bottom: 3px solid #8a8d09;
}
#footer{
	color: #8a8d09;
	text-decoration: none;
	font-family: Garamond, Times, serif;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #8a8d09;
	background-color: #d9da55;
}
#content *{
	font-family: Helvetica, Arial, sans-serif;
}

#content a{
	color: #8a8d09;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content h1, #content h2{
	font-weight: normal;
	color: #8a8d09;
}
#content h1{
	margin: 0px;
	padding: 15px;
	font-family: Garamond, Times, serif;
	font-size: 16px;
}
#content h2{
	margin: 0px;
	padding: 15px;
	font-size: 10px;
}
#content p, #content li{
	padding: 20px;
	padding-top: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
}
#content ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 20px;
}
#content li{
	padding: 0px;
	padding-left: 20px;
}
#content ul.finishes{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	color: #d9da55;
}
#content ul.finishes li{
	padding-left: 0px;
	color: #d9da55;
}
#content ul.finishes li span{
	color: #000;
}
.samples img{
	padding: 5px;
}