html { background-color: #6A3C1B;}

body { font-family: Viner Hand ITC, verdana; 
		 	 color: #7E6740;
			 font-size: 100%;
		 	 }
			 
table {	border: 5px solid #FC9E03;
				width: 800px;
				background-color: white; }
				
td.logo { width: 800px;
					height: 150px;
					
					}
					
td.menu { background-image: url(menu.jpg);
					color: #915E05;
					height: 30px;
					padding-left: 30px;
					font-size: 130%;
}

td.content { background: url(content.jpg) no-repeat;
					 	 
						 vertical-align: top;
						 padding: 50px;
						 font-size: 90%;
						 font-family: Lucida Calligraphy, garamond;
						 line-height: 200% ;
}

td.pf { padding-left: 50px;
				height: 300px;}

td.footer { font-family: pristina, Tempus Sans ITC;
						text-align: right;
						}

img {
			margin-left: 50px;}
			
a { color: #915E05;
		text-decoration: none;
		}
		
a:hover{ text-decoration: underline;}
