body {
	margin: 0;
	padding: 0;
	background-color: #366;
	color: #000;
}
@media print {
	body {
		background-color: #fff;
	}
}
a:link { 
	background-color: transparent;
	color: #399;
}
a:visited {
	background-color: transparent;
	color: #366;
}
a:hover {
	background-color: transparent;
	color: #366;
}
a:active, a:focus {
	background-color: transparent;
	color: #366;
}
h1 {
	background-color: transparent;
	color: #366;
	font-style: italic;
}
h2, h3 {
	background-color: transparent;
	color: #000;
}
h4 {
	background-color: transparent;
	color: #366;
}
#site-container {
	position: relative;
	background-color: #fff;
	color: #000;
	width: 760px;
	margin: auto;
}
#print-header {
	display: none;
}
#top-container {
	position: relative;
	background-image: url(/images/topwave.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 98px;
	padding-top: 25px;
}
@media print {
	#site-container {
		width: 648px;
	}
	#print-header {
		display: block;
	}
	#top-container {
		display: none;
	}
}
#top-container p {
	margin-bottom: 0;
}
#top-container p#logo {
	margin-left: 510px;
}
#top-container #jeff-container {
	position: absolute;
	left: 0;
	top: 0;
}
#top-container #jeff-container p#jeff-photo {
	margin-left: 0;
	margin-top: 16px;
}
#top-container #jeff-container p#jeff-credits {
	margin-left: 7px;
	margin-top: 2px;
}
#top-container p#tagline {
	position: absolute;
	left: 160px;
	top: 55px;
}
#main-nav {
	margin-top: 15px;
}
@media print {
	#main-nav {
		display: none;
	}
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 200px;
}
#main-nav ul li {
	display: inline;
}
#section-title {
	margin-top: 15px;
	margin-left: 200px;
}
#main-content {
	margin-top: 15px;
	margin-left: 200px;
	margin-right: 30px;
}
#sidebar {
	position: absolute;
	left: 7px;
	top: 310px;
	width: 163px;
}
#tagline2 {
	margin-left: 200px;
}
@media print {
	#section-title {
		margin: 0;
	}
	#main-content {
		margin: 0;
	}
	#sidebar {
		display: none;
	}
	#tagline2 {
		display: none;
	}
}
#sidebar a:link {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active, #sidebar a:focus {
	text-decoration: underline;
}
#tagline2 p {
	margin-bottom: 0;
}
#main-nav2 {
}
@media print {
	#main-nav2 {
		display: none;
	}
}
#main-nav2 ul {
	list-style: none;
	margin: 0;
	padding-left: 200px;
}
#main-nav2 ul li {
	display: inline;
}
#bottom-container {
	position: relative;
	margin-top: 18px;
	margin-left: 18px;
	padding-bottom: 10px;
}
#bottom-container  p#contact-info {
	font-size: small;
	width: 350px;
	margin-left: 0;
}
#bottom-container  ul#associations {
	position: absolute;
	left: 400px;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media print {
	#bottom-container {
		border-top: 2px solid #cc9;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#bottom-container  p#contact-info {
		font-size: 8pt;
		width: 100%;
	}
	#bottom-container  ul#associations {
		left: 350px;
		top: 10px;
	}
}
ul#associations li {
	display: inline;
}
.nav-bars {
	background-color: #cc9;
	color: #000;
	height: 21px;
	font-size: 14px;
	border-top: 2px solid #fff;
}
.img-right {
	float: right; 
	padding-left: 10px;
}
ul.no-bullets {
	list-style: none;
	padding-left: 0;
}
.article-author {
	font-style: italic;
}
.article-bio {
	font-size: x-small;
}
.article-reprint {
	font-size: x-small;
}
@media print {
	.article-bio {
		font-size: 8pt;
	}
	.article-reprint {
		font-size: 8pt;
	}
}
ul.nested-lists {
	list-style: none;
	padding-left: 0;
}
ul.nested-lists li {
	padding-left: 0;
	margin-bottom: 1em;
}
ul.nested-lists li ul {
	list-style-type: square;
}
ul.nested-lists li ul li {
	margin-bottom: 2px;
}
ul.nested-lists li ul li ul {
	list-style-type: disc;
}
ul.testimonials {
	list-style: none;
	padding-left: 0;
	margin-top: 1.5em;
}
ul.testimonials li {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1.5em;
}
ul.testimonials li span {
	font-weight: normal;
	font-style: normal;
	padding-left: 1.5em;
}
form.order table {
	width: 100%;
	margin-bottom: 1em;
}
form.order table tr {
	border: 2px solid #cc9;
}
form.order table th {
	background-color: #cc9; 
	color: #000;
	padding: 5px;
}
form.order table td {
	padding: 10px;
}
form.order table th.qty {
	text-align: center;
}
form.order table td.qty {
	text-align: center;
}
form.order table td.qty input {
	width: 2.5em;
}
form.order table th.price {
	text-align: right;
}
form.order table td.price {
	text-align: right;
}
form.feedback {
	width: 23.6em;
	margin: 2em auto;
	padding: 1em 1em 0 1em;
	border: 0.2em solid black;
}
form.feedback label {
	float: left;
	clear: left;
	font-weight: bold;
	width: 8em;
}
form.feedback input#f-sender, form.feedback input#f-email, form.feedback input#f-location {
	width: 15em;
}
form.feedback textarea#f-feedback {
	width: 23em;
}
@media print {
	form.feedback {
		display: none;
	}
}
a.css-button1:link, a.css-button1:visited, a.css-button1:hover, a.css-button1:active, a.css-button1:focus {
	/* some browsers require that all pseudo classes be specified, rather than just styling the anchor */
	display: block;
	background-image: url(/images/buttons/button1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 35px;
	background-color: #366;
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.css-button1 span {
	display: block;
	background-image: url(/images/buttons/button1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 29px;
	padding: 6px 0 0 15px;
	cursor: pointer; /* required for IE6 */
	margin-right: 21px;
}
a.css-button2:link, a.css-button2:visited, a.css-button2:hover, a.css-button2:active, a.css-button2:focus {
	/* some browsers require that all pseudo classes be specified, rather than just styling the anchor */
	display: block;
	background-image: url(/images/buttons/button2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 49px;
	background-color: #366;
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.css-button2 span {
	display: block;
	background-image: url(/images/buttons/button2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 44px;
	padding: 5px 0 0 15px;
	cursor: pointer; /* required for IE6 */
	margin-right: 21px;
}