@charset 'utf-8';
@media screen, projection {

* {
        margin: 0;
        padding: 0;
        text-decoration: none;
        border: 0;
}

html {
        height: 100.01%;
        position: relative;
        font-size: 100%;
}

body {
        background: #581915 url(../pix/bg.png) 0 0 repeat-x;
        font-size: 1em;
        color: #e59f87;
        font-family: "Times New Roman", Times, serif;
}

#wrap {
        width: 864px;
        height: auto;
}

#header {
        background: transparent url(../pix/header_bg.jpg) 0 0 no-repeat;
        height: 158px;
        width: 864px;
        position: relative;
}

#content img {
        border: 4px solid #e49c84;
}

#content {
        background: transparent url(../pix/content_bg.png) 0 0 no-repeat;
        width: 717px;
        height: 680px;
        padding: 50px 107px 0 40px;
}

#col_r {
        width: 413px;
        float: right;
}

#col_r p {
        margin: 15px 0 15px 0;
        font-size: 0.9em;
        line-height: 1.6em;
        font-family: "Lucida Grande";
}

#col_l {
        width: 238px;
        float: left;
}

#content h1 {
        text-align: left;
        font-size: 1.8em;
        font-variant: small-caps;
        letter-spacing: 3px;
        margin: 0 0 10px 0;
        width: 412px;
        background: transparent url(../pix/h1_underline.gif) bottom left repeat-x;
}

#content .loaction {
        list-style: none;
}

#content .location li {
        list-style: none;
        float: left;
        margin: 0 23px 5px 0;
}

span.date {
        font-family: Georgia;
        font-size: 1.4em;
}

#menu {
        position: absolute;
        left: 600px;
        top: 30px;
        width: 155px;
}

#menu ul {
        background: url(../pix/deko.gif) 0 0 no-repeat;
        padding: 10px 0 0 0;
        list-style: none;
}

#menu ul li {
        padding: 3px 0;
        text-align: center;
        background: url(../pix/dotted_line.gif) left bottom no-repeat;
}

#menu ul li.end_line {
        background: url(../pix/menu_end_line.gif) left bottom no-repeat;
}

#menu ul li a {
        color: #8b8b88;
        width: 150px;
        font-size: 13px;
        display: block;
        font-family: "Lucida Grande";
        letter-spacing: 2px;
}

#menu ul li a:hover, #menu ul li a.act {
        color: silver;
}
}