body {
	background-color: #006699;
	font-family: "Gill Sans", "Lucinda Grande", "Lucinda Sans Unicode", Arial, sans-serif;
	font-size: 1.0em;
	margin:	10px;
}


h1 {
font-size:2.0em;
}

h2 {
font-size:1.5em;
}

h3 {
font-size:1.2em;
margin: 0px;
}

h4 {
margin: 10px;
}

p {
font-size:1.0em;
}

li {
list-style-type: none;
}

#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #006699;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background-color: #0099cc;
	color:            white;
	margin: 10px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	font-size: large;
	text-align: center;
}

.main {
  	background-color: #006699;
  	font-size:        100%;
  	padding:          0px;
  	margin:           0px 260px 10px 30px;

}

.main a:link {
	color: #ccff33;
	text-decoration: none;
	}
.main a:visited {
	color: #ccff33;
	text-decoration: none;
	}	
.main a:hover{
	color: #ccff33;
	text-decoration: underline;
	}
	

#picture1 {
	float: right;
	margin: 0px 20px 20px 20px;
	}
	
#intro {
	font-size: 125%;
	}

#sidebar {
  background:       #3399cc;
  font-size:        65%;
  padding:          0px 10px 10px 10px;
  margin:           10px 0px 10px 0px;
  width: 150px;
  float: right;
  border-color: #6699ff;
  border-width: thin;
  border-style: solid;
}


#sidebar a:link {
	color: white;
	text-decoration: none;
	}
#sidebar a:visited {
	color: white;
	text-decoration: none;
	}
#sidebar a:hover{
	color: white;
	text-decoration: underline;
	}
	

#footer {
  background-color: #006699;
  border-bottom-style: dotted;
  border-bottom-color: #663300;
  border-bottom-width: medium;
  color:            white;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:	both;
	}
	
#footer a:link {
	color: white;
	text-decoration: none;
	}
#footer a:visited {
	color: #003399;
	text-decoration: none;
	}	
#footer a:hover{
	color: white;
	text-decoration: underline;
	}

.title {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.title a:link {
	color: white;
	text-decoration: none;
	}
.title a:visited {
	color: white;
	text-decoration: none;
	}	
	
.title a:hover{
	color: white;
	text-decoration: underline;
	}	
	
.recipetitle{
	font-weight: bold;
	font-size: 1.0em;
	color: white;
	}
	
.recipetitle a:hover{
	color: white;
	text-decoration: none;
	}
	
.date {
	font-size: 1.1em;
	}
	
.notes {
	font-style: italic;
	}
	
.adapted {
	font-size: 0.85em;
	}
	
.italic {
	font-style: italic;
	}
	
.centereditalic {
	font-style: italic;
	text-align: center;
	}
	
.posted {
	font-size: 0.85em;
	color: white;
	padding-left: 15px;
	}
	
.archive {
	color: white;
	}	
	
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin:0 0 10px 0;
	padding: 5px;
	border:0;
	}