#wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 764px;
	margin-top:0px;
	z-index: 1;
}
#titlebar {
	width:764px;
	float:left;
	height:182px;
}
#menubar {
	background-color:#5e310a;
	width:764px;
	float:left;
	text-align:right;
	background-image:url(../images/layout/menubg.jpg);
}
#memberOptions {
	background-color:#4b2a00;
	width:764px;
	float:left;
	height:18px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffef9b;
	border-bottom-color: #ffef9b;
	text-align:right;
}
#contentBody {
	width:764px;
	float:left;
	background-image:url(../images/layout/page-bg.jpg);
	background-repeat:no-repeat;
	background-color:#3b2301;
}
.threeColumns {
	float:left;
	width:740px;
	text-align:left;
	background-color:#4B2A00;
	border-width:1px;
	border-color:#FFEF9B;
	border-style:solid;
	margin-left:10px;
	margin-top:10px;
}
.twoColumns {
	float:left;
	width:511px;
	text-align:left;
}
.contentFrame {
	position:relative;
	width:489px;
	display:block;
	background-color:#4B2A00;
	border-width:1px;
	border-color:#FFEF9B;
	border-style:solid;
	left:14px;
}
.contentPad {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.titleImagePos {
	margin-left:10px;
}
#oneColumnPad {
	width:253px;
	float:left;
}
#contentSpacer {
	width:764px;
	float:left;
	height:20px;
}
#loginDiv {
	position:absolute;
	display:block;
	right:0px;
	top:232px;
	z-index:2;
}
#logoutDiv {
	position:absolute;
	padding:10px;
	background-color:#000000;
	display:block;
	right:0px;
	top:200px;
	z-index:2;
}
.pad2left {
	padding-right: 1px;
	padding-left: 1px;
}
.padding5right {
	padding-right:12px;
}
.featuredBorder {
border:#FFFF99;
border-width:4px;
border-style:solid;
}
#selection {
position:absolute;
background:url(../images/layout/page-bg.jpg);
top:233px;
left:-7px;
width:758px;
height:350px;
border-color:#e4cc80;
border-style:solid;
border-width:10px;
z-index:50;
text-align:center;
overflow:hidden;
}
.hidden {
display:none;
}
#select {
width:206px;
margin-top:50px;
background-color:#4b2a00;
height:50px;
border-color:#e4cc80;
border-style:solid;
border-width:1px;
text-align:center;
}
.cartwide {
	width:500px;
	background-color:#4B2A00;
	text-align:left;
	margin:10px;
	padding:10px;
}