body {
    background: url("../gfx/bg.png") no-repeat scroll 0 0 #42535A;
    margin: 0;
}
#main {
    background: url("../gfx/header-bg.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 40em;
}
#header {
    height: 9em;
}
#logo {
    float: left;
    margin: 1.3em;
}
#header .image {
    float: right;
    margin-right: 0.5em;
}
#image-1 {
    margin-top: 0.7em;
}
#image-2 {
    margin-top: -0.5em;
}
#mid {
    min-height: 26em;
    padding-bottom: 1em;
    position: relative;
}
#side {
    position: absolute;
    top: 0;
    left: 0;
}
#menu {
    line-height: 29px
}
#menu > a {
    width: 6.5em
}
#menu > a, #menu > span {
    background: url("../gfx/menu-item-border.png") no-repeat scroll right top transparent;
    height: 33px;
    padding-bottom: 7px;
    padding-right: 19px;
    display: block;
    padding-bottom: 7px;
    text-decoration: none;
}
#menu > a > span, #menu > span > span {
    background-color: white;
    border-bottom: 4px solid #D1D1D1;
    color: #525252;
    display: block;
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 0.5em;
    white-space: nowrap;
    text-decoration: none;
}
#menu a:hover span, #menu a:active span, #menu > span {
    color: #00B0E3
}
#menu.s a:hover span, #menu.s a:active span, #menu > span {
    width: 7.5em
}
#side-info {
    padding: 0.5em;
    margin: 0;
    color: #adb5b8;
    line-height: 1em;
}
#side-info dt {
    font-size: 0.6em;
    font-weight: bold;
}
#side-info dd {
    margin: 0;
    font-size: 0.5em;
}
#contents {
    margin: 0 1em 1em 2em;
    min-height: 20em;
}
#submenu li {
    border-right: 2px groove #DDDDDD;
    display: inline-block;
    padding: 0;
    text-align: center;
    list-style-type: none;
}
#submenu li:last-child {
    border: 0 none;
}
#submenu ul {
    margin: 0;
    padding: 0;
}
#contents > div {
    margin: 0 1em 1em;
    padding: 0.5em 1em;
}
div#submenu {
    margin-bottom: 7px;
    padding: 0;
    white-space: nowrap;
}
#submenu a, #submenu span {
    border-color: #A6A6A6;
    border-style: solid;
    border-width: 0 0 4px;
    color: black;
    display: block;
    font-variant: small-caps;
    height: 27px;
    opacity: 0.8;
    padding-top: 2px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #AAAAAA;
}
#submenu span, #submenu a:hover, #submenu a:active {
    background-color: white;
    border-color: #D1D1D1;
    color: #008AB3;
    text-shadow: 1px 1px 0 #98D1DC;
}
#footer {
    color: #E1F8FF;
    margin: 1em 3em 0 2em;
    padding: 0.2em 0.4em;
    text-shadow: 0 1px 2px black;
}
.box {
    background-color: white;
    bottom: 0;
    left: 0;
    opacity: 0.18;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.clear {
    clear: both
}
.op_dim {
    opacity: 0.18;
    filter: alpha(opacity=18);
}
.op_str {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.h_full {
    min-height: 100%;
}
.wrapper {
    position: relative;
}
