#header {
    background-image: url("/images/ibis.png");
    background-color: #e77700;
    height: 120px;
}

#headermask {
    background-image: url("/images/headermask.png");
    height: 120px;
}

#topmenu {
    border-top: 1px solid #cc6611;
    background: #dd8811 url('/css/img/menubar.png') repeat-x scroll 0% 0%;
    height: 37px;
	margin: 0 auto;
    margin-bottom: 10px;
/*    font-family: tahoma;*/
}

#logo {
    width: 330px;
    height: 120px;
    text-align: center;
}

.menu {
    font-size: 1.25em;
    height: 37px;
    line-height: 37px;
    margin: 0pt auto;
}

.menu ul {
    display: block;
    float: left;
    letter-spacing: 0.1em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt 12px;
}

.menu li {
    display: inline;
}

.menu a {
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    padding: 0pt 1.2em;
    text-decoration: none;
    text-shadow: 0pt 1px 1px #111;
}

.menu a:hover {
    background-color: #aa5511;
}

.menu .current a, #menu .current a:hover {
    background-color: #fff;
    color: #111;
    text-shadow: 0pt 1px 1px #ddd;
}

#bottommenu {
    border: 1px solid #ddd;
    padding: 1px;
    text-align: center;
}

#bottommenu ul {
    margin: 0px;
}

#bottommenu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#bottommenu li a {
    color: #000;
}


#copy {
    font-weight: bold;
    color: #999;
    text-align: center;
}

#copy a {
    color: #999;
}

.boxed {
    text-decoration: underline;
}
