body {
    background-color: #EEE;
    font-family: "Book Antiqua", Palatino, serif;
    line-height: 1.4;
}

h1 {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 1em;
}

#logo {
    float: right;
    width: 176px;
}
#header {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
}
#footer {
    padding: 1em 0;
    border-top: 1px solid #444;
    color: #444;
}
#nav {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    overflow: hidden;
    font-family: Calibri, Optima, sans-serif;
}
#language-select li {
    float: right;
    margin-left: 10px;
}
#language-select li img {
    display: block;
    padding: 5px 1px;
}
#menu li {
    float: left;
    border-left: 1px solid #AAA;
}
#menu li:first-child {
    border-left: 0;
}
#menu li a {
    display: block;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
}
#menu .active a {
    background-color: #EEE;
    font-weight: bold;
}
#menu li a:hover {
    text-decoration: underline;
}
#page ul {
    list-style: disc inside none;
    line-height: 1.4;
}

#container {
    background-color: white;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 800px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25); /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25); /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25); /* Opera 10.5, IE9, Chrome 10+ */
}
#page {
    margin: 30px 0;
    min-height: 330px;
    overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
    #page {
	min-height: 0;
    }
    #banner{
	display: none;
    }
}
