@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #FFF;
}
#wrapper {
	margin: auto;
	height: 768px;
	width: 1024px;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 1024px;
}
#wrapper #nav {
	margin: 0px;
	padding: 0px;
	height: 251px;
	width: 188px;
	float: left;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
}
#wrapper #mainContent {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 697px;
	width: 830px;
	background-image: url(images/mainContentBG.gif);
	background-repeat: no-repeat;
}
#wrapper #nav ul {
	width: 188px;
	padding: 0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav ul li {
	margin: 0px;
	height: 50px;
	width: 188px;
	list-style-type: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

</style>#wrapper #nav ul li a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav ul li a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav ul li a #nav1, #wrapper #nav ul li a #nav2, #wrapper #nav ul li a #nav3, #wrapper #nav ul li a #nav4 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #mainContent #content {
	padding: 0px;
	height: 560px;
	width: 635px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #mainContent #collectionTitle {
	clear: both;
	height: 96px;
	width: 210px;
}
#wrapper #mainContent #pillowsScroll {
	height: 490px;
	width: 650px;
	overflow: auto;
	margin-left: 40px;
	margin-top: 20px;
}

