body {
    background-color: Black;
    color: White;
    padding: 0; margin: 0;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
}
#wrapper {
    background-color: Black;
    width: 700px;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}
a {
    color: White;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    margin: 0 auto 0 auto;
    text-align: left;
    width: 640px;
    font-weight: normal;
    font-size: 200%;
    letter-spacing: 1px;
    /*font-variant: small-caps;*/
    background-image: url(./stripes.png);
}
h1 a {
    text-align: center;
    color: White;
    background-color: Black;
    text-decoration: none;
    display: block;
    margin-left: 50px;
    width: 250px;
}
h1 a:hover { text-decoration: underline; }
/*h1 a span { color: #aaa; }*/

#hr, #hr2 {
    width: 640px;
    margin: 0.5em auto 1em auto;
    line-height: 0;
    border-top: 1px solid #666;
}
#hr2 {
    margin: 2em auto 0 auto;
}

#content {
    width: 600px;
    margin: auto;
    text-align: left;
    background-color: #222;
    padding: 10px 20px 10px 20px;
    margin-bottom: 2em;
}
#content a { text-decoration: underline; color: #e0e0e0; }
#content a:hover { color: White; }
#content h2 {
    margin: 0.5em 0 0.5em 0;
    font-size: 130%;
    /*font-variant: small-caps;*/
}
#content h2 a {
    color: White;
    text-decoration: none;
}
#content h2 a:hover { text-decoration: underline; }
#content h2 small { font-weight: normal; font-size: 70%; }
#content h3 {
    margin: 0.5em 0 0.5em 0;
    font-size: 110%;
}
#content p {
    margin: 0.8em 0 0.8em 0;
}
#content p.bottomLinks {
    margin-top: 2em;
}

#fadeGallery {
    position: relative;
    width: 640px;
    height: 440px;
    margin: 2em auto 2em auto;
}

#fadeGallery img {
    position: absolute;
    top: 0; left: 0;
    margin: 0;
}

#galleriesCloud {
    width: 600px;
    margin: auto;
    text-align: left;
    background-color: #222;
    padding: 20px;
}

img.photo {
    border: 20px solid White;
    margin: 0 auto 2em auto;
    display: block;
}

#footer {
    text-align: left;
    margin: 0.5em auto 0 auto;
    width: 640px;
    background-image: url(./stripes.png);
}
#footer #copyright {
    text-align: center;
    font-size: 90%;
    background-color: Black;
    color: #EEEEEE;
    margin-left: 50px;
    width: 300px;
}

dl {
    margin: 0; padding: 0;
    margin-bottom: 1em;
}
dt {
    float: left;
    font-style: italic;
}
dd {
    margin-left: 12em;
}
dd, dt {
    line-height: 180%;
}

ul, ol {
    margin: 0; padding: 0;
    margin-bottom: 1em;
}
li {
    margin-left: 2em;
    line-height: 180%;
}


