#first_section {
    background: url(assets/images/first_page.jpg) top center no-repeat #fff;
}
#middle_section {
    background: url(assets/images/middle_page.jpg) top center no-repeat #fff;
}
#last_section {
    background: url(assets/images/last_page.jpg) top center no-repeat #fff;
}

#inner_page {
    background: url(assets/images/inner_page.jpg) top center no-repeat #fff;
}

#main_header {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1050px;
}

#main_belt {
    margin: 0 auto;
    max-width: 1050px;
}
#main_belt h2 a {
    font-family: 'Cuprum', sans-serif;
    color: #fff;
    background-color: #201514;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-decoration: none;
}
#main_belt h5 {
    font-family: 'Cuprum', sans-serif;

    color: #313131;
}

.main_article {
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 1050px;
}
.main_article h2.cross {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    letter-spacing: 2px;
    margin: 100px 0 150px 0;
}
.main_article h2.cross:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    height: 50px;
    width: 5px;
    background-color: #201614;
}
.main_article h2.cross:after {
    content: "";
    position: absolute;
    top: 130%;
    left: 50%;
    height: 55px;
    width: 5px;
    background-color: #201614;
}
.main_article h3,
.main_article h4,
.main_article h5 {
    font-family: 'Cuprum', sans-serif;
}
.main_article h3 {
    margin: 60px 0 40px 0;
}

a.button {
    border: rgba(119, 119, 119, 1) 2px solid;
    background: #f6f6f6;
    color: #201514;
}
a.button:hover{
    background: #fff;
    color: #201514;
    border: rgba(32, 21, 20, 1) 2px solid;
}

#inner_header {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1050px;
}
.telephone, .telephone a, .telesmall {
    font-family: 'Cuprum', sans-serif;
    color: black;
}
.telephone, .telesmall {
    margin: 0px; padding: 0px;
}

ul.menu a {
    font-family: 'Cuprum', sans-serif;
  
    color: #313131;
    text-decoration: none;
}

#inner_main {
    margin: 0 auto;
    max-width: 1050px;
}
#inner_main h1,
#inner_main h2,
#inner_main h3,
#inner_main h4,
#inner_main h5,
#inner_main h6 {
    font-family: 'Cuprum', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
}

#pre_footer {
    padding: 50px 0;
}

#inner_footer {
    margin: 0 auto;
    padding: 10px 0 30px 0;
    max-width: 1050px;

    font-family: 'Cuprum', sans-serif;
    color: #777;
}
#inner_footer a {
    font-family: 'Cuprum', sans-serif;
    color: #777;
    text-decoration: none;
}
#inner_footer a:hover, #inner_footer a:active {
  color: rgba(32, 21, 20, 1);
}