body {
font-family:"Comic Sans MS", cursive, sans-serif;
   font-size: 14px;
   color : black;
   text-align : left;
   background-color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   background-repeat: no-repeat;
   background-position: center top;
   background-image: url('/sitecomposer/render/image/styles/sources/Header_picture_page_1920.jpg');
   min-height: 800px;
}

@media screen and (max-width: 1440px) {
body {
background-image: url('/sitecomposer/render/image/styles/sources/Header_picture_page_1440.jpg');
   min-height: 600px;
}
}


@media screen and (max-width: 1280px) {
body {
background-image: url('/sitecomposer/render/image/styles/sources/Header_picture_page_1280.jpg');
   min-height: 533px;
}
}


div#container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   background-repeat: repeat-x;
   background-position: center 800px;
   background-image:    url('/sitecomposer/render/image/styles/sources/Background_new.png');
   min-width:1200px;
   max-width: 1920px;
padding-bottom: 15px;
}

@media screen and (max-width: 1440px) {
div#container {
   background-position: center 600px;
   background-image:    url('/sitecomposer/render/image/styles/sources/Background_new.png');
   min-width:1360px;
   max-width: 1440px;
}
}

@media screen and (max-width: 1280px) {
div#container {
   background-position: center 533px;
   background-image:    url('/sitecomposer/render/image/styles/sources/Background_new.png');
   min-width:1200px;
   max-width: 1280px;
}
}


div.PageContent {
width: 890px;
margin-left: auto;
margin-right: auto;
position:relative;
padding-top: 20px;

}

img.ChronicleImage {
   margin-bottom: 5px;
   margin-top: 15px;
}