html{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	}

body{
	background-color: #993333;
	margin-top: 0px;
	text-align: left;
	}

div#wrap{
	background-color:#fff;
	width: 800px;
	margin: 20px auto 0;
	padding: -6px;
	border-style: inset;
	border-width: 3px;
	border-color: #333333;
	}

div#header{
	background-image:url('images/hdr.jpg');
	background-repeat:no-repeat;
	width: 800px;
	height: 150px;
	}

p{
	margin: 10px 10px 10px 12px;
	}
	
p.other{
	margin: 10px 10px 20px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	}
	
div#footer{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: x-small;
	font-weight: 700;
	margin: 25px 0 25px 0;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin: 36px auto 30px auto;
	text-align: center;
	}
	
h1.recipes{
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin: 36px 0 60px 12px;
	text-align: left;
	}

h2{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	margin: 40px 0 3px 12px;
	}
	
h3{
	font-family: Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 30px 0 20px 12px;
	}

ul{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	text-align: center;
	margin: 3px 0 3px 0;
	list-style: outside;
	list-style: disc;
	}

li.top{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	text-decoration: none;
	list-style: none;
	}
	
li.recipes{
	display: block;
	margin: 3px 0 3px 60px;
	text-decoration: none;
	text-align: left;
	}
	

div#links {
	margin: 20px 0 0 0;
	width: 100%;
	height: 30px;
	font: 0.95em Arial, Helvetica, sans-serif;
	z-index: 100;
	text-decoration: none;
	text-align: center;
	}

	
 a:link {
	text-decoration: none;
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, bold;
	font-size: 0.95em;
	font-weight: 700;
	padding: 2px 6px;
	margin: 0;
	border-width: 0;
	color: #CD5C5C;
	background: #fff;
}
	
 a:link:hover {
	color: #411; 
	background: #AAA;
	font-size: 0.95em;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}		

a:link:hover span {
	display: inline;
	top: 20px; 
	left: 0; 
	width: 120px;
   padding: 5px; 
	margin: 10px; 
	z-index: 100;
   color: #AAA; 
	background: black;
   font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	text-align: center;
	}

