div#content_wrapper {
    width: 624px;
    margin: auto;
}
div#content_top {
    height: 66px;
    background-image: url('/images/border_top.png');
}
div#content {
    position: relative;
    background-image: url('/images/border_main.png');
    padding: 0 22px 0 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content_bottom {
    height: 57px;
    background-image: url('/images/border_bottom.png');
}


div#content,
div#content p,
div#content a {
    margin: 0;
    font-size: 12px;
}


div.landing p#intro_text {
    font-size: 17px;
    line-height: 1.3em;
    width: 450px;
    margin: 0 auto;
    font-family: serif;
}
div.landing p#mosaic_image {
    margin-top: 2em;
    text-align: center;
}
div.landing p#enter_link {
    margin-top: 2em;
    text-align: center;
}
div.landing p#enter_link a {
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
}


div.intro div#header {
    height: 230px;
}
div.intro div#toc {
    float: left;
}
div.intro div#toc ul {
    list-style: none;
    padding-left: 1em;
    margin: 0;
}
div.intro div#intro_image {
    float: left;
    padding-left: 100px;
    text-align: center;
}
div.intro div#intro_image img {
    margin-bottom: 1em;
    border-width: 0;
}


div.section {
    position: relative;
}
div.section div.section_title {
    font-size: 15px;
    margin: 2em 0 1em 0;
    font-weight: bold;
}
div.section div.to_toc {
    position: absolute;
    right: 0;
    top: 0;
}
div.section div.story {
    position: relative;
    height: 92px;
    font-size: 11px;
}
div.section div.story div.story_image {
    position: absolute;
    top: 15px;
    left: 16px;
}
div.section div.story div.story_title {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 94px;
}
div.section div.story div.story_description {
    position: absolute;
    top: 14px;
    left: 94px;
}
div.section div.view_more {
    margin-left: 100px;
}


div.archive div.section div.section_title {
    margin-top: 0;
}


div#voyage_wrapper {
    width: 760px;
    margin: 2em auto;
}

