body {
	position: absolute;
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	padding: 0; 
	margin: 0; 
	color: #FFF8C4; 
	background-color: #3B0700;
	min-width: 790px;
	min-height: 500px;
}
div, img {
	margin: 0; 
	padding: 0; 
	border: 0;
}
.content {
	position: absolute;
	z-index: 1;
	overflow: auto;
	width: 100%;
	background-color: #EFA844;
}
.left {
	position: absolute; 
	left: -1px; 
	z-index: 15;
	width: 150px;
	height: 100%;
	overflow: hidden;
}
.left img {
	margin-top: -30px;
}
.right {
	position: absolute; 
	right: -1px; 
	z-index: 15;
	width: 150px;
	height: 100%;
	overflow: hidden;
}
.right img {
	margin-top: -50px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	z-index: 14;
	background-color: #3B0700;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF8C4;
	letter-spacing: 3px; 
}
.top_txt {
	font-size: 0.9em; 
	font-weight: bolder; 
}
.logo img {
	vertical-align: text-bottom; 
	padding: 0 1em; 
	text-decoration: none !important; 
	background-color: #3B0700;
}
.logo span {
	position: absolute; 
	top: 45px; 
	left: 50%; 
	margin-left: -1em; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 0.6em; 
	letter-spacing: 1px; 
	text-decoration: none !important; 
	background-color: #3B0700;
}
.menu {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 50px;
	text-align: center; 
	z-index: 14;
	background-color: #3B0700;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #EFA844;
	letter-spacing: 1px; 
}
.menu img {
	vertical-align: baseline; 
	margin: 0 0.5em;
}
a {
	font-weight: bolder;
	letter-spacing: 1px;
	color: #FFF8C4;
	font-size: 0.9em;
	text-decoration: none;
	white-space: nowrap;
	z-index: 1000;
}
a:link {}
a:visited {}
a:active {}
a:hover {
	color: #EFA844;
}
.content {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 
	z-index: 5; 
	overflow: hidden;
	background-color: #EFA844;
	font-family: Arial, Helvetica, sans-serif;
}
.scroll {
	position: relative; 
	width: 600px;
	margin: 0 auto;
	padding: 70px 0;
	color: #3B0700; 
}
table {
	border-collapse: collapse; 
	font-size: 0.9em; 
}
caption {
	text-align: center; 
	font-size: 1.35em; 
	font-weight: bolder; 
	letter-spacing: 1px; 
	color: #3B0700; 
	padding: 32px 120px 0 0; 
	text-transform: lowercase;
}
th {
	text-align: left; 
	vertical-align: baseline; 
	font-weight: normal; 
	color: #3B0700; 
	padding: 15px 30px 0 0; 
	letter-spacing: 1px; 
	width: 400px;
}
td {
	vertical-align: middle; 
	text-align: right; 
	color: #3B0700; 
	width: 60px; 
	font-size: 0.75em;
}
.sale_img {
	position: absolute; 
	top: 156px; 
	right: 4px; 
	z-index: 100;
}
.sale_txt {
	position: absolute; 
	top: 270px; 
	right: 45px; 
	z-index: 100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	color: #3B0700; 
	text-align: right;
}
.sale_txt_ {
	position: absolute; 
	top: 270px; 
	right: 45px; 
	z-index: 100; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	color: #FFF8C4; 
	text-align: right;
}
#price {
	font-weight: bolder;
}


.scroller {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 26px;
	z-index: 100;
	background: url(/img/drr.gif) repeat-y center;
}
    .scroller .topArrow {
        position: absolute;
        top: 0;
        height: 25px;
        width: 26px;
        z-index: 1000;
        cursor: pointer;
    }
    .scroller .bottomArrow {
        position: absolute;
        bottom: 0;
        height: 25px;
        width: 26px;
        z-index: 1000;
        cursor: pointer;
    }
    .scroller .tracker {
        position: absolute;
        top: 0;
        z-index: 1000;
        cursor: pointer;
    }
.end {
	width: 1px;
	height: 180px;
}