/* CSS Document */

#homePage {
	margin:0 auto 0 auto;
	padding:0;
	}

#header {
	margin:0 auto 0 auto;
	padding:0;
	width:729px;
	}
	
#redRibbon {
	background:#CC0000 url(../images/red-ribbon.gif) repeat-x;
	}
	
#sweetBg {
	margin:0 auto 0 auto;
	background:url(../images/sweet-spicy-tangy.jpg) top center no-repeat;
	padding:64px 0 69px 60px;
	text-align:left;
	width:717px;
	}


#sweetBg {
	width:777px;
	w\idth:717px;	
	}
	
#footer {
 	background:url(../images/home-footer.jpg) no-repeat;
	clear:both;
 	color:#663804;
 	font-size:69%;
 	height:35px;
 	margin-right:auto; 
 	margin-left:auto; 
 	padding-top:7px;
	padding-bottom:0px;
 	width:730px; 
	}

/*http://www.positioniseverything.net/easyclearing.html
#bottomNav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
*/