body {
	background:#5d5650 url(img/pattern.gif) repeat;
	color:#000000;
	text-align:center;
    font-size:100%;
}

#container {
	background:#d8d9d1;
	color:#000000;
	width:728px;
	margin:0px auto;
}

#header {
	background:#d8d9d1;
	color:#5d5650;
	width:728px;
	text-align:right;
	border-bottom:5px #5d5650 solid;
	margin-top:50px;
}

#navigate {
	background:#d8d9d1;
	color:#5d5650;
	width:150px;
	float:left;
	text-align:left;
	padding: 20px 0px;
}

#content {
	background:#d8d9d1;
	color:#5d5650;
	width:573px;
	float:right;
	text-align:left;
	border-left:5px #5d5650 solid;
}

#navigate ul {
    margin:0;
    padding:0;
    list-style:none;
    }
    
#navigate li {
    display:inline;
    margin:0;
    padding:0;
    }

.words {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:0.875em;
	line-height:1.8em;
	color:#2b2624;
	background:#d8d9d1;
	padding:40px;
}

.words h1 {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:1.5em;
	color:#44565e;
	background:#d8d9d1;
	margin:0px;
	padding:0px;
}

.words h2 {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:1.3em;
	color:#272725;
	background:#d8d9d1;
	margin:0px;
	padding:0px;
}

.words p {
	margin-bottom:25px;
}

.words a {
	color:#715848;
	background:#d8d9d1;
	text-decoration:none;
}

.words i {
	font-family:Georgia, Times, serif;
	font-size:1.125em;
}

.words ul {
	list-style:square;
	color:#2b2624;
	background:#d8d9d1;
}

.words .footnotes {
	font-size:0.825em;
	line-height:1.5em;
}

.recent-products {
	float:left;
	width:150px;
	margin:10px 10px 40px 0px;
}

.spacer {
	clear:both;
}