* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#main {overflow:auto;
	padding-bottom: 70px;/* must be same height as the footer */
	padding-top: 210px;}  

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

img, div, a, input { 
	behavior: url(resources/iepngfix.htc);
}

body {
	font-family: Courier, "Times New Roman", monospace;
	font-size: 16px;
	line-height: 17px;
	color: #563e26;
	background-color: #fff;
	text-align: center;
	background-image: url(images/marshmallow-tile.jpg);
	background-repeat: repeat;
}
#mast	{
	width: 100%;
	height: 210px;
	background-image: url(images/amy-goode-faris-banner.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000;
	border-bottom: 1px solid #ff0000;
	position:absolute;
	top: 0;
	left: 0;
}
#wrap {
	width: 80%;
	min-width: 950px;
	margin: 0 auto;
	min-height: 100%;
}
.holly	{
	margin: 10px 0;
}
a	{
	color: #ff0000;
	text-decoration: none;
}
a:hover	{
	color: #3ac730;
	text-decoration: none;
}
h1	{
	font-size: 24px;
	line-height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 10px;
}
h2	{
	font-size: 20px;
	line-height: 22px;
	font-style: oblique;
	margin: 0 0 10px;
}
h3	{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
p	{
	margin: 0 0 15px;
}
.detail-red	{
	color: #ff0000;
}
.detail-green	{
	color: #3ac730;
}
.quote	{
	font-size: 13px;
	margin: 0 50px;
}
.attribute	{
	font-size: 15px;
	font-style: oblique;
	margin: 0 0 20px 350px;
}
#story	{
	width: 70%;
	margin: 0 auto;
}
#story p	{
	font-size: 22px;
	line-height: 60px;
	font-variant: small-caps;
}
.textdetail	{
	font-variant: normal;
	font-size: 14px;
}
.postscript	{
	width: 600px;
	margin: 10px auto 30px;
	font-size: 12px;
	line-height: 12px;
}


/** Marshmallow page **/
#marshmallow	{
	font-size: 24px;
	line-height: 22px;
}
/** Recipe page **/
#credits	{
	text-align: left;
	margin: 0 0 10px 200px;
}
#store	{
	text-align: center;
}
#store table	{
	margin: 20px auto;
}
ol	 	{
	color: #ff0000;
	text-align: left;
	list-style-type: decimal;
	margin: 0 0 20px 320px;
	}


#footer {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;
	background: #000;
	color: #fff;
	} 
.nav	{
	font-family: "Times New Roman", Georgia, serif;
	font-size: 12px;
	margin: 0 0 10px;
	}
.navlink	{
	margin: 0 3px;
}
.current	{
	margin: 0 3px;
	color: #3ac730;
}
#legal	{
	font-size: 10px;
	margin: 25px 0 0;
}
#designer	{
	float: right;
	font-size: 10px;
	margin: 22px 20px 0 0;
}
#contact	{
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	margin: 18px 0 0 20px;
}
