body {
	background-color: black;
	background-image: url(art/backgrounds/two_cups_c.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Palatino Linotype, Bitstream Vera Serif, Serif;
	font-size: medium;
	color: white;
	margin: 0px;
	padding: 0px;
}
/*  Left Navigation section  */
.leftMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
	text-align: right;
	font-weight: bold;
	float: left;
}
td.nav {
	text-align: right;
	color: white;
	padding: 5px;
}
td.nav:hover {
	background-color: maroon;
	color: white;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}
a.menu:hover {
	background-color: maroon;
	text-decoration: underline;
}
.header {
}
.wrapper {
}
.content {
	margin-left: 140px;
	margin-right: 20px;
}
.mainBox {
	width: 400px;
	float: left;
	border: 1px dotted maroon;
	color: black;
	padding: 7px;
	background-color: white;
	background-image: url( /bcc/art/backgrounds/cupbg-sm.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
.srchBox {
	margin-left: 430px;
	width: 300px;
	color: black;
	border: 1px dotted maroon;
	padding: 7px;
	margin-bottom: 15px;
	background-color: white;
	background-image: url( /bcc/art/backgrounds/cupbg-sm.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.picture {
	text-align: center;
	font-style: italic;
	font-size: 90%;
}
.footer {
	margin-left: 140px;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	border-top: 2px solid white;
	clear: both;
}
.footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: red;
	text-decoration: underline;
}
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 42pt;
	padding-top: 0px;
	margin-top: 25px;
	font-weight: bold;
}
h2 {
	background-color: maroon;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
h3 {
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 110%;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: maroon;
}
a:hover {
	color: red;
	text-decoration: underline;
}
dt {
	font-weight: bold;
	margin-top: 15px;
}
/*  FORM  styles */
input.button {
	font-weight : bold;
	text-align : center;
	background-color : Maroon;
	color : White;
	border: 1px black solid;
}
select {
	font-family: Arial, Sans Serif;
	background-color: #FFFF99;
	border: 1px maroon solid;
	font-size: 90%;
}
input.text {
	font-family: Arial, Sans Serif;
	background-color: #FFFF99;
	border: 1px maroon solid;
	font-size: 90%;
	padding-left: 5px;
}
textarea {
	border: 1px maroon solid;
	font-family: Arial, Sans Serif;
	font-size: 90%;
	padding: 5px;
}
/*  Spanning styles */
.small {
	font-size: 85%;
}
.note {
	font-style: italic;
	font-size: 90%;
}
.sub {
	font-style: italic;
}
.red {
	color: red;
}
/*  Nutrition data table  */
.nut {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid black;
	padding: 3px;
}
.nut td {
	border-top: 1px solid black;
	padding: 3px;
}
.bigtop {
	border-top: 3px solid black;
}