body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	/*	font-weight: 600; */
	color: #814F16;
	background-image: url(images/hm_bkgd_2.jpg);
	background-color: #ECE8BB;
	background-position: top left;
	background-repeat: no-repeat;
	left: 450px;
	top: 105px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
hr	{
	clear:both;
	}
	
.ltrs {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.roundbox-tr {
/*	margin:15px auto; */
	padding:0;
	background:url("images/tr.gif") no-repeat right top;
/*	width: 90%; */
}

/* top-left corner and left side */
.roundbox-tl {
	margin:0;
	padding:0;
	background:   url("images/tl.jpg") no-repeat left top;
}

/* bottom-right corner and bottom side */
.roundbox-br {
	margin:0;
	padding:0;
	background:   url("images/br.jpg") no-repeat right bottom;
}

/* bottom-left corner */
.roundbox-bl {
	margin:0;
	padding:0;
	background:   url("images/bl.jpg") no-repeat left bottom;
}


.heads {
	margin: .5em 1em;
	}

#blurb {
	margin: 125px 250px 1em 250px;
	}

#blurb p {
	padding: .25em 3em .25em 2em;
	}

#blurb th {
	text-align: left;
	}

#blurb table {
	padding: .25em 3em .25em 2em;
	}

#blurb h1, h2, h3, h4, h5, h6 {
	padding: .25em 0;
	font-weight: normal;
	margin: 0;
	clear: both;
	}

#blurb h4 {
	font-weight: bold;
	}

#blurb p.chapters {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 2em;
	font-weight: bold;
	}

#blurb.center	{
	margin: 0 auto;
	}

#blurb p.indent	{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 0 0 4em;
	}

#blurb p.indent2	{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 0 0 6em;
	}	
	
#blurb p.indent3	{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 0 0 8em;
	}	

#blurb p.indent4	{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 0 0 10em;
	}	

#blurb p.ingredients, td.ingredients {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 2em;
	font-size: 110%;
	}
	
.letter_button	{
	margin-left: -28px;
	}
		
.blurb-x {
	margin: 15px 250px auto 250px;
	}

.blurb-x p {
	padding: .25em 1em .25em 2em;
	}


.mypets{ /*header of 1st demo*/
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0 .5em;
	}

.mypets a	{
	font-weight: bold;
	}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: #eec;
	}

.bold {
	font-size: 110%;
	font-weight: 900;
	}
	
.rightfloaters {
	width: 200px;
	margin-right: 25px;
	float: right;
	}

.rightfloaters p {
	padding: 1em;
	}

#rightwrap {
	position: absolute;
	top: 360px;
	right: 25px;
	width: 200px;
	}

#rightwrap p {
	padding: 1em;
	}
	
.thumbnail {
	float: left;
	font-size: smaller;
	margin: 0 .5em ;
	padding: 5px;
	vertical-align: bottom;
	text-align: center;
	}

.bookbox {
	width: 100px;
	height: 125px;
	margin: .25em .5em .25em 0;
	vertical-align: top;
	}

.thumbnailshim {
	float: left;
	padding: 5px;
	vertical-align: bottom;
	text-align: center;
	}

.photobox {
	float: right;
	clear: right;
	font-size: smaller;
	text-align: center;
	padding: .5em;
	margin: 1em;
	}

.photobox p {
	margin: 0 -2em 0 0;
	}

.credits {
	font-style: italic;
	}
		

.nav	{
	clear: both;
	}

.menubox {
	float: left;
	padding: 0 1em 0 0;
	margin-top: 0;
	vertical-align: text-top;
	}

#leftwrap {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 150px;
	}

#menu {
	width: 100px;
	position: absolute;
	z-index:1;
	left: 42px;
	top: 119px;
	}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#menu li {
	margin-bottom: .5em;
	border: none;
	}

#menu a:link	{
	margin-top: .5em;
	text-decoration: none;
	}
/*
#menu a:visited	{
	color: #D3DF97;
	text-decoration: none;
	}

#menu a:hover	{
	text-decoration:underline;
	}

#menu a:active	{
	color: #424c10;
	text-decoration: none;
	}
*/

#footer {
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: #999999 solid thin;
	clear: both;
	}

a:link {
	color: #009;
	text-decoration: none;
	}

a:visited {
	color: #33c;
	text-decoration: none;
	}

a:hover {
	color: #00f;
	text-decoration: underline;
	}

a:active {
	color: black;
	text-decoration: none;
	}			

.clear {
	clear: left;
	}	


#bubble_tooltip{
	width:170px;
	position:absolute;
	z-index:5;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/balloon/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/balloon/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
/*	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
	font-size: .9em;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/balloon/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:36px;
	position:relative;
	top: -11px;
}
