#pagewrapper {
	width: 994px;
	height: 100%;
	margin: 0 auto;
}

#pg_shdw_l {
	background-image: url(/images/bt_page_shdw_l.jpg);
	background-position: right middle;
	background-repeat: repeat-y;
	width: 7px;
}

#page {
	position: relative;
	top: 0px;
	left: 0px;
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

#pg_shdw_r {
	background-image: url(/images/bt_page_shdw_r.jpg);
	background-position: left middle;
	background-repeat: repeat-y;
	width: 7px;
}

#header {
	width: 994px;
	height: 140px;
	z-index: 1;
}

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

#secure {
	position: absolute;
	top: 35px;
	right: 230px;
	padding: 0px;
	margin: 0px;
}

#nav_table td {
	color: #FFFFFF;
	padding: 2px 4px 2px 0px;
}

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

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

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

#cart_table td {
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

#content {
	position: absolute;
	top: 98px;
	left: 0px;
	width: 755px;
	z-index: 4;
}

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

#search {
	background-color: #635B4E;
	width: 225px;
	/*height: 74px;*/
	padding: 0px;
	margin: 0px;
}

#nav_left {
	background-color: #DDDAC7;
	width: 225px;
}

#nav_left td {
	vertical-align: top;
}

#nav_left p {
	margin: 4px 0px 4px 15px;
}

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

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

#content_shdw_top {
	background-image: url(/images/ct_shdw_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 755px;
	height: 7px;
}

#copyright {
	position: relative;
	top: 18px;
	font-size: 10px;
	color: #BCB8A5;
	width: 755px;
	height: 20px;
	margin: 0px;
	text-align: center;
}


