.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body {
  margin:0;
  padding:0;
  background-color: #2f98aa;
  font-family: "Helvetica Neue", Arial, Sans-Serif;
  color:#2f98aa;
}
a {
  color:#176775;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
.container { 
  margin:0 auto;
  padding:10px 0;
  display:block;
  background: #fff url('../img/container-bg.jpg') left top no-repeat;
  width:980px;
 
}
.left-column {
  width:300px;
  margin:0 10px 0;
  float:left;
}

.left-column h1 {
  text-indent: -9999px;
  background: transparent url('../img/sccc-logo.jpg') left top no-repeat;
  margin:0;
  height:115px;
  width:300px;
}
.right-column {
  width: 650px;
  float:right;
  margin: 0 10px 0 0;
}
.menu { 
  height:50px;
  width:650px;
  background: transparent url('../img/menu-bg.jpg') left top no-repeat;
  color:#fff; 
}
.menu ul {
  list-style-type:none;
  margin:0;
}
.menu ul li {
  float:left;
  padding: 15px 15px 0 0; 
}

.menu ul li a {
  color:#fff;
  font-size: 18px;
}
.banner { 
  background: transparent url('../img/banner.jpg') left top no-repeat;
  height:414px; 
}
.banner span { display:none;}

.content {
  color: #525252;
  width: 630px;
  padding: 0 10px;
  background: transparent url('../img/main-content-bg.jpg') left top no-repeat;
}

.content h2 {
  margin:0 0 10px 0;
}

.footer {
  color:#333;
  width:100%;
  height:50px;
  background-color:#7ed6e5;
  padding:15px 0;
  text-align:center;
}

