BODY, TD {
}

A {
}

A:Hover {
}

#state {
    float: left;
    padding-left: 30px;    
}

#cities {
    float: left;
    font-family: MS Trebuchet;
    font-size: 2em;
    font-weight: bold;
    text-align: center;    
}

#wrapper {
    background-color: white;
    width: 828px;
    margin: 10px auto;
    padding: 15px;
    border-bottom: none;
    border-top: none;
    border-right: 4px solid red;
    border-left: 4px solid red;
}

#footer {
    text-align: center;
    font-family: Arial;
    font-size: x-small;
    color: #555555;
}

.slideshow { height: 330px; width: 260px; margin: auto; border: 2px; }

.restaurant-wrapper {
    float: left;
    width: 250px;
    border: 1px dotted grey;
    margin: 2px;
    padding: 10px;
    background-color: white;
    text-align: center;
}

.restaurant-header {
    font-family: MS Trebuchet;
    font-size: 2.5em;
    font-style: underline;
    color: red;
}

.restaurant-subhead {
    font-family: Arial;
    font-size: small;
    color: black;
}
.restaurant-image {
    padding-top: 5px;
}

.ad-separator {
    margin: 10px;
}
