@charset "UTF-8";
body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#wrapper {
}
#wrapper #header {
    height: 250px;
    text-align: center;
    background-image: url(10x250_TOC_BG.jpg);
    margin-bottom: 7px;
}
#wrapper #content1 {
    height: 500px;
    text-align: center;
}
#wrapper #welcome {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 155px;
    background-color: #000000;
    margin-top: 7px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
#wrapper #text {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: justify;
}
#wrapper #chefpic {
    height: 350px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #348C84;
    padding-top: 10px;
}
#wrapper #footer {
    height: 185px;
    text-align: center;
    background-color: #000000;
}
