* {
    margin: 0px;
    padding: 0px;
}

body {
    font: normal 0.75em Helvetica, Arial, Verdana;
    background-color: #FFF;
}


#container {
    width: 60em;
    min-height: 40em;
    height: auto !important;
    height: 40em;
    margin: 1em auto;
    border: 1px solid #000;
}

#header {
    width: 56em;
    height: 4em;
    padding: 1em;
    margin: 0em 1em;
    border-bottom: 1px solid #000;
}

#header h1 {
    font-size: 3em;
    color: #357;
}

#header h1 a {
    color: #357;
    text-decoration: none;
}

#content {
    width: 56em;
    padding: 1em 2em;
}

#content h2 {
    text-align: center;
    padding: 1em;
}

#content img {
    margin: 0.3em;
}

#galleries a {
    display: block;
    width: 10em;
    height: 1.2em;
    background-color: #357;
    margin: 0.2em;
    padding: 0.5em;
    text-decoration: none;
    color: #FFF;
}

#galleries a:hover {
    background-color: #579;
}

p.galleryNav {
    text-align: center;
    padding: 0em 0.3em 0.5em;
}

#gallery {
    min-height: 30em;
    height: auto !important;
    height: 30em;
    background-repeat: no-repeat;
    background-position: center;
}
