body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg_flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #a06717;
}
.left_layer {
	position: relative;
	z-index: 2;
	top: 130px;
	left: 80px;
}
.right_layer {
	position: relative;
	z-index: 2;
	top: 230px;
	right: 80px;
}
form {
	margin: 0px;
	padding: 0px;

}
td
{
	color:#181818;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	color: #892000;
	letter-spacing: 1px;
}
a {
	color:#342E1B;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
#title
{
	font-weight: bold;
}
#img_border
{
	margin: 7px;
	border: 2px solid #332c12;	
}
#img_sm_border {
	border: 1px solid #332c12;	
}

#middle_inner
{
	background-image: url(/images/sub_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
}

input, select {
	font-size: 12px;
	background-color: #beae7d;
	padding: 5px;
	border: 1px solid #892000;
	font-weight: bold;
	height: 25px;
}
textarea {
	height: 150px;
	font-size: 12px;
	background-color: #beae7d;
	padding: 5px;
	border: 1px solid #892000;
	font-weight: bold;
}
td.border {
	
}

td.dashedborder {
	border: 1px dashed #cccccc;
	font-size: 11px;
}

td.header {
	border: 1px dashed #cccccc;
	font-size: 11px;
	background-color: #b9af88;
	font-weight: bold;
}

td.dashedborder_notice {
	border: 1px dashed #cccccc;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FECDD5;
}
#cart_submit {
	font-size: 15px;
	background-color: #FFFF00;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
.section 
{
	font-size: 14px;
}

#buy a 
{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 1px;
}
#buy a:hover
{
	font-weight: bold;
	color: #F24F00;
	text-decoration: underline;
	letter-spacing: 1px;
}
#footer_content {
	font-size: 11px;
	padding-top: 10px;
	line-height: 13px;
	text-align: center;
	margin-top: 5px;
}
#footer_content a
{
	font-size: 11px;
	color:#181818;
	text-decoration: none;
}
#footer_content a:hover
{
	font-size: 11px;
	color:#0000FF;
	text-decoration: underline;
}
#front a {
	font-size: 11px;
	color: #ee8421;
	font-family: Verdana;
}