body {
    /*background-color: black;*/
    background-image: url(/images/bg.gif);
    color: white;
    font: 14px Gerogia, Times New Roman, serif;
    margin: 0px;
}
#logo {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    width: 460px;
    height: 76px;
    text-indent: -10000em;
    float: left;
    margin: 0px;
}
#logo-print {
    display: none;
    margin: 0px;
}
#top-right {
    float: right;
    margin: 0px;
}
#top-right img {
    float: left;
    margin: 0px;
}
#boxor {
    clear: both;
    background-color: #5b1327;
    border: #ffe116 solid 5px;
    border-width: 3px 0px;
}
#mainNav {
    text-align: center;
    border-bottom: #ffe116 solid 3px;
}
#mainNav ul {
    list-style-type: none;
    display: block;
    margin: 0px auto;
    padding: 3px 0px;
    height: 22px;
    width: 1100px;
}
#mainNav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
#mainNav ul li a {
    padding: 0px 13px;
    color: #ffe116;
    text-decoration: none;
    font-weight: bold;
}
#mainNav ul li a:hover {
    color: #5b1327;
    background-color: #ffe116;
}
#cityScape {
    clear: both;
    background-image: url(/images/landscape.jpg);
    background-repeat: repeat-x;
    height: 170px;
}
#slogan {
    color: #5b1327;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    letter-spacing: +5px;
    background-color: #ffe116;
    margin: 0px;
    padding: 2px 0px;
}
#homeSnipsContainer {
    width: 768px;
    margin: 10px auto;
}
#homeSnipsContainer div.box {
    width: 150px;
    float: left;
    margin: 0px;
}
#homeSnipsContainer img {
    display: block;
    margin: 0px auto;
}
#homeSnipsContainer p img {
     border: #791934 solid 1px;
}
#homeSnipsContainer div.sep {
    border-right: #791934 solid 2px;
}
#homeSnipsContainer p {
    font-size: 10px;
    margin: 0px;
    padding: 0px 12px;
}
#homeSnipsContainer p img {
    margin-right: 5px;
}
#homeSnipsContainer p.link {
    text-align: center;
    margin: 10px 0px;
}
#homeSnipsContainer p.link a {
    color: white;
    text-decoration: none;
}
#footer {
    text-align: center;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer p {
    clear: both;
}
#footNav {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 600px;
}
#footNav li {
    float: left;
    display: block;
    padding: 5px 0px;
    font-size: 10px;
}
#footNav li a {
    padding: 0px 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#footNav li a:hover {
    color: yellow;
}
img
{  border-style: none;
}
