/* Container elements */
#container {
    margin:0;
    padding:0;
}

/* Header elements */
#header {
    margin:0 0 1em 0;
    text-align:center;
}
#header-container {
    margin:0 auto 0 auto;
    min-width:32em;
    padding-top:1.4em;
    position:relative;
    text-align:left;
    width:56em;
}
#header-item {
    position:absolute;
    right:1em;
    top:0;
}
#header-navigation {
    background:#6D84B4;
    border-bottom:1px solid #3B5998;
    border-top:1px solid #3B5998;
    text-align:center;
}
#header-navigation-container {
    color:#FFFFFF;
    font-weight:bold;
    margin:0 auto 0 auto;
    min-width:32em;
    text-align:left;
    position:relative;
    width:56em;
}
#header-navigation-container a {
    color:#FFFFFF;
}
#header-navigation-container .short-navigation li {
    border-left:1px solid #FFFFFF;
}
#header-crumbs {
    text-align:center;
}
#header-crumbs-container {
    margin:0 auto 0 auto;
    min-width:32em;
    text-align:left;
    position:relative;
    width:56em;
}
p.crumbs {
    font-size:0.8em;
}
p.crumbs em {
    display:none;
}
h1 {
    margin:0;
    padding:0;
}
h1 a {
    color:#000000;
    text-decoration:none;
}
p#description {
    color:#888888;
    font-size:0.8em;
    margin:0;
    padding:0;
}

/* Content elements */
#content {
    text-align:center;
}
#content-container {
    margin:0 auto 0 auto;
    min-width:32em;
    position:relative;
    text-align:left;
    width:56em;
}

/* Footer elememnts */
#footer {
    margin:1em 0;
    text-align:center;
}
#footer-container {
    margin:0 auto 0 auto;
    min-width:32em;
    position:relative;
    text-align:left;
    width:56em;
}
#footer-navigation {
    text-align:center;
}
#footer-navigation-container {
    font-weight:bold;
    margin:0 auto 0 auto;
    min-width:32em;
    text-align:left;
    position:relative;
    width:56em;
}
p#copyright {
    color:#888888;
    font-size:0.8em;
    text-align:center;
}

/* Japanese tweak */
#header, #footer {
    line-height:140% !important;
}
