body {
    /*font: normal normal 14px/18px "Ubuntu", sans-serif;*/
    font: normal normal 14px/18px sans-serif;
    padding: 20px;
    height: auto;
    background: #0f614d;
    color: #1B291D;
}

p {
    padding: 8px 0 0;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 40px;
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
}

/* STYLES */

div#main {
    box-shadow: 0 0 16px #133f2b;
    background: #caccc3;
    background: #e5e7e0;
    border: 3px solid white;
    padding: 20px 40px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    max-width: 1100px;
}

div#menu {
    padding-bottom: 20px;
}

div#content {
    padding-bottom: 40px;
}

div#content img {
    /*border: 1px dashed #aaa;
    */
    padding: 4px;
}

div#content table.for_image {
    /*clear: both;*/
}

div#content table.for_image tr td {
    text-align: left;
    vertical-align: top;
}

div#content table.for_image tr td img {
    padding: 0;
    margin: 0;
}

div#content table.for_image tr td p {
    padding: 0;
    margin: 0;
}

div#copy {
    padding: 20px 0 30px;
}

.logo {
    height: 74px;
    width: 100%;
    background: url('images/logo-guide.png') transparent no-repeat 50% 50%;
}

.links {
    font-weight: bold;
    font-size: larger;
}

.align_center {
    text-align: center;
}

