body {
    background: url( ../images/sand.jpg );
}

body, td, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

h1 {
    margin: 0px;
    font-size: large;
    color: #424b52;
}

a img {
    border: 2px solid #5787ad;
}

a:hover img {
    border: 2px solid #424b52;
}

td.price {
    text-align: center;
}

table.top td {
    vertical-align: top;
}

#home_link {
    width: 300px;
    height: 100px;
}

#main {
    width: 760px;
    border: 2px solid white;
    text-align: left;
    background: white;
}

#header {
    height: 248px;
    background: url( ../images/background.jpg ) #6588ac;
}

#menu {
    background: url( ../images/background.jpg ) bottom #6588ac;
    height: 25px;
}

#text {
    padding: 10px;
}

ul#navlist {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#navlist a, #navlist span {
    font-size: 12pt;
    padding: 3px 10px;
    height: 25px;
    color: white;
    font-weight: bold;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

#navlist a:link, #navlist a:visited {
    color: white;
    text-decoration: none;
}

#navlist a:hover, #navlist span {
    color: #424b52;
    background-color: white;
    text-decoration: none;
}