body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFE8B7;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.heading {
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.boxaround {
	border: 1px solid #DDB768;
}
a.nav {
	color: #990000;
	background-image: url(nav1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 15px;
}
a.nav:hover {
	color:#DA4918;
	background-image: url(nav2.png);
}
.lineabove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDB768;
}
a.catalog {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-image: url(catalog1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 38px;
	padding-bottom: 5px;
	padding-left: 35px;
}
a.catalog:visited{
	color:#990000;
}
a.catalog:hover {
	color: #CC6600;
	background-image: url(catalog2.png);
}
.shadow {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1B351;
	border-bottom-color: #E1B351;
}
