html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background:#ccc;
	font: 100.01% Arial, Helvetica, sans-serif;
	padding: 0px 350px;
	text-align: center;
}
#sizer {
	margin: 0 auto;
	padding: 20px 0;
	width: 50%;
	text-align: left;
	max-width: 200px;
}
#expander {
	margin: 0 -345px;
	position: relative;
}
/*\*/
* html #expander, * html #innerwrapper { height: 0; }
/* */

#skipnav {
	position: absolute;
	margin-left: -3000px;
}
#outside {
	color: #000;
	background-color: white;
	width: 100%;
	margin-top: 5px;
}
#outside p {
	margin: 15px 20px;
	text-align: left;
	font-size: 80%;
}
#container {
	width: 100%;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	line-height: 1.3em;
	margin: 10px 0;
}
#noprint { display: none; }
/* Hides from IE5-mac \*/ 
* html #innercontainer { height: 1%; }
/* End hide from IE-mac. */ 
h3, caption {
	color: #5C642E;
	background-color: transparent;
}
h5 { font-weight: normal; }
#banner {
	border-bottom: 1px solid #ccc;
	height: 250px;
	background:#fff url(../images/banner_bg.jpg) no-repeat left top;
	color:#000066;
}
#banner h1 {
	padding: 0 25px 0 0;
	text-align: right;
	font-size: 90%;
	font-variant: small-caps;
}
#banner p {
	padding-top: 210px;
	padding-left: 25px;
	font-size: 70%;
	color: #CCCCCC;
	background-color: transparent;
}
/****** Left Side and Navigation */
#leftside {
	float: left;
	width: 160px;
	margin: 0 0 10px;
	padding-left: 5px;
	font-size: 90%;
}
#leftside .aside { line-height: normal; }
h3 {
	margin-top: 5px;
	font-size: 0.95em;
	font-variant: small-caps;
}
#nav ul {
	font-size: 0.85em;
	color: #333;
	background-color: transparent;
	list-style: none;
}
#nav li {
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #F0F0F0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#nav a:link, #nav a:visited {
	color: #000066;
	background: url(../images/navbg.jpg) repeat-x;
	display: block;
	text-decoration: none;
	padding: 6px 3px 6px 10px;
	font-weight: normal;
}
.description { display: none; }
a:hover .description {
	display: inline;
	font-size: 70%;
}
/*\*/
* html #nav a {
	height: 1%;
	vertical-align: bottom;
}
/* */
a img { border: none; }
#nav a:hover, #nav a:focus {
	background: #fff url(../images/nav_hov_bg.jpg) no-repeat;
	color:#686B3F;
}
.aside {
	width: 160px;
	margin: 0;
}
.aside, .aside li {
	font-size: .75em;
	margin-right: 0;
	list-style: none;
	padding-bottom: 5px;
}
a:link, a:visited, .aside a:link, .aside a:visited, #rightside a:link, #rightside a:visited {
	color: #000066;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dashed #000066;
	font-weight: bold;
}
a:hover, a:focus, .aside a:hover, .aside a:focus, #rightside a:hover, #rightside a:focus {
	color: #686B3F;
	background-color: transparent;
}
/****** Right Side */
#rightside {
	float: right;
	width: 165px;
	line-height: normal;
}
#rightside p { margin: 10px 5px 15px 10px; }
#rightside h3, #shipping caption {
	color: #525828;
	background: #fff;
	margin: 1em 5px 0px 10px;
	font-size: 0.95em;
	font-variant: small-caps;
}
.ctr h4 {
	color: #525828;
	background: #fff;
	margin: 1em 5px 0px 8px;
	font-size: 0.85em;
}
#more { line-height: normal; }
table#shipping { margin-top: 3em; }
/****** Spotlight and Testimonial Divs */
.spot, .testimonial {
	margin: 2em 3px;
	border: 2px dashed red;
	padding: 2px;
	line-height: normal;
}
.spot#book { background: url(../images/new_anim.gif) no-repeat center; }
.spot h4 {
	text-align: center;
	color: red;
	background-color:#CCCC00;
	font-size: 150%;
	margin-top: 1em;
}
.testimonial { width: 150px; }
.spot p { padding: 5px 3px; }
#rightside .spot { font-size: .75em; }
.testimonial p {
	font-size: 70%;
	font-style: italic;
	text-align: left;
}
.changecolor {
	margin: 5px 20px;
	text-align: center;
	color: red;
	background-color:#ccc;
	padding: 2px;
}
.smtxt { font-size: .75em; }
/* content ------------------------------------- */	

#content {
	margin-left: 165px;
	margin-right: 170px;
	padding: 1em 1.25em;
}
#content2 {
	margin-left: 200px;
	margin-right: 35px;
	padding: 1em;
}
#content h1, #content2 h1 {
	color: #5F662F;
	background-color: #fff;
	font-size: 1.4em;
	font-variant: small-caps;
	margin-bottom: 6px;
}
#content h2, #content2 h2 {
	color: #5C642E;
	background-color: #fff;
	font-size: 1.2em;
	font-style: italic;
	margin: .75em 0 .5em 0;
}
#content h3, #content2 h3 {
	font-size: 1em;
	margin: .5em .5em;
}
.articles, #privacy { font-family:"Times New Roman", Times, serif; }
#author {
	padding: 0 0 1.5em 2em;
	font-weight: normal;
}
p.credits {
	margin:25px;
	font-style:italic;
}
#privacy {
	margin:10px 20px;
	font-size: .75em;
}
.credits, #privacy {
	border-top:thin dotted #999;
	border-bottom: thin dotted #999;
	width: 88%;
}
.extras { margin-top: 3.5em; }
#story, #poem {
	margin: 1.5em auto;
	background: url(../images/copyright.gif) no-repeat center;
}
#poem {
	text-align: center;
	border: 1px dashed #0033FF;
	width: 420px;
	padding: 5px;
	background: url(../images/parchment.jpg) repeat-y;
	color:#333333;
}
#poem p { padding-bottom: 10px; }
#content p, #content2 p {
	margin-bottom: 5px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#content h3.team, #content h3.services { margin-top: 3em; }
.boldtxt { font-weight: bold; }
#signed { border: none; }
/****** Footer */
#footer {
	clear: both;
	padding: 1em;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 0.65em;
	line-height: normal;
	color: #333;
	background: #f0f0f0 url(../images/navbg.jpg) repeat-x;
}
/*  \*/
* html #footer { height: 1%; }
/* */

#footer a:link, #footer a:visited {
	margin: 0.2em;
	font-weight: normal;
	font-size: 0.85em;
	color: #000066;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #686B3F;
	background-color: #CCC;
}
.lftflt {
	float: left;
	margin-right: 10px;
	border: 1px solid #687033;
	margin-top: 5px;
}
.rghtflt {
	float: right;
	margin-left: 10px;
	border: 1px solid #687033;
}
#ibpa { margin: 15px; }
ul.list {
	margin: 15px 25px;
	font-size: 75%;
}
ul.list li {
	margin: 0 0 0 25px;
	line-height: normal;
	padding: 3px 0;
}

h4.bklist, h5.bklist { margin-top: 25x; }
/****** Form */
form#contactus {
	width: 300px;
	margin: 25px auto;
}
form p {
	margin: 0;
	padding: 5px 0 0 0;
}
form p label {
	font-size: .9em;
	float: left;
	width: 20%;
	line-height: normal;
	padding-left: 1%;
}
fieldset {
	margin: 0;
	border: 1px solid #666;
	padding: 5px 5px 20px 20px;
}
#content table { font-size:85%; }
#order {
	color: #990000;
	background-color: #fff;
	font:bold 85% Arial, Helvetica, sans-serif;
	padding: 10px 0;
	margin: 10px;
}
table.product {
	width: 80%;
	border: 1px solid #CCCC00;
	text-align: left;
	margin-left: 10%;
	font: normal 95% Arial, Helvetica, sans-serif;
}
table.product tr { }
table.product td {
	padding: 6px;
	vertical-align: top;
}
table.product td#descrip { width: 50%; }
td.addcart { text-align: right; }
table#prices {
	margin: 25px auto;
	width: 70%;
	font-size: .8em;
	border-collapse: collapse;
	border: 1px dashed #990000;
	text-align: center;
}
table#prices td { padding-left: 5px; }
table#prices caption { font: bold Georgia, "Times New Roman", Times, serif; }
table#prodlist {
	width: 100%;
	margin: 15px 0;
	font-size: 90%;
	border: 1px solid #cccc00;
}
table#prodlist td {
	padding: 5px 10px;
	vertical-align: top;
}
.rowTint {
	color: #000;
	background: #cccc00;
}
table.calendarviews {
	margin: 0 3em;
	border: 1px solid #ccc;
}
table.calendarviews caption {
	padding: 0;
	margin-top: 2em;
}
/******** thumbnail viewer *************/
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */ background-color: white; }
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
img#ezine { padding: 10px 46px; }

.centerit {text-align: center;}