/* ------ COLOR/IMAGE CHANGES  ------ */

body {background: #e2f5fd;}

a {
	color:#69321f;
	}

#mainwrap {
	background: url(../images/f-bgwrap.png) top center repeat-y;
	}
	
#header #header-banner {
	background: url(../images/f-header.gif) top right repeat-x;
	}

#header #flavor-pattern {
	background: url(../images/f-pattern.gif) top right repeat-x;
	height:105px;
	position:relative;
	}
	
#nav ul {
	background-position: 0px -16px;
	}

#mainfooter li {
	background: url(../images/f-bullet.gif) 0px 5px no-repeat;
	}

#nav li a {
	color:#e2f5fd;
	}

#contentwrap {
	}

#mainfooter {
	background: url(../images/f-footer.png) top center repeat-y;
	}

#mainfooter li a {
	color:#e2f5fd;
	}
	
/* ------ END COLOR/IMAGE CHANGES  ------ */

/* ------STRUCTURE CHANGES ------ */



#contentwrap {
	padding-bottom: 10px;}

#p-body {
	background: url(../images/legalbg.gif) bottom left no-repeat #fcf8ec;
	width: 610px; /* 690 px minus padding */
	padding: 100px 40px 20px 40px;
	min-height: 300px;
	}

p.narrow {
	width: 340px;
	margin-bottom: 30px;}
	
#header #flavor-pattern #r {
	background: url(../images/f-patternright.gif) top right no-repeat;
	width:58px;
	height:52px;
	position:absolute;
	right:0px;
	top:105px;
	}
/* do more testing, but this semes to break things	
#content {
	position:relative;
	left:-20px;
	}
	*/

table.flavor {
	width:100%;
	}

table.flavor, table.flavor * {
	border-collapse: collapse;
	border: 0px;
	outline: 0px;
	margin: 0px;
	padding: 0px;}

table.flavor td {
	text-align: center;
	}
	
tr.title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	}

a.button {
	display: block;
	height: 23px;
	width:128px;
	overflow: visible;
	font-size: 10px;
	text-transform: uppercase;
	color: #f8e9a8;
	background: url(../images/f-button.png) top left no-repeat;
	letter-spacing: 1px;
	line-height: 23px;
	margin: 25px auto;
	text-indent: -9999px;
	}


/* ------ KID ------ */

#kidwrap {
	height: 439px;
	width: 176px;
	background: url(../images/f-kid1.png) top left no-repeat;
	position:absolute;
	bottom: -10px;
	left: 20px;
	z-index: 100;
	}

#kid {
	height: 240px;
	width: 244px;
	background: url(../images/f-kid2.png) top left no-repeat;
	position:absolute;
	bottom: 10px;
	left: 700px;
	z-index: 100;
	}
	
