#header {
    background: url('/pics/header.png') no-repeat scroll 0 0 transparent;
    height: 200px;
}

#content {
    min-height: 400px;
    background-color: #fff;
    line-height: 145%;
}

.main {
    padding: 20px;
    padding-top: 30px;
    margin: 10px;
}

.main p, .main h1, .main h2, .main ul, .main li, .main table {
    padding: 2px 0 10px 0;
    margin-bottom: 10px;
}

.main li {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
}

#caption {
    height: 50px;
    padding: 48px 30px 100px 300px;
}

#navigation {
    background: url("/pics/nav.gif") no-repeat scroll center bottom transparent;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    opacity: 0.85;
}

#navigation ul li {
    background: url("/pics/nav.gif") no-repeat scroll right top transparent;
    float: left;
    list-style: none outside none;
    padding: 0 15px;
    text-align: center;
    width: auto;
}

#navigation #language ul li{
    float: right;
}

#navigation ul li a {
    color: #fff;
    display: block;
    line-height: 30px;
    text-decoration: none;
}

#navigation ul li:hover {
    background: url("/pics/nav_hover.gif") no-repeat scroll center top transparent;
    color: #fff !important;
    height: 30px;
    text-decoration: none !important;
    width: auto;
}

#navigation ul li.current_page_item {
    background: url("/pics/nav_hover.gif") no-repeat scroll center top transparent;
    color: #fff !important;
    height: 30px;
    width: auto;
}

#footer {
    width: 100%;
}

#bottom {
    margin-left: 20px;
    margin-right: 20px;
}

#address {
    background: url("/pics/nav.gif") no-repeat scroll center bottom transparent;
    color: white;
    font-size: 11px;
    height: 30px;
    line-height: 145%;
    margin: 5px auto;
    opacity: 0.85;
    width: 100%;
    text-align: center;
}

#footer a {
    color: white;
    text-decoration: none;
}

#open_hours_msg td {
    padding: 0.3em;
}

#open_hours_msg th {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.4em;
}
