html, body {
    height: 100%;
}
body {
    background-color: #eeeeec;
    background-image: url('../graphics/drop.png');
    background-repeat: repeat-y;
    background-position: center top;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#container {
    width: 940px;
    text-align: left;
    margin: 0 auto 0;
    position: relative;
    padding-bottom: 2em;
}
#drop_top {
    width: 940px;
    margin: 0 auto;
    content: '';
    display: block;
    width: 980px;
    height: 10px;
    background-image: url('../graphics/drop_top.png');
    background-repeat: no-repeat;
    background-position: left top;
}

/*
 * general defs
 */

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #ed1c24;
    font-weight: bold;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

/*
 * intro
 */

#intro div.skip {
    display: none;
}
#intro h1 a {
    display: block;
    width: 550px;
    height: 180px;
    background: #fff url("../graphics/logo2.png") no-repeat scroll left top;
}
#intro h1 a:hover {
    text-decoration: none;
}
#intro h1 a span {
    visibility: hidden;
}

/*
 * search input
 */

#search {
    position: absolute;
    top: 20px;
    right: 260px;
    line-height: 1;
}
#search .wrap {
    border-top: 1px solid #8f8f8f;
}
#search input.text {
    width: 150px;
    margin-top: 0;
    border: 1px solid #bcbcbc;
    border-top-color: #e0e0e0;
    border-bottom-color: #dadada;
}
#search label {
    font-size: 10px;
    text-transform: uppercase;
}
#search h2, #search input.submit {
    display: none;
}

/*
 * navigation
 */

#navigation {
    /* ie.css overrides some of these */
    margin: -1em 260px 0px 158px;
    width: 515px;
}
#navigation h2 {
    display: none;
}
#navigation ul {
    list-style-type: none;
}
#navigation ul li {
    float: left;
    padding-left: .2em;
    padding-right: .2em;
}
#navigation ul li:first-child {
    padding-left: 0;
}
#navigation ul li:last-child {
    padding-right: 0;
}
#navigation ul li a {
    color: #7f7671;
    display: block;
    margin: auto;
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 4px;
}
#navigation ul li a:hover {
    color: #ed1c24;
}
#navigation ul li.active a {
    color: black;
}
