@import '/assets/templates/c022/css/reset.css';
 @import '/assets/templates/c022/css/base.css';
 html {
  height: 100%;
  width: 100%;
  background: #012e4f url('/assets/templates/c022/images/bgt.jpg') repeat-x top center;

}

body {
  background: #012e4f url('/assets/templates/c022/images/bgt.jpg') repeat-x top center;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;

}

.content1 {
  width: 1000px;
  display: block;
  text-align: left;

}

.head1 {
  width: 1000px;
  display: block;
  text-align: left;
  height: 420px;

}

.center1 {
  width: 1000px;
  display: block;
  text-align: left;
  height: 200px;

}

.text1 {
  width: 1000px;
  display: block;
  text-align: left;

}

.footer1 {
  width: 100%;
  height: 100px;
  display: block;
  text-align: center;
  background: #012e4f url('/assets/templates/c022/images/bgf.jpg') repeat-x top center;

}

.menu1 {
  width: 600px;
  display: block;
  margin-left: 280px;
  padding-top: 28px;

}

.menu1 a {
  color: #659ac1;
  font-size: 115%;
  text-decoration: none;
  padding: 10px;

}

.menuf1 {
  width: 800px;
  display: block;
  padding-top: 25px;

}

.menuf1 a {
  padding: 12px;

}

.separ {
  border-bottom: 1px dashed #eee;
  height: 10px;
  margin-bottom: 20px;
  text-align: center;

}

.separ span {
  position: relative;
  font-size: 16px;
  background: #012E4F;
  width: auto;
  padding: 0 5px;

}

.readmore-link {
  float: right;

}