body {
    background-color: #7b573e;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1050px;
    height: 700px;
    background-color: #d7c5b7;
}


/* the below css was disabled to improve navigation on 7/24 */


/* use this to override the class attributes of the navigation field #nav {
    position: relative;
    width: 1050px;
    height: 100px;
    background-color: #cf1c44;
    width: auto;
}

 #logo {
    position: absolute;
    width: 336px;
    height: 72px;
    background-color: green;
    background-image: url(/pasta_amore_website/images/logo/pasta_amore_logo_3.PNG);
    left: 25px;
    top: 12px;
} */


/* navigation was polished up on 7/24/2016 */

.navigation ul,
.navigation li {
    margin: 0;
    padding: 0;
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.navigation li {
    float: left;
}

.navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navigation li:hover a {
    background-color: #111;
}

#topContent {
    position: absolute;
    width: 1050px;
    height: 350px;
    background-color: gray;
    background-image: url(/pasta_amore_website/images/rastelli_083009_8305376.jpg);
    background-size: 1050px 675px;
    background-repeat: no-repeat;
}

#leftContent {
    position: absolute;
    width: 350px;
    height: 450px;
    background-color: powderblue;
    top: 450px;
}

#centerContent {
    position: absolute;
    width: 350px;
    height: 450px;
    background-color: gray;
    top: 450px;
    left: 350px;
}

#rightContent {
    position: absolute;
    width: 350px;
    height: 450px;
    background-color: powderblue;
    top: 450px;
    left: 700px;
}

#side {
    position: absolute;
    width: 724px;
    height: 768px;
    background-color: palegoldenrod;
    top: 100px;
    left: 200px;
}

#footer {
    position: absolute;
    width: 1050px;
    height: 100px;
    background-color: indianred;
    top: 900px;
}

#footl {
    position: absolute;
    width: 250px;
    background-color: cadetblue;
}

#footm {
    position: absolute;
    width: 250px;
    background-color: cadetblue;
    top: 25px;
    left: 350px;
}

#footr {
    position: absolute;
    width: 250px;
    background-color: cadetblue;
    top: 25px;
    left: 700px;
}

#footlogo {
    position: absolute;
    width: 300px;
    height: 75px;
    background-color: #cf1c44;
    background-image: url(/pasta_amore_website/images/logo/pasta_amore_logo_3.PNG);
    top: 25px;
    left: 700px;
}

.h1 {
    font-family: goudy-old-style;
    color: #5e1211;
    font-size: 24pt;
    text-align: center;
}

.h2 {
    font-family: goudy-old-style;
    color: black;
    font-size: 18pt;
    text-align: center;
}