/* Main stylesheet
----------------------------------------------- */

a:hover {
    color: #222824;
    font-weight: bold;
    text-decoration: underline;
}

a:link, a:visited {
    color: #222824;
    text-decoration: underline;
}

body {
    background-color: #222824;
    margin: 0px;
}

/* classes and ids */

.active {
    color: #222824;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#container {
    background-image: url(../images/backgrounds/container.jpg);
    background-repeat: no-repeat;
    height: 550px;
    left: 50%;
    margin-top: 10px;
    margin-left: -437px;
    min-width: 885px;
    position: absolute;
    width: 885px;
    top: 21px;
}

#content {
    background-color: #b69b6e;
    background-repeat: no-repeat;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    left: 0px;
    margin-bottom: 20px;
    padding-left: 212px;
    padding-right: 62px;
    position: absolute;
    text-align: justify;
    top: 158px;
    width: 460px;
}

#content img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

#contentbody {
    background-color: #b69b6e;
    background-repeat: no-repeat;
    height: 485px;
    left: 79px;
    position: absolute;
    top: 72px;
    width: 734px;
}

.contentphotos {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 460px;
}

.contentphotos img {
    background-image: url(../images/thumbnail_frame.jpg);
    background-repeat: no-repeat;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 6px;
    text-align: center;
}

.contentphotos ul {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.contentphotos li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contentphotos2 {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 460px;
}

.contentphotos2 img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 0px;
    text-align: center;
}

.contentphotos2 ul {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.contentphotos2 li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#footer {
    background-image: url(../images/backgrounds/footer.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #333333;
    height: 25px;
    left: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    width: 415px;
}

#footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}    

#header {
    background-repeat: no-repeat;
    height: 80px;
    left: 214px;
    position: absolute;
    top: 18px;
    width: 520px;
}

#navigation {
    background-repeat: no-repeat;
    height: 240px;
    left: 23px;
    position: absolute;
    top: 158px;
    width: 160px;
}

#navigationlinks {
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    top: 35px;
    width: 140px;
}

#navigationlinks a {
    color: #333333;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#navigationlinks a:hover {
    color: #222824;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.pictureleft {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
}

.pictureright {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
}