body {
    text-align: center;
    background: #111 url('body-bg.jpg');
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
}

a {
    text-decoration: none;
}

h1 {
    color: white;
    width: 400px;
    display: block;
    float: left;
}

h1 a {
    color: white;
}

.page {
    text-align: left;
/*     width: 840px; */
    width: 1070px;
    margin: 0 auto;
}

.header-left {
    float: right;
    margin-top: 20px;
}

.header-left p {
    margin: 0;
    padding: 0;
}

.address {
    font-size: 80%;
    color: gold;
}

.phone {
    font-size: 140%;
    font-weight: bold;
    color: white;
}

.email {
    color: white;
}

.white {
    color: white;
    font-style: normal;
}

.prices {
    text-align: center;
    margin-bottom: -15px;
    padding-top: 20px;
}

.menu {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    
}

.menu ul {
    padding: 0;
}

.menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 120%;
    border-right: 1px solid white;
}

.menu .last {
    border-right: none;
}

.menu li a {
    color: gray;
    font-weight: bold;
}

.menu li a:hover {
    color: lightgray;
}

.front-content div {
    float: left;
    width: 250px;
    padding: 10px 8px;
}

.front-content img {
    display: block;
    margin: 0 auto;
}

.front-content h3 {
    text-align: center;
}

.front-content a {
    color: white;
}

.front-content a:hover {
    color: gray;
}

.front-content li, .page li {
    color: #bbb;
}

.content {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    float: left;
    clear: both;
    padding: 20px;
}

.content h2 {
    width: 1030px;
    color: white;
}

.footer {
    width: 800px;
    clear: both;
    margin-top: 20px;
    padding: 20px;
    font-size: 60%;
    color: white;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}
