body {
   margin: 0px;
   font-size: 12px;
   font-family: arial;
}

#Header {
   background-image: url(../Images/BgHeader.jpg);
   background-size: 100% auto;
   background-repeat: no-repeat;
   padding: 19px 0px;
}
#Header > div {
   width: 95%;
   max-width: 1450px;
   margin: 0px auto;
}
#Header img {
   vertical-align: middle;
}
#Header span {
   font-size: 22px;
   color: white;
   text-shadow: 1px 1px 1px #111111;
   vertical-align: middle;
}



#Nav {
   background-image: url(../Images/BgNav.jpg);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   text-align: center;
   padding: 10px;
   border-bottom: 5px groove #67abdd;
}
#Nav a {
   color: #0f5286;
   display: inline-block;
   font-size: 20px;
   text-decoration: none;
   font-family: arial, verdana, sans-serif;
   font-weight: 400;
   text-shadow: 1px 1px 1px #cccccc;
}
#Nav a:hover {
   color: #cb1b1b;
}



#Content {
   background-image: url(../Images/BgContent.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#Content > div {
   max-width: 960px;
   margin: 0px auto;
   padding: 20px;
}



#Footer {
   background-image: url(../Images/BgFooter.jpg);
   background-repeat: no-repeat;
   background-size: 100% auto;
   text-align: center;
   padding: 30px;
   font-size: 16px;
   color: white;
   text-shadow: 3px 3px 3px #111111;
}