body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-right: 10%;
}
/* Font Sizes */
#copy {
	font-size: 75%;
}
#topnav, #topnav a, #bottomnav, #bottomnav a, #braceletnav {
	font-size: 83%;
}
 .description {
	font-size: 90%;
}
body, .note, td {
	font-size: 90%;
}
.title, h3 {
	font-size: 120%;
}
h1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3, #bottomnav, #footer, #braceletnav {
text-align: center;
}
/* Font Styles */
h1, h3, .title, .note, .date, #topnav, #topnav a, #bottomnav, #bottomnav a {
font-weight: bold;
}
.description, .note, .date {
font-style: italic
}
/* Font Colors */
h1, .note {
color: #006;
}
#topnav, #topnav a {
color: #fff;
}
/* Links */
a {text-decoration: none;}
h1, a:hover {text-decoration: underline;}

/* All others */
img { border-style: none}

/* Layout */
#logo, #jbmlogo {
	vertical-align: middle;
}
#logo {
	float: left;
}
#jbmlogo {
	float: right;
}
#topnav, #bottomnav {
	width: 100%;
	padding: 1px 10px 5px 5px;
}
#topnav {
	border-top: 8px solid #006;
	clear: both;
	background-color: #599557;
}
#topnav a, #bottomnav a {
padding: 5px 10px;
}
#topnav a:hover {
	background-color: #006;
}
#bottomnav {
	border-bottom: 2px solid #006;
	border-top: 2px solid #006;
}
div#content {
padding-top: 10px;
}
.addtocart {
border: 0;
}
#printheader {
display: none;
}

label {display:block;
padding:4px;}

.cB {clear:both;}