@import url('all.css');

html, body { background-color: #d1d2d4; }
h1 {
    position: absolute;
    bottom: 30px;
    left: 8px; }

#site {
    width: 1018px;
    margin: 0 auto;
    padding: 0 3px;
    background: url('../img/bg.gif') repeat-y; }
#head {
    height: 205px;
    position: relative;
    background-color: #005c38;
    background-image: url('../img/head/1.jpg');
    background-repeat: repeat-x;
    background-position: left bottom; }
#head p {
    position: absolute;
    left: 196px;
    bottom: 0;
    line-height: 31px;
    background: url('../img/h1.gif') 10px 0 no-repeat;
    padding-left: 40px; }

#nav {
    float: left;
    width: 196px;
    margin: 0;
    padding: 0;
    list-style: none }
#nav li {
    background-color: #005c38;
    margin: 0.5em 0; }
#nav a {
    display: block;
    padding: 0.5em 1em 0.5em 0.5em;
    text-align: right;
    font-weight: bold; }

#content {
    padding: 1em;
    margin-left: 196px; }
