body {
    background-image: url('/images/sunset.jpg');
    background-repeat: repeat-x;
    background-color: #E1FDE0;
    font-size: 12pt;
    margin:0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    min-width: 800px;
    max-width: 1024px;
    margin: auto;
}

/* Header styles */
div.header {
    position: relative;
    height: 112px;
    width: 100%;
    margin-bottom: 15px;
}
div.header p.slogan {
    float: right;
    color: orange;
    font-size: 14pt;
    font-style: italic;
    text-shadow: #000 2px 2px 2px;
}
div.header h1 {
    position: absolute;
    bottom: 0px;
    padding: 0; margin: 0;
    padding-bottom: 10px;
    color: white;
    font-size: 34pt;
    font-style: italic;
    text-shadow: #000 2px 2px 6px;

}

/* Styles for main content */
div.content {
    background-color: white;
    border: 1px solid #cdd8cd;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px #cdd8cd;
    -moz-box-shadow: 3px 3px 3px #cdd8cd;
    clear: both;
    margin-bottom: 20px;
}
div.content h2 {
    margin: 0; padding: 0;
    font-weight: normal;
    font-family: times, serif;

    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 18pt;
    font-style: italic;
    clear: both;
}
div.content p.date {
    color: gray;
    font-size: 8pt;
    font-family: helvetica, arial, sans-serif;
}
div.content img.photo {
    border: 1px solid black;
    background: white;
    padding: 2px;
    margin: 10px;
    margin-top: 0;
    -webkit-box-shadow: 3px 3px 3px #cdd8cd;
}

/* Styles for page footer */
p#copyright {
    clear: both;
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
}
