body {
	background-color: #444;	
	font-family: sans-serif;
	color: #444;
	margin:0px;
}

#wrapper {
	width:auto;	
	margin-left: auto;
	margin-right: auto;
}

#content {
	background:none;
	padding: 0em;
}

h1 {
	color: #f58220;	
	margin:0px;
}
p {
	margin:0px;
	}
.productlist, .productlist ul {
	display:block;
}

.productlist li {
	float: left;
	display: block;
	margin: 5px;
}

.thumblist {
	width: 200px;
	float: right;
	list-style-type: none;
}
.thumblist li { 
	list-style-type: none;
	padding: 0.2em;
}