
body {
  /*background: #F2F3EF;*/

  color: #333;
}

h2{
  margin-top: 60px;
  margin-bottom: 40px;
}
iframe{
  width: 100%;
  border: none;
}
iframe#page-header {
  height: 296px;
}
header {
  color: #fff;
  height: 40px; 
  line-height: 40px;
  text-align: left;

  background: #39C6E2;
}
#header-inner {
  width: 1050px;
  margin: 0 auto;
}
#banner {
  margin: 0 auto;
  height: 198px;
  text-align: center;
}
#banner img {
  margin-top: 62px;
}
nav {
  overflow: hidden;
}
nav #nav-inner{
  width: 1050px;
  margin: 0 auto;
}
nav a{
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin-right: 1px;

  background: #ccc;
  color: #fff;
}
nav a:hover {
  background: #333;
}

nav a.active{
  background: #FF7743;
}
#main-wrapper{
  width: 1050px;
  margin: 0 auto;

  text-align: center;
}
a{
  text-decoration: none;
}

img{
  border: 0px solid; 
  max-width: 1024px; 
}

body{
  margin: 0;
  padding: 0;
}

#header{
  text-align: left;
}
#logo{
  height: 65px;
}


.entries{
  margin: 0 0 40px;
  overflow: hidden;
}

.entry {
  float: left;
  margin: 0 10px 10px;

  padding-bottom: 50px;
  /*border-bottom: 3px solid #CCD0C1;*/
}
.entry .img-cell{
  height: 220px;
overflow: hidden;
}
.entry img {
  width: 330px;
}

.entry .intro {
  margin-top: 20px;
}


footer{
  background: #53ACD6;

  height: 180px;
}
