body {
	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
	background-image: url(coffeeco/images_body/bodyBG_rainbow-lite.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.productLarge {
	padding: 0px;
	border: 1px ridge #60C;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.productLarge td {
	padding: 10px;
}
.productLarge h2 {
	color: #60C;
}
h2 {
	color: #60C;
}

.productLarge h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #C00;
}
.aboutus td {
	padding: 10px;
}


#logo {
	background-image: url(coffeeco/images_logo/cupco_smile.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#topnav {
	background-image: url(coffeeco/images_nav/navBG_red.png);
	background-repeat: no-repeat;
	height: 44px;
}
#topnav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav a {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#topnav a:visited {
	color: #FF9;
}
#topnav a:hover {
	color: #0F0;
}
#topnav a:active {
	color: #F90;
}
#content {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.productThumb {
	margin: 5px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #609;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #609;
}
a:hover {
	color: #F30;
	font-weight: bold;
}
