body {
	padding: 0;
	margin: 0;
	background: #475136 url('images/bg.gif') repeat-x; 
}

td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #C64444;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.nav {
	color: #C64444;
}

.nav:hover {
	text-decoration: none;
	color: #000000;
}

.navCell {
	padding-left: 20px;
}

p.price {
	font-size: 18px;
	color: #B10000;
	font-weight:bold;
}

li{
	list-style-type:disc;
}

.height {
	height:100%;
}