html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
  font-family:Verdana, sans-serif;
  font-size:12px;
  line-height:15px;
  color:#6c7278;
  text-align:left;
  background: #ffffff url('/con/cms/images/bg-body.png') repeat-x top left;
}

a img {
  border:none;
}

p {
  margin:0 0 1em 0;
}

h1 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;
}

h1, h2 {
  font-weight:normal;
  font-family:Verdana, sans-serif;
  color:#737373;
  font-size: 18px;
  line-height:30px;
  margin:1em 0 0.5em 0;
}

.firstHeading {
  margin-top:0;
}

h3 {
  font-weight:normal;
  font-family:Verdana, sans-serif;
  font-size:22px;
  line-height:26px;
  color:#737373;
  margin:1em 0 0.2em 0;
}

h4 {
  font-weight:normal;
  font-size:18px;
  color:#737373;
  margin:1em 0 0 0;
} 

h5, h6 {
  font-weight:bold;
  font-size:14px;
  color:#737373;
  margin:1em 0 0 0;
}

a {
  color:#6b7b99;
  text-decoration:none;
}

a:hover {
  color:#98a8c4;
  text-decoration: none;
}

#container {
  width:1005px;
  margin:0 auto;
  min-height:100%;
}

* html #container {
  height:100%;
}

#header {
  height: 358px;
  position: relative;
}

#header #logo {
  position: absolute;
  left: 43px;
  top: 23px;
}

#header #banner {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  height: 225px;
}

#navigation {
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  height: 40px;
  color: #f3f3f3;
}

#content {
  padding: 0 45px;
  width: 915px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


