body {
    background:     #dd9;
    font-family:    times;
    font-size:      16px;

    margin:         0;
}

/* Front page container */
#container {
    background:     url(images/main-new2.gif) repeat-y;
    width:          750px;
    height:         669px;
    margin-left:    auto;
    margin-right:   auto;
/*
    border:         6px;
    border-style:   groove;
*/
}

#container a {
    text-decoration:    none;
    color:              #603D28;
}

/* Creston Image Container */
#container #creston {
    position:       relative;
    background:     url(images/creston.jpg) no-repeat;
    width:          160px;
    height:         120px;
    top:            95px;
    left:           530px;
}

/* Menu Container */
#container #menu {
    position:       relative;
    top:            380px;
    width:          750px;
}

/* Menu Table */
#container #menu table {
    /*border:         2px solid blue;*/
    width:          95%;
    color:          #603D28;
}
#container #menu table th {
    color:          #603D28;
    font-weight:    bold;
    font-size:      22px;
    width:          680px;
    text-align:     center;
}
#container #menu table td {
    color:          #603D28;
    font-size:      16px;
    font-weight:    bold;
    width:          680px;
    text-align:     center;
}
#container #menu table th a {
    text-decoration:    underline;
}

