html { background-color: #999999;}

body { font-family: Tw Cen MT Condensed Extra Bold, verdana; 
		 	 color: #333333;
			 font-size: 100%;
		 	 }
			 
table {	border: 5px solid #aa0000;
				width: 800px;
				background-color: white; }
				
td.logo { width: 800px;
					height: 200px;
					
					
					}
					
td.menu { color: #333333;
					height: 30px;
					padding-left: 80px;
					font-size: 130%;
					with: 100px;
					
}

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

td.pf { padding-left: 0px;
				
				padding-left: 10px;
				}

td.footer { font-family: Maiandra GD, pristina, Tempus Sans ITC;
						text-align: right;
						height: 50px;
						padding-right: 20px;
						}

img {
			margin-left: 10px;}
			
a { color: #333333;
		text-decoration: none;
		}
		
a:hover{ text-decoration: underline;}