@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
    background: url("images/background.jpg") center;
    margin: 0px;
    padding: 0px;
}

#page {
    width:1000px;
    margin:0px auto;
}

#header {
    width:1000px;
    height:238px;
    background: url("images/header.png");
    position:relative;
}

#menu-header {
    position: absolute;
    left: 415px;
    top: 177px;
    width: 390px;
    height: 30px;
}

#menu-header ul {
    list-style-type: none;
    padding: 0px;
    margin: 5px;
    float:right;
    padding-right:10px;
}

#menu-header li {
    float: left;
    margin-left:16px;
    padding: 0px;
}

#menu-header a {
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#content {
    width:1000px;
    background: url("images/content-background.png");
}

#menu-main {
    float:left;
    width:300px;
    margin-left:91px;
}

.menu-element {
    width:270px;
    height:40px;
    margin-bottom:15px;
}
.menu-line {
    border-top:18px solid;
    border-bottom:18px solid;
    border-color:#ffffff;
    width:50px;
    height:4px;
    background: #0053a1;
    float:left;
}

.menu-content {
    float:right;
    background:#0053a1;
    height:33px;
    width:180px;
    border-right:20px solid #359cff;
    padding-top:7px;
    padding-left:20px;
	font-size: 23px
}

.menu-content a {
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


.address-header {
    margin-top:40px;
    background:#0053a1;
    height:38px;
    width:258px;
    border-right:20px solid #359cff;
    padding-top:12px;
    padding-left:12px;
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    font-family: Arial;
    margin-bottom:20px;
}

.address, .address td {
    font-size:13px;
    font-family: 'PT Sans Narrow', sans-serif;;
    padding-left:10px;
    color:#505050;
}

.address h4 {
    margin:0px;
    font-size:1.4em;
}

.address p {
    margin-top:0px;
}


#main {
    width:490px;
    min-height:400px;
    float:right;
    margin-right:106px;
    text-align: justify;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:0.95em;
}

#main p {
    margin-top:0px;
}

#footer {
    background: url("images/footer.png") no-repeat;
    width:1000px;
    height:145px;
    padding:0px;
    margin:0px;
    position:relative;
}

#footer-content {
    position:absolute;
    width:618px;
    padding-top:20px;
    height:30px;
    top:60px;
    left:174px;
    color:#ffffff;
    font-family:Arial;
    text-align:center;
}

#gallery{
	text-align:center;
}

#gallery img{
margin:4px;
}
