body {
        font-family: tahoma, arial, sans-serif;
        font-size: 14px;
        color: #fff;
        margin: 0px;
        background-image: url("images/background.jpg");
        background-repeat: repeat-x;
        background-color:#fff;
}

a:link, a:visited, a:active {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
}

h1 {
        font-size: 20px;
        font-weight: bold;
}

h2 {
        font-size: 16px;
        font-weight: bold;
}

hr {
        color: #c48f1c; /* for IE */
        background-color: #c48f1c;
}

#content {
        width: 780px;
        margin-left: auto;
        margin-right: auto;
        background-color: #A9A9A9;
        padding: 0px;
        border: solid #000 1px;
}

/*  holds the banner image */
#header {
        background-image: url("images/header.jpg");
        background-repeat: none;
        background-position: center center;
        width: 780px;
        height: 140px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
}

#navigation {
        background-color: #c48f1c;
        background-image: url("images/navbg.jpg");
        background-repeat: none;
        background-position: center center;
        padding: 5px;
        margin: 0px;
        height: 20px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #000;
}

#navigation li {
        display: inline;
        padding-left: 15px;
        padding-right: 15px;
}

#navigation a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
}

#navigation a:hover {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
}

#main {
        padding: 10px;
        margin: 15px;
        background-color: #000083;
        border: solid #fff 1px;
}

.leftimage {
        margin: 10px;
        border: solid #fff 1px;
        float: left;
}

.rightimage {
        margin: 10px;
        border: solid #fff 1px;
        float: right;
}

#contacts {
        margin: 0px;
        padding: 0px;
}

#gallery {
        text-align:left;
}

.italic {
        font-style:italic;
}

.thumbnails {
        padding: 3px;
        padding-right:10px;
        float: left;
        font-size:12px;
        font-weight:normal;
        font-style:italic;
        border:none;
}

.clear {
        clear:both;
}

#footer {
        background-image: url("images/footer.jpg");
        background-repeat: none;
        background-position: center center;
        border: solid #000 1px;
        width: 710px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
}

.email {
        vertical-align: middle;
}

#copyright {
        text-align: center;
        padding: 1px;
}

#copyright a:link, a:visited, a:active {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
}

#copyright a:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
}
