				body{
					font-family: Arial, Helvetica, Verdana, sans-serif;
					font-size: 80%;
					line-height: 145%;
					color: #000;
					background-color: #3a3a36;
				}
				h1, h2, h3{
					font-family: Arial, Helvetica, Verdana, sans-serif;
					color: #000;
				}
				h1{
					font-size: 2em;
				}
				h2{
					font-size: 1.5em;
				}
				h3{
					font-size: 1em;
					font-variant: small-caps;
				}
				a { color: #006;}
				a:link {text-decoration: none;}
				a:visited {text-decoration: none;}
				a:hover {text-decoration: underline;}
				a:active {text-decoration: underline;}
				

				img {border:none;}
				
				#container {
					width: 800px;
					margin: 0px auto;
					padding: 0px;
					background-color: #3a3a36;
					border: solid 1px #3a3a36;
					background-image: url(images/strip.png);
					background-repeat: repeat;
				}
				
				#head{
					background-image: url(images/head.png);
					background-repeat: no-repeat;
					background-position: top;
					padding: 30px 20px;
					height:200px;
				}
				
				#logo{
					position: absolute;
					top: 115px;
					padding-left:165px;
				}


				
				#right{
					width: 700px;
					margin: 0px 50px 0px 50px;
				}
				
				#intro {
					font-family: Georgia, "Times New Roman", serif;
					color: #666;
				}
				#cooking-notes{
					margin: 0px 60px;
					padding: 0px 15px;
					border: solid 1px #f90;
				}
				#cooking-notes h3 {color: #930;}
				
				#foot{
					text-align: center;
					color: #666;
					padding: 15px 40px 0px 40px;
					background-image: url(images/foot.png);
					background-repeat: no-repeat;
					background-position: bottom;
					height: 130px;
				}
				
				#foot a { color: #666;}
				
				#image-center{
					text-align: center;
				}
