body {
	padding: 0px;
	margin: 0px;
	background: #fff url("/img/body_bg.jpg") top left repeat-x;
	font-family: "Trebuchet MS", sans;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #323232;
}

h1.heading {
	text-align: center;
	background: #ecffed;
	font-weight: normal;
	padding: 4px 5px;
	border: 1px solid #aac1aa;
	border-top: 1px solid #c9dbc9;
	border-left: 1px solid #c9dbc9;
	font-size: 180%;
}
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }

p {
	line-height: 1.4em;
	font-size: 110%;
	color: #323232;
	padding: 0px 10px;
}

a img {
	border: 0px;
}
a {
	color: #e36c01;
	text-decoration: none;
}
a:hover {
	color: #f3a11b;
	text-decoration: underline;
}

#container {
	width: 605px;
	margin: 0 auto;
}
#header {
}
#header_book {
	position: absolute;
}
img#header_book { behavior: url("/files/pngbehavior.htc"); }

#menu {
	background: url("/img/menu_bg.jpg") no-repeat right;
	height: 247px;
	padding: 0px 0px 0px 293px;
}
#menu ul {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	width: 221px;
	list-style-type: none;
	font-size: 140%;
}
#menu li a {
	margin: 0;
	display: block;
	height: 34px;
	text-decoration: none;
	line-height: 32px;
	color: #38402a;
	padding-left: 60px;
}
#menu li a:hover {
	background: white url('/img/hover_bg.gif');
	color: #e36c01;
}

#body {
	padding: 80px 80px 30px 30px;
}

#footer {
	background: url('/img/footer_bg.jpg') no-repeat center bottom;
	height: 209px;
}
#footer p {
	display:block;
	text-align: center;
	padding-top: 120px;
	font-size: 90%;
}

.left {
	float: left;
	padding: 5px 15px;
}

.right {
	float: right;
	padding: 5px 15px;
}

#germ {
	float: right;
	margin-right: -60px;
	
}

#activities_container {
	padding: 0px 10px;
}

#activities_container dl {
	padding: 10px 60px;
	background: url('/img/pdf_icon.gif') no-repeat 20px 10px;
	border: 1px solid #d2d2d2;
}


#activities_container dt, dd {
	padding: 0px; margin: 0px;
}

#activities_container dt {
	font-size: 140%;
}

#activities_container dd {
	font-size: 90%;
	color: #7d7d7d;
}

#thegerm blockquote {
	background: url('/img/quote_open.gif') top left no-repeat;
	margin: 0;
	padding: 10px 15px 0px 15px;
}
#thegerm blockquote p.last {
	background: url('/img/quote_close.gif') bottom right no-repeat;
	padding-bottom: 15px;
}

#testimonials blockquote {
	background: url('/img/testimonial_top.gif') top no-repeat;
	margin: 40px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}
#testimonials blockquote p {
	padding: 0px 25px 15px 25px;
	margin: 0px;
	color: #5c5c5c;
}
#testimonials blockquote p.last {
	background: url('/img/testimonial_bottom.gif') bottom no-repeat;
	padding-bottom: 50px;
}
#testimonials cite {
	text-indent: -10px;
	display: block;
	margin: 0;
	padding: 0px 30px;
	color: #6f6f6f;
}
#testimonials cite b { color: #5c5c5c;}

#order .order_now {
	padding: 10px 20px 10px 160px;
	margin: 0px 15px;
	border: 1px solid #d2d2d2;
	background: url('/img/amazon.gif') no-repeat 20px 10px;
}

#contact input, #contact textarea {
	font-size: 110%;
}
#contact textarea {
	width: 100%;
}

span.error_message {
	font-size: small;
	color: red;
}