@charset "UTF-8";
/* Colors
logo purple: 682889
main body dark orange: C67617
dark yellow: FFD200
light yellow: FCE68B
green: 9DAC65

*/
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FCE68B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:175%;
}
#container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:24px;
}
TD.leftnav {
	width:196px;
	vertical-align:top;
	}
TD.maincontent {
	background-color:#C67617;
	background-image:url(graphics/content_bg.gif);
	background-repeat:repeat-y;
	width:568px;
	vertical-align:top;
	padding:0 45px;
	}
TD.maincontent a:link, TD.maincontent a:visited {
	color:#FFD200;
	text-decoration:underline;
	}
TD.maincontent a:hover {
	color:#682889;
	text-decoration:none;
	}
#menudescription p { /* Descriptions of menu sample items */
	padding:0 0 0 16px;
	}
	
h1 { /* spoon graphic header */
	font-size:18px;
	color:#FFD200;
	background-image:url(graphics/spoon.gif);
	background-repeat:no-repeat;
	padding-left:95px;
	font-weight:bold;
	margin-bottom:24px;
	font-variant:small-caps;
	}
h2 {
	font-size:16px;
	padding-left:35px;
	color:#FFD200;
	font-variant:small-caps;
	}
h3 {
	font-size:14px;
	padding:0;
	margin:16px 0 0 0;
	line-height:14px;
	font-variant:small-caps;
	}
h4 {
	font-size:12px;
	}
#footerinfo {
	text-align:right;
	padding:0 12px 0 0;
	color:#9DAC65;
	}
#footerinfo a:link, #footerinfo a:visited {
	color:#682889;
	text-decoration:none;
	}
#footerinfo a:hover {
	color:#FFD200;
	text-decoration:none;
	}
#dogpaw {
	text-align:right;
	padding:0 12px 24px 0;
	color:#9DAC65;
	}
#dogpaw a:link, #dogpaw a:visited {
	color:#682889;
	text-decoration:none;
	}
#dogpaw a:hover {
	color:#FFD200;
	text-decoration:none;
	}

