body{
	background: #6A4E0A;
	text-align:center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	text-decoration:none;
	color:#90622C;
}
a:hover{
	text-decoration:none;
	color:black;
}
h1{

}
h2{

}
h3{

}

b{

}

input{

}

div{
	text-align:left;
}

table{
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

td{
	text-align:left;
	font-size:12px;
}

img{
	border:0px;
}


#frame{
	position:relative;
	background-color: #FEEBC6;	
	margin-left:auto;
	margin-right:auto;
	border: 0px;
	width: 800px;
}

#banner{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:480px;
	top: -900px;
	width:100px;
	height:400px;
	border:1px solid silver;
	background-color:white;
}

#cart_info{
	width: 100%;
	height: 20px;
	background:  url("../image/bg_gradient.gif") top left repeat-x;
	background-color:white;
	line-height:20px;
}

#content{
	width: 100%;
	padding: 10px 0px 15px 25px;
	height: 1050px;
}

#end_bar{
	position:relative;	
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #D9AB75;
	background:  url("../image/bg_gradient.gif") top left repeat-x;
	background-color: white;
	width: 800px;
	height: 20px;
	text-align:right;
	padding-top:2px;
}

.button{
	background-color: #D9AB75;
}

.image_box{
	float:right;
}
#product_image{
	float:none;
}