#page-outer-wrapper {
	width: 100%;
	background: #efefef url(../../../component/graphics/body-sliver.jpg) center repeat-y;
}

#page {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
	border: 5px solid #fff;
}

#header {
	background: url(../../../component/graphics/header-sliver.jpg) left bottom repeat-x;
	height: 87px;
	margin: 0 0 5px 0;
}

#header div {
	float: right;
}

#navigation {
	width: 70%;
	margin: 5px 0 0 0;
}

#navigation a {
	color: #000;
	padding: 4px 5px;
}

#cart-navigation {
	width: 50%;
	position: relative;
	bottom: 1px;
	margin: 44px 0 0 0;
}

#cart-navigation a {
	color: #000;
	padding: 4px 5px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-size: 90%;
	padding: 2px 10px 3px 10px;
	border-left: 1px solid #000;
}



#header * ul li.first a {
	border: 0;
}

#header #cart {
	padding: 2px 10px 2px 30px;
	background-image: url(../../../component/graphics/cart.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#content {
	width: 100%;
	float: left;
}

#float-wrapper {
	width: 605px;
	float: left;
}

#center {
	float: right;
	width: 440px;
	margin: 0 5px;
}

* html #center {
	display: inline;
}

#center-content {
	padding: 0 5px;
}

#left {
	float: left;
	width: 155px;
}

#right {
	float: right;
	width: 155px;
}

.clear {
	height: 1%;
	font-size: 1px;
	clear: left;
}

#footer-outer-wrapper {
	width: 100%;
	background: #efefef url(../../../component/graphics/footer-bg-sliver.jpg) top center repeat-y;
}

#footer {
	color: #888;
	background: #efefef url(../../../component/graphics/footer-sliver.jpg) top left repeat-x;
	clear: left;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 80%;
	margin: 0 auto;
	width: 770px;
	height: 51px;
}

#footer a {
	color: #777;
}

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