body{ 
	background-color: #B0BF82;
	margin:0;
	padding:0;
}

.distressedleft {
	background-image: url(images/tr5_td1_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.distressedright {
	background-image: url(images/tr5_td3_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(images/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.footermain {
	background-image: url(images/main_tr10_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	font-family: "High Tower Text", Arial,"Times New Roman", Times, serif;
	font-size: 16 px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	background-color: #FAFAE0;

}
.menu {
	background-color: #FAFAE0;
}
.ordermenu {
	background-color: #FAFAE0;
}
a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a.catalog {
	color: #990000;
	text-decoration: none;
}
a.catalog:hover {
	color: #990000;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #e8e2c5;
	border-bottom: solid 1px #6b4d31;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #6b4d31;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


