
body.back_light_blue{
   background: #81d2ff;
}
body.back_light_blue .content{
   background: #81d2ff;
}
body.back_light_blue .logo {
  background-image: url('/_/i/cecutient/logo_2_blue.jpg');
}


body {
  margin-top: 0px;
}
body.back_black{
  background: black;
  color: #fff;
}
body.back_black .logo {
  background-image: url('/_/i/cecutient/logo-inv.jpg');
}
body.back_black {
  color: white;
} 
body.back_black header a.normal_version{
 color: white;
}
body.back_black .font_size span{
 color: white !important;
}
body.back_black .font_size span a{
 color: white !important;
}
body.back_black .content{
    background: black; 
}
body.back_black .content p a{
  color: white !important;
}
body.back_black .settings .normal_version:before {
  background: url("/_/i/cecutient/eye-inv.jpg");
}

body.back_black .content{
  color: #fff;
}
body.back_black .settings {
  background: url("/_/i/cecutient/line.png");
}
body.back_black .settings .color_scheme span a{
  border: solid 1px white;
}
header {
  width: 1000px;
  display: block;
  margin: 0 auto;
  font-size: 90%;
  position: relative;
  border-bottom: 4px solid black !important;
  padding-bottom: 25px !important;
  margin-bottom: 25px;
}
header h1 {
  font-size: 0px;
}
.logo {
  margin-top: 35px;
  margin-left: 0px;
  display: block;
  background-image: url('/_/i/cecutient/logo.jpg');
  background-repeat: no-repeat;
  width: 774px;
  height: 97px;
  font-size: 0px;
}
.date {
  display: block;
  position: absolute;
  right: 0px;
  top: 85px;
  font-weight: bold;
  font-size: 111%;
  line-height: 34px;
}
.settings {
  width: 1000px;
  height: 44px;
  background: url("/_/i/cecutient/line.jpg");
  display: block;
  margin: 0 auto;
  position: relative;
}
.settings .normal_version {
  display: inline-block;
  margin: 12px 50px;
  text-decoration: none;
}
.settings .normal_version:before {
  content: "";
  position: absolute;
  background: url("/_/i/cecutient/eye.jpg");
  width: 34px;
  height: 20px;
  margin: 0px 0px 0px -35px;
}
.settings .font_size {
  display: inline-block;
}
.settings .font_size span {
  display: inline-block;
  vertical-align: middle;
}
.settings .font_size span a {
  text-decoration: none;
}
.settings .font_size span:first-child {
  margin: 0px 20px 0px 50px;
}
.settings .font_size span.size_2 {
  font-size: 127%;
  margin-top: 3px;
}
.settings .font_size span.size_3 {
  font-size: 150%;
}
.settings .color_scheme {
  display: inline-block;
 position: absolute;
right: 15px;
top: 13px;

}
.settings .color_scheme span {
  display: inline-block;
}
.settings .color_scheme span a {
  width: 13px;
  height: 13px;
  border: solid 1px black;
  display: block;
}
.settings .color_scheme span.color_1 a {
  background: white;
}
.settings .color_scheme span.color_2 a {
  background: black;
}
.settings .color_scheme span.color_3 a {
  background: #81d2ff;
}
main {
  width: 1000px;
  margin: 0 auto;
}
main time {
  font-size: 85%;
  font-weight: bold;
}
main .news {
  text-transform: uppercase;
  margin-top: 4px;
}
