/* Style Sheet for Garden Party Cafe and Catering */
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #003300;
    font-family: "Times New Roman", times, serif;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 180%;
    font-weight: bold;
    font-style: italic;
}

.column {
    background-image: url(pics/cap_mid_bg.jpg);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 90px;
}

td#center_area {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center  bottom;
    width: 580px;
}

div#main_area {
    font-size: 115%;
    padding: 12px;
    line-height: 150%;
}