body{
	margin: 0px;
	padding: 0px;
	background-color: #F5EDDC;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
table.layout {
	width: 100%;
	height: 100%;
}

td.layout {
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 100%;
}

div.main {
	position: absolute;
	top: 0px;
	left: 102px;
	width: 570px;
	height: 282px;
}

#content    
	{
	background-color: #ffffff;
	margin-left: -300px;
	position: absolute;
	top: 15px;
	left: 50%;
	width: 600px;
	height: 70px;
	visibility: visible
	}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
A.menu:hover {
	text-decoration: underline;
	color: #666666;
}
A {	
	color: #666666;
}
.menucurrent {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA5500;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
A.menucurrent:hover {
	text-decoration: underline;
}
.smallheading {
	font-size: 0.9em;
	font-weight: bold;
	color: #996600;
}

.ProductHeading {
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	text-align: center;
}

.smalltext {
	font-size: .9em;
}
.link{
	color: #660000;
}
