html {
    background-color: #43100F;
    text-align: center;
    font-size: 80%;
}

body {
    background-color: #000000;
    width: 580px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #B6B5B4;
    font-family: Georgia, Times New Roman, serif;
}

a:link {
    color: #DC0501;
    text-decoration: none;
    font-weight: bold;
}
 
a:visited {
    color: #8D0502;
    text-decoration: none;
    font-weight: bold;
}
 
a:hover {
    color: #DC0501;
    text-decoration: line-through;
    font-weight: bold;
}

h1 {
    margin: 0 auto;
}

h1#main {
    width: 580px;
    height: 307px;
    background-image: url('images/header_full.jpg');
    text-indent: -9999px;
}

h1#other {
    width: 580px;
    height: 75px;
    background-image: url('images/header_other.jpg');
    text-indent: -9999px;
    
}

h1#about {
    width: 580px;
    height: 75px;
    background-image: url('images/header_about.jpg');
    text-indent: -9999px;
}
h1#gallery {
    width: 580px;
    height: 75px;
    background-image: url('images/header_gallery.jpg');
    text-indent: -9999px;
}

#home_links img {
    margin: 0 2px;
    padding: 0;
    border-style: none;
}

#home_links {
    padding-bottom: 2em;
    background-color: #000;
}

#navigation {
    margin-top: 2em;
    padding-bottom: 2em;
    background-color: #000;
}

p {
    text-align: justify;
    margin: 1em;
}

#portrait {
    float: right;
}

img#portrait {
    padding: 0.8em;
}

#gallery_images {
    text-align: left;
    padding-top: 2em;
    margin: 0 12px;
}

#gallery_images img {
    border-style: none;
}

#image {
    padding-top: 2em;
}

