body {
	text-align: center;
	background-color: #CD853F;
}
div#container{
	width: 749px;
	
}
table#header {
	width: 749px;
	height: 160px; /*background: url(../images/hd_bk.png);*/
}
td#header1 {
	width: 230px;
	height: 160px;
	background: url(../images/wb_hd_bk1.png) no-repeat;
}
td#header2 {
	width: 489px;
	height: 160px;
	background: url(../images/wb_hd_bk2.png) repeat-x;
}
td#header3 {
	width: 30px;
	height: 160px;
	background: url(../images/wb_hd_bk3.png) no-repeat;
}
div#content{
	background: url(../images/wb_cntr_bk.png) repeat-y;
	padding: 15px 30px 0px 30px;
	text-align: left;
	width: 749px;
}

table#footer {
	width: 749px;
	height: 85px; 
}
td#footer1 {
	width: 30px;
	height: 87px;
	background: url(../images/wb_ft_bk1.png) no-repeat;
}
td#footer2 {
	width: 689px;
	height: 87px;
	background: url(../images/wb_ft_bk2.png) repeat-x;
	color: #FFF8DC;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	line-height: 20px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}
td#footer3 {
	width: 30px;
	height: 87px;
	background: url(../images/wb_ft_bk3.png) no-repeat;
}
td#hd_top {
	height: 58px;
	width: 489px;
}

td#memu {
	height: 28px;
	text-align: right;
	width: 489px;
	
}
td#hd_bottom {
	height: 74px;
	width: 489px;
	text-align: center;
	vertical-align: bottom;
}

div#cback {
	margin-left: 240px;
	float: left;
	padding-top: 15px;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #dc143c; text-decoration: none;}

a.menu_link, .gold_button {
	color: #FFFFFF;
	background-color: #ffa500;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
	border: 2px solid #D2691E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 10px 1px 10px;
	vertical-align: middle;
	margin-left: 0px;
}

a.menu_link:hover, .gold_button:hover {
	background-color: #ff6347;
	color: #FFFFFF;
	border: 2px solid #DC143C;
}
a.menu_link_selected, a.menu_link_selected:active, a.menu_link_selected:visited {
	color: #FFFFFF;
	background-color: #ff6347;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
	border: 2px solid #DC143C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 10px 1px 10px;
	vertical-align: middle;
	margin-left: 0px;
}

h1 {
	color: #8B4513;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #8B4513;
	font-size: 14pt;
	margin: 0 0 0 0;
}
h2 {
	color: Maroon;
	//#cd853f;
	font-style: italic;
	font-size: 15pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #B22222;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	
}
.dbold{
	color: #8B4513;
	font-weight: bold;
	font-size: 11pt;
}
.item_price_full {
	color: Black;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: line-through;
}
.item_price_sale {
	color: #b22222;
	font-weight: bold;
	font-size: 12pt;
}
.item_table {
	float: left;
	margin: 10px 15px 15px 0px;
	font: normal 10pt 11p0 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.powerby{
	background-color: #cd853f;
	font-size: 10px;
}
/* forms */
.genform {
	border: solid #a0522d 3px;
	
}
.genfield {
	background-color: #FFFFF0;
	border-style: inset none none inset;
}
form {
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
}
select.text{
	background-color: #fff8dc;

}
input.text {
	font-size: 12px;
	background-color: #FFFFE0;
	border: 1px solid #a0522d;
	padding: 2px;
}
input.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #8b4513;
	color: #ffd700;
	border: 1px solid #8b0000;
	padding: 2px;
	vertical-align: middle;
}

input.input_coupon { font-size: 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC; padding: 2px; }

.account_mini {
	color: #990000;
	font-size: 14px;
	background-color: #ffa500;
	border: 1px solid #a0522d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	vertical-align: middle;
}

.sample{
	background: #FFF8DC;
	border: #452810;
}



