html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
		
body {
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #797B7A;
  background: #e0e0e0;
}

p {
  line-height: 1.3em;
  padding: 0 0 1.3em 0;
  margin: 0;
}

img {
  border: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1 {
  color: #22A3D0;
  font-family: georgia,times,Times New Roman,times-roman,georgia,serif;
  font-size: 57px;
  font-weight: normal;
  letter-spacing: -3px;
  line-height:54px;
  margin: 0 0 15px 0px;
  padding: 0;
}

h2 {
  color: #797B7A;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #22A3D0;
}

a:hover,
a:active {
  text-decoration: none;
  color: #22A3D0;
}

/* clearfix hack */
.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 */

#container {
  width: 778px;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 11px;
}


/* Header */
#header {
  height: 35px;
  background: url(../img/bg_header_top.gif) repeat-x;
}


/* Navigation */
#header #navi {
  float: left;
  height: 10px;
  padding-top: 15px;
  width: 820px;
}

#header #navi ul {
  margin: 0;
}

#header #navi ul li {
  display: inline;
  float: left;
  height: 21px;
  width: 129px;
  padding: 9px 0 0 0;
  margin: 0 0 0 1px;
  background: #22A3D0;
  text-align: center;
  
}

#header #navi a,
#header #navi a:link,
#header #navi a:visited {
  color: #fff;
  text-decoration: none;
}

#header #navi a:hover,
#header #navi a:active {
  color: #fff;
  text-decoration: underline;
}


/* Banner */
#banner {
  width: 778px;
  height: 110px;
  background: url(../img/main_img.jpg) no-repeat;
}

#banner h3 {
  font-size: 18px;
  color: #EE8907;
  font-weight: normal;
  text-align: right;
  padding: 15px 40px 0 0;
  margin: 0;
}

#banner h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: right;
  padding: 0 40px 0 0;
  margin: 0;
}


/* Content */
#content {
  padding: 10px 40px;
}

#content_main {
  float: left;
  width: 474px;
  padding-right: 25px;
  border-right: 1px solid #bcbdbc;
}

#content_right {
  float: left;
  width: 173px; 
  padding-left: 25px;
}


/* Footer */
#spacer {
  height: 30px;
}

#footer {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  background: #fff;
  width: 778px;
  padding: 0 11px;
}

#footer_content {
  background: #22A3D0;
  height: 30px;
  color: #fff;
}

#footer_content a,
#footer_content a:link,
#footer_content a:visited {
  color: #fff;
}

#footer_content a:hover,
#footer_content a:active {
  color: #fff;
}

#footer_content div {
  float: left;
  margin: 8px 0 0 40px;
}
  
#footer_content ul {
  margin: 8px 40px 0 0;
  float: right;
}

#footer_content ul li {
  display: inline;
}