body{
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    font-size: 9pt;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
}

#content{
    width: 100%;
    background-color: black;
    padding-top: 12px; padding-bottom: 12px;
}

.centred{
    position: relative; /* allow this to be on a layer so the other elements inside can be absolute */
    width: 800px;
    margin: auto;
    text-align: left;
    padding: 12px;
}

#nav {
    position: absolute;
    right: 0;
}

#footer{
    font-size: smaller;
    text-align: center;
    width: 100%; height: 250px; padding-top: 30px;
    background: url("images/back.jpg")bottom left no-repeat;
}

#gallery{
    overflow-x: auto; overflow-y: auto;
    float: right;
    text-align: right;
    margin-right: 50px;
}

#blurb{
    float: left;
    width: 300px;
    margin-left: 50px;
    padding: 5px;
    overflow-x: hidden; overflow-y: auto;
    opacity: 70;
    background-color: rgba(0, 0, 0, 0.7);
}

#blurb p{
    text-align: justify;
}

#blurb p:first-child{
    text-align: center;
}

#contact{
    float: right;
    margin-top: 20px;
    text-align: right;
}

img {
    border: none;
}

body, h1, h1 a, h3{
    color: #888888;
}

a{
    color: #dd0000;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #ff0000;
}

h1, h2, h3{
    margin: 0;
    line-height: 80%;
}

h1, h3{
    color: #dd0000;    
}

h1 {
    font-family: Impact, sans-serif;
    font-size: 48pt;
    letter-spacing: -2pt;
}

h2 {
    position:relative;
    top: -27px; left: 25px;
    font-size:36pt;
    letter-spacing: -6pt;
    color: #191919;
}

h3{
    font-size: 21pt;
    letter-spacing: -3pt;
    margin-bottom: 20px;
}

#gallery table {
    border-collapse: separate;
    border-spacing: 10px;
    margin-left: auto; margin-right: 0;
}

#gallery td{
    text-align: center;
    border: 2px solid #888888;
}

#gallery td:hover{
    background-color: #dd0000;
}

#gallery img{
    margin: 4px;
    border: solid 1px #888888;
}
