* { 
  margin:0; 
  padding:0; 
}

html, body { 
  width:100%; 
  min-height:100%; 
  height:100%; 
  color:#777; 
  background: url("img/bg.png") #ccc; 
  font-weight:normal; 
}

a {
  color:#777; 
}

table {
  width:600px;
  min-width:600px; 
  margin:0;
  padding:0;
  line-height:0;
  border-spacing:0; 
  border-collapse:collapse; 
  position:relative; 
}

#wrapper { 
  width:100%; 
  height:100%; 
}

#maincol { 
  min-width:600px; 
  height:100%; 
  min-height:500px; 
  background:#fff; 
}

#header-logo {
  padding:20px 30px;
  background:#00275a; 
  text-align:right; 
  vertical-align:middle; 
}

#header-image {
  #width:600px;
  #height:250px;
}

#header-title {
  width:600px;
  height:100px;
  color:#fff; 
  background:#00275a; 
  font:34px Arial, Helvetica, sans-serif;
  font-weight:bold; 
  text-align:center; 
  vertical-align:middle; 
}

#header-text {
  padding:40px 30px;
  font:14px/22px Arial, Helvetica, sans-serif;
  font-weight:normal; 
  text-align:justify;
}

.news-title {
  width:600px;
  height:60px;
  color:#fff; 
  background:#00275a; 
  font:22px Arial, Helvetica, sans-serif;
  font-weight:bold; 
  text-align:center; 
  vertical-align:middle; 
}

.news-image {
  width:600px;
  height:230px;
}

.news-line {
  padding:0 30px;
  text-align:left; 
}

.news-line div {
  width:60px;
  height:3px;
  background:#00275a;
}

.news-text {
  padding:40px 30px;
  font:14px/22px Arial, Helvetica, sans-serif;
  text-align:justify;
}

.news-link {
  font:14px/22px Arial, Helvetica, sans-serif;
  font-weight:bold; 
}

.news-copyright {
  padding:5px 30px 0px 0px;
  font:9px Arial, Helvetica, sans-serif;
  text-align:right;
}

.info-text {
  width:600px;
  padding:30px 30px;
  color:#fff; 
  background:#00275a; 
  font:12px/20px Arial, Helvetica, sans-serif;
  text-align:center; 
}

.info-link {
  color:#fff; 
  background:#00275a; 
  font:12px/20px Arial, Helvetica, sans-serif;
}