h1 {
	font: bold 300% Arial, Helvetica, Verdana, san-serif;
	color: #442200;
	
	

}

h2 {font: bold 150% Arial, Helvetica, Verdana, sans-serif;
	color: #602020; border-top: 3px solid #804040; padding-top: 2px}

	h3 {
	font: bold 150% Arial, helvetica, Verdana, sans-serif;
	color: white;
	
	
	background-color: #663300;
	text-align: center;
	}
	
	
#header {
	vertical-align: middle;
	width: 100%;
	height: 84 px;	
	background:transparent url(images/Katyonline.jpg) top right no-repeat;

}
#headright {
	
	background:transparent url(images/hungryred2.gif) top right no-repeat;
	position: absolute;
	height: 103px;
	width: 195px;
}

td#info {
	background: #EBDAc6; font: bold 100% Arial, Helvetica, Verdana, sans-serif; color: #663300; padding:;
	padding-bottom: 4px;
	
}
.menutop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
	
}
.menutop a:visited {
	color: white;
	
}

td#mid {
	padding: 21%;
	
	
	
}

/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	top: 171px;

	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right: 20%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:60%;				/* width of the middle column */
		background:#f4f4f4;		/* left column background colour */
	}
	.threecol .col1 {
		width:56%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				 /*100% plus left padding of center column */
	}
	.threecol .col2 {
		width: 16%;			/* Width of left column content (column width minus padding on either side)*/
		left:26%;				 /*width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;				/* Width of right column content (column width minus padding on either side) */
		left:90%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		text-align: center;
    }
    #footer p {
        padding:10px;
        margin:0;

