a img {
  border:none;
}
img.float_r {
  float:right;
  clear:right;
}
img.float_l {
  float:left;
  clear:left;
}
a.litebox_c,
a.litebox_h,
a.litebox_r,
a.litebox_l {
  display:block;
  border:6px solid #EEE;
  text-decoration:none;
  vertical-align:top;
}
a.litebox_c {
  display:inline-block;
  margin:10px 24px;
  height:140px;
  overflow:hidden;
}
a.litebox_h {
  float:right;
  clear:right;
  margin:0 10px;
}
a.litebox_r {
  float:right;
  clear:right;
  margin:5px 0 5px 5px;
  height:140px;
  overflow:hidden;
}
a.litebox_l {
  float:left;
  clear:left;
  margin:5px 5px 5px 0;
  height:140px;
  overflow:hidden;
}
h1.pageheader {
  font-family: 'Oswald', sans-serif;
  font-size:32px;
  color:#0B5A8E;
  text-align:center;
  padding:5px 0 5px 0;
  margin:0 auto 30px auto;
  border-bottom:2px solid #0B5A8E;
  color:#0B5A8E;
  width:80%;
}
p.pageheadertxt {
  margin:-20px 0 0 0;
  padding:0 10% 30px 10%;
  text-align:center;
}
