html, body {
    margin: 5px;
    padding: 0px;
    background-color: black;
    color: white;
    font-family: Vendanda, Arial, Helvetica, sans-serif;
    text-align: center;
}

h1,h2 {
    padding: 0px;
    margin: 0px;
}

h1 {
    color: #a71932;
    background-color: black;
    font-size: large;
}

div#page {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

div#content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mainimg {
    padding: 20px;
    border: 1px solid #888;
    background-color: black;
    margin: 30px;
}

.floatimg {
    float: left;
    padding: 20px;
    margin-right: 30px;
    border: 1px solid white;
    background-color: black;
}

div.sitenav {
    font-size: small;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    background-color: #222;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}

/****** HYPERLINKS *******/

/* general */
a:link { 
    text-decoration: none; 
    color: #f33;
    background-color: black;
    }

a:visited { 
    color: #faa; 
    }

a:hover { 
     color: white;
     text-decoration: underline;
}

/* sitenav */

.sitenav a {
    text-decoration: none; 
    background-color: #222;
    }

.sitenav a:link { 
    color: #f33;
    background-color: #222;
    }

.sitenav a:visited { 
    color: #faa; 
    }

.sitenav a:active {}

.sitenav a:hover { 
    background-color: #f33;
    color: black;
    }

.active a { 
    text-decoration: none; 
    color: white;
    background-color: #a71932;
    }

.active a:visited { 
    color: black;
    background-color: #a71932;
    }
.active a:active {}
.active a:hover { 
     background-color: #f33;
     color: black;
    }

#banner a { 
    text-decoration: none; 
    color: black;
    background-color: black;
    }

#banner a:visited { 
    text-decoration: none;
    color: black;
    background-color: black;
    }
#banner a:active {}
#banner a:hover { 
     background-color: black;
     color: black;
    }

/****************************
*****************************/

.underimage {
    width: 450px;
    font-size: small;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
}

#credits {
    margin-top: 5px;
    text-align: center;
    font-size: x-small;
}

#association {
    margin-top: 5px;
    text-align: center;
    font-size: x-small;
}


.thumb img {
    border: 1px solid white;
    padding: 5px;
}

.thumb {
    display: block;
    float: left;
    width: 170px;
    height: 170px;
    text-align: center;
}

.clearboth {
    clear: both;
}

#portfolio {
}

#showimg {
}

#slideshow {
}

#slideshowinner{
}

#banner img {
    border: 0px solid black;

}
