#pagewrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(/images/blackline_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#page {
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 970px;
	height: 59px;
	margin: 0 auto;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 17px;
	left: -14px;
}

#nav {
	position: absolute;
	top: 10px;
	right: 25px;
	padding: 0px;
	margin: 0px;
}

#nav_table td {
	color: #FFFFFF;
	padding: 6px 0px 6px 15px;
}

#nav_table a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_table a:hover {
	text-decoration: none;
}

#cart_table {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 25px;
}

#cart_table td {
	color: #FFFFFF;
}

#cart_table td a {
	text-decoration: none;
	color: #CC6600;
}

#cart_table td a:hover {
	text-decoration: underline;
}

#content {
	width: 940px;
}

#content td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#search {
	width: 175px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#ckeyword {
	vertical-align: middle;
	color: #CCC;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 5px;
}

#searchsubmit {
	position: relative;
	vertical-align: middle;
	left: -16px;
}

#nav_left {
	width: 175px;
}

#nav_left td {
	vertical-align: top;
}

#nav_left a {
	color: #999;
	text-decoration: none;
}

#nav_left a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
	color: #BCB8A5;
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

#backtolist {
	position: absolute;
	right: 0px;
	top: -30px;
}