body {
    font-family: Garamond, Palatino, serif;
    font-size: 16px;
    background-image: url('images/bg_pattern.png');
}

.site_main {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    margin-bottom: 60px;
}

.header {
    background-image: url('images/header.png');
    height: 201px;
}

.menu {
    vertical-align: top;
    background-image: url('images/menu_bg.png');
    height: 75px;
}

.menu_items {
    padding-left: 35px;
    padding-top: 15px;
}

.menu_language {
    text-align: right;
}

.menu_language a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-right: 20px;
}

.menu_items ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu_items ul li {
    float: left;
    margin: 0px;
}

.menu_items a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-right: 20px;
}

.menu_items a.current {
    text-decoration: underline;
}

.content {
    padding: 20px;
    background-color: #f7f7c7;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.footer {
    background-image: url('images/footer.png');
    height: 172px;
    padding-left: 30px;
    padding-top: 30px;
    color: #b7c16a;
    font-size: 14px;
}

.trademark {
    color: #eaeed5;
}

p {
    font-size: 16px;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 30px;
    margin-right: 30px;
}

p a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

p a:hover {
    color: #000000;
    text-decoration: none;
}

p strong {
    font-weight: bold;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

li {
    margin-bottom: 1em;
}
