body {
	background: #fbf7f0;
}
a {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	color: maroon;
}
a:visited {
	color: dimgray;
}
a:hover {
	color: green;
}
a.sideBar {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	color: black;
}
a.sideBar:visited {
	color: maroon;
}
a.sideBar:hover {
	color: green;
}
a.sideBarSale 
{
	color: purple;
}
.topFrameTable {
	background: #d8ae76;
	width: 100%;
	height: 85px;
}
.topFrameTitle {
	font-size: 350%;
	color: maroon;
	text-align: center;
	font-family: Century Gothic;
}
.topFrameLogo {
	width: 160px;
	height: 100px;
}
td.sideBar {
	width: 160px;
	background: #e4d3b8;
}
tr.sideBarHeading {
	background: #d8ae76;
	font-family: Century Gothic;
	font-size: 90%;
}
.mainTable {
	width: 780px;
	height: 100%;	
}
.khr {
	width: 580px;
}
.productTitle {
	font-size: 26px;
	color: black;
	font-family: Century Gothic;
	text-align: center;
	font-weight: normal;
}
.pageTitle {
	font-size: 35px;
	font-weight: bold;
	color: black;
	font-family: Century Gothic;
	text-align: center;
}
.mainFrameTable {
	position: relative;
	width: 585px;
	left: 15px;
	top: 15px;
}

