div#container
{
   width: 800px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
img.centre { 
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5%;
    display: block;
    clear: both; 
    border: 0px solid rgb(204, 204, 204);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 3%;
    border: 2px solid rgb(204, 204, 204);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}

INPUT.button {
width: 100%;
border-style:solid;
background-color: #D9E6F0;
border-color: #BFD6E6;
border-width: 2px;
color: #2F4F4F;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt;
text-align: center; 
cursor: pointer;
border-radius:2px;
}
INPUT.button:hover {
    font-weight:bold;
    background-color: #BFD6E6;
}
 
p.head
{
   font-family: Arial;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h1
{
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h2
{
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   color: #666666;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h3
{
   font-family: Arial;
   font-size: 17px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #40211E;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h4
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #A52A00;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h5
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h6
{
   font-family: Arial;
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
table.recipedisplay {
   position:absolute;
   left:0px;
   top:80px;
   width:100%;
   border-collapse:separate;
   border-spacing:5% 5%;
}

td.recipeingredients {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
   text-align: left;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
   border-style:none;
   border-color:#D0D0D0 ;
   border-width:0px;
   line-height:1.5;

}

td.recipemethod {
   text-align: left;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
   border-style:none;
   border-color:#D0D0D0 ;
   border-width:0px;

}
td.ads {
   text-align: center;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
   border-style:solid;
   border-color:#D0D0D0 ;
   border-width:0px;
   background-color: #FFFFFF;

}
div.wrapexcerpt {
   font-weight:700;
   vertical-align: text-top;
   background-color: #F0F0F0 ;
   margin-left: 3%;
   margin-right: 3%;
   border: 2px solid rgb(204, 204, 204);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding: 8px 8px 8px 8px;
}

div.wrapexcerptclear {
   vertical-align: text-top;
   background-color: transparent ;
   margin-left: 0%;
   margin-right: 0%;
   border: 2px solid rgb(204, 204, 204);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding: 8px 8px 8px 8px;
}
div.wrapads {
   vertical-align: text-top;
   background-color: transparent ;
   margin-left: 0%;
   margin-right: 0%;
   margin-top: 0%;
   border: 2px solid rgb(204, 204, 204);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding: 0px 8px 8px 8px;
}
