@charset "utf-8";
/* CSS Document */

/* Defaults */

body {
  text-align: center;
  margin: 0;
  padding: 0 ;
  font-family: helvetica, arial, sans-serif;
  
  background-image:url(../images/splinter.jpg);
  background-repeat:repeat-x;
  
  }
h1 { font-family: helvetica, arial, sans-serif; font-size:2em; font-weight:bold;}
h2, h3, h4, h6, p {
  margin: 0;
  padding: 10px 0 10px 0;
  }
h2, h3, h4, h6 {
  font-family: helvetica, arial, sans-serif;
  }
h5{
font-size:12px;
font-weight:normal;

}



p {
  font-size: 13pt;
  font-weight:bold;
  line-height:145%;
  }

a {
  color: #ddc977;
  text-decoration: none;
  }

a:hover {
  color: #fff;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

ul li{
font-weight:normal;
}



/* Header and wrapper */
#outerwrapper{width:796px; margin: 0 auto; padding:0; }
.header_area{margin: 0 auto; padding:20px 0 0 0; height:270px; text-align: left;}
.content_area{
  margin: 0 auto;
  
  text-align: left;
  padding: 0;
  
  }
  .clear {clear: both;}
  .header_left{float:left; width:273px; height:88px;}
  .header_right{float:right; width:392px; height:88px; text-align:right; padding-right:15px;}
  .headline{width:782px; height:116px;}
  .contents_left{float:left; width:524px; color:#FFFFFF;}
  .contents_right{float:right; width:262px; text-align:right;}
  .divider{background-image:url(../images/div_splinter.jpg); background-repeat:repeat-x; margin:auto 0; padding:0; height:12px;   }
  .footer{text-align:left; font-size:0.85em; color:#FFFFFF; padding:10px 0 0 0; font-weight:bold; color: #ddc977;}
  