body {
	background-color: #ccf;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px;
}
div#headpic{
	background: #ccf url(../images/recipesbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#recipeslinks a {
	background: #99f;
	}
#middle {
	text align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#back {
	background: #99c;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #fff;
	margin: -2em -2em 0 0;
	border: 2px solid #ccc;
	padding: .75em;
	}
#controls {
	text-align: right;
	padding-top: 3;
	padding-bottom: 3;
	}
#controls img {
	padding-left:2px;
	padding-right:2px;
	}
.bottomnote1 {
	margin-top: 16px;
	font-style: italic;
	color: grey;
}

.bottomnote2 {
	margin-top: 16px;
	font-style: italic;
	font-weight: bold;
	color: grey;
}
a 	{
	font-weight: bold;
	color: #99f;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#right a 	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
#right a:hover {
	text-decoration: underline;
	}
h1 {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

p {
	text-align: left;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 6px;
}

#right p {
	color: #000;
	}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	margin-top: 4px;
}

ol {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px dashed #ccc;
}
ol li {
	margin-top: 12px;
}


