body {
	margin:0;
	padding:0;
	background-color: #e4d4ad;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	text-align:center;
}

input, textarea { margin:-1px 0px; }      /* all browsers read this, used to target IE6 */
html>body input, textarea { margin:0px; }       /* IE 6 cannot read this, others can */
*+html>body input {margin:-1px; } 

h2{
	font-family:"Trebuchet MS", Georgia;
	font-weight:bold;
	font-size:16px;
	color:#b19b61;
	margin:0;
	padding:0;
}
.news{
	font-family:"Trebuchet MS", Georgia;
	font-weight:normal;
	font-size:12px;
	color:#b19b61;
}
.news p{
	margin:0 0 15px 0;
}
.news2{
	font-family:"Trebuchet MS", Georgia;
	font-weight:normal;
	font-size:12px;
	color:#b19b61;
	padding-left: 18px;
}
#wrap{
	width:1037px;
	margin:0 auto;
	background-image: url(img/bg-sidebar.gif);
	background-repeat: repeat-y;
}
#content-wrap{
	background-color:#522e17;
}
#menu{
	float:left;
	width:165px;
	padding:0 0 0 10px;
	background-color:#522e17;
}
.box-left{
	margin:10px 0 0 0;
}
#content{
	float:left;
	width:671px;
	margin:10px 0 0 12px;
	background-color:#522e17;
}
#sidebar-left{
	float:left;
	width:87px;
	height:100%;
	background-image: url(img/sidebar-left.gif);
	background-repeat: repeat-y;
}
#sidebar-right{
	float:left;
	width:92px;
	background-image: url(img/sidebar-right-bg.gif);
	background-repeat: repeat-y;
}
#footer{
	text-align:center;
	font-size:0px;
}
.field{
	width:258px;
	height:18px;
	border:none;
	font-family:"Trebuchet MS", Georgia;
	font-size:12px;
	padding:4px;
	color:#522e17;
	background-color:#b19b60;
}
.field-wrap{
	padding:0 0 1px 0;
	margin:0;
	line-height:0px;
}
.field-button{
	width:72px;
	height:19px;
	border:none;
	background-image:url(img/order-image-form-button.gif);
}
.price{
	font-family:Arial,"Trebuchet MS", Georgia;
	font-weight:normal;
	font-size:19px;
	color:#b19b61;
}
.price2{
	font-family:Arial,"Trebuchet MS", Georgia;
	font-weight:bold;
	font-size:17px;
	color:#f7f2e3;
	margin:0 2px 0 3px;
	position:relative;
	bottom:3px;
}
