body {
	background: url(../images/bg.jpg) repeat;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #151515;
}
a:link, a:visited, a:active {
	color: #771a10;
	border-bottom: 1px dotted #771a10;
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px solid #771a10;
	text-decoration: none;
	background-color: #771a10;
}

#container {
	width: 828px;
	margin: 0 auto;
}

#headerArea {
	width: 828px;
	height: 170px;
	float: left;
}

#toolbarBG {
	background: url(../images/toolbarBG.jpg) no-repeat;
	height: 36px;
	width: 828px;
	float: left;
}
#mainContainer {
	width: 828px;
	background: url(../images/mainBG.jpg) repeat-y;
	float: left;
}
#left {
	width: 509px;
	float: left;
}
#leftHeader {
	width: 509px;
	height: 51px;
}
#right {
	width: 319px;
	float:right;
}
#right a:link, #right a:visited, #right a:active {
	font: 15px Arial, Helvetica, sans-serif;
	color: #937b63;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: none;
}
#right a:hover {
	background-color: #937b63;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#rightHeader {
	width: 319px;
	height: 51px;
}
#footer {
	clear: both;
	width: 828px;
	height: 32px;
	background: url(../images/footerBG.jpg) no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* ---------------------------------------------------------- */
/* REGULAR STYLES */
/* ---------------------------------------------------------- */

.bodyContent {
	padding: 10px;
	margin-top: 0;
	margin-bottom: 3px;
}
.spacedLines {
	line-height: 20px;
}
.sectionHeaders {
	font: 15px Arial, Helvetica, sans-serif;
	color: #771a10;
}
.footerContent {
	padding-top: 10px;
	padding-left: 10px;
}
.footerContent a:link, .footerContent a:visited, .footerContent a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.footerContent a:hover {
	color: #8d261c;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.cellUnderline {
	border-bottom: 1px solid #bda893;
}

.hrClass {
	width: 100%;
	border-bottom: 1px solid #bda893;
	height: 4px;
	display: block;
	margin-bottom: 5px;
}
.price {
	font: 12px Arial, Helvetica, sans-serif;
	color: #771a10;
}
.itemName {
	font: 12px Arial, Helvetica, sans-serif;
	color: #771a10;
	font-weight:bold;
}
.catName {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menuBorder {
	border: 4px solid #c8ab8b;
}
.categoryHeaders {
	font: 17px Arial, Helvetica, sans-serif;
	color: #771a10;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #bda893;
}
.imagelink {
	border: none;
	text-decoration: none;
	background: none !important;
}