/* CSS Document */
body {
margin: 0;
padding: 0;
}
<!-- This section is the style for the banner where there is no table -->
#banner {
background-color: black;
}

#banner img {
margin-left: 10px;
}

#logo {
margin-right: 50px;
}


<!-- This section is the style for the bottom navigation -->
#bottomnav li {
display: inline;
text-decoration: none;
text-transform: uppercase;
padding: 3px;
}
.bottomnavsched li {

display: inline;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 3px;
margin-right: 15px;
}

.bottomnavsched {
float: right;
margin-right: 20px;
}
.bottomnavsched a:link {
color: #996633;
}
.bottomnavsched a:visited {
color: #660033;
}
.bottomnavsched a:hover {
color: #ffff99;
background-color: #4d3a0a;
}
.bottomnavsched a:link {
color: #996633;
}

.home li a {
color: Green;
}

<!-- This part of the style sheet is for the top navigation files -->
#topnav li {
display: inline;
text-decoration: none;
text-transform: uppercase;
padding: 3px;
}

#topnav li {

display: inline;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 3px;
margin-right: 15px;
}

#topnav {
position: absolute;
margin-top: 2px;
margin-left: 475px;

}
#topnav a:link {
color: #996633;
}
#topnav a:visited {
color: #660033;
}
#topnav a:hover {
color: #ffff99;
background-color: #4d3a0a;
}
#topnav a:link {
color: #996633;
}




<!-- This section is the stylesheet for the recipe title -->

#bannerbar {
width: 100%;
background-color: #ffff99;
padding: 5px;

}

<!-- This section is the stylesheet for the ingredients -->
#ingredients {
margin: 30px 20px 10px 10px;
float: right;
width: 275px;
background-color: #cccc99;
border: 1px solid black:

}

#ingredients th, td {
padding: 1px 5px;

}
#ingredients th {
font: 80% Arial, Verdana; 
text-transform: uppercase;
color: #993300;
font-weight: bold;
font-style: italic;
}
#ingredients td {
font: 80% arial, verdana;

}

#ingredients tr.even td{
background-color: #ffff99;
}

<!-- This section is the style for the Instruction section -->

#instruct {
margin-top: 20px;
margin-left: 30px;
width: 500px;

}

<!-- This section is the style for the finished picture section -->
#finished {
margin-left: 50px;
}

<!-- This section is the style for the bottom add -->

#bottomadd {
float: left;
width: 275px;
margin-left: 30px;
padding: 5px;
color: #996633;
font-style: Verdana, arial;
font-size: 80%;
}

<!-- This section is for the Index page of recipes-->

#block2 {
float: left;
margin-left: 30px;
width: 200px;
background-color: yellow;
border: 1px solid black;
}

<!-- This section is the style for the catering document -->


#catermenu img {
float: right;
width: 330px;
margin-left: 20px;
margin-right: 40px;
margin-bottom: 10px;
margin-top: 70px;
}

#catercontent {
float: left;
padding: 5px;
margin-left: 20px;
margin-top: 20px;
width: 475px;
margin-bottom: 30px;
}

#chefcarv img{
margin-left: 150px;
border: 1px solid black;
}

<!-- This section is the style for the products page -->

#productcontent {
float: left;
width: 400px;
margin-top: 50px;
margin-left: 20px;
}

#productimage1 {
float: right;
width: 400px;

}

#productimage2 {
float: left;
width: 350px;
margin-top: 30px;
margin-left: 60px;

}
#product2content {
float: right;
width: 400px;
margin-top: 30px;
margin-right: 60px;
margin-bottom: 80px;
}

#product3content {
float: right;
width: 300px;
margin-top: 40px;
}

#image3 {
position: absolute;
margin-left: 440px;
}
#wrapper {
width: 100%;
margin-bottom: 30px;
}

<!-- This section is styling for the cookbook index page -->

.block1 {
width: 250px;
float: left;
background-color: #ff9900;
margin: 10px 20px 10px;
}
.block2 {
width: 250px;
float: left;
background-color: #cc5500;
margin: 10px 20px 10px;
}
.block3 {
width: 250px;
float: left;
background-color: #ffcc99;
margin: 10px 20px 10px;
}

.block1 h2 {
align: centre;
}