*, p{
  margin: 0;
  padding: 0;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

html, body{
  margin: 0;
  padding: 0;
}

body{
  background: #4a3521 url('../images/bg_body.gif') repeat-x;
  min-width:760px; /* for mozilla*/
  text-align: center;
}

#pagelayout{
  background: #9a754f url('../images/bg_top_pagelayout.gif') repeat-x;
  width: 768px;
  margin: 0 auto;
  text-align: center;
  height: 99.9%;
  min-height: 100%;
  position: relative;
  border: 1px solid #e78902;
  border-width: 0 2px 0 2px;
}

html>body #pagelayout{
  height: auto;
}

#sidebar{
  position: relative;
  width: 260px;
  float: left;
}

#footer{
  width: 100%;
  height: 72px;
  clear: both;
  text-align: center;
  left: 0;
  bottom: 0;
  position: absolute;
}

#maincontent{
  width: 500px;
  float: right;
}

#clearfooter{
  width: 100%;
  height: 72px;
  clear: both;
}

/** Make-up ***/

#sidebar{
  padding-top: 10px;
}

#sidebar h1{
  margin: 0;
  padding: 0;
}

#sidebar .bannieres{
  padding: 10px 15px;
  text-align: left;
}

#sidebar .bannieres img{
  border: 0;
}

#footer a{
  color: #33561d;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

#footer .footer-content{
  background: transparent url('../images/bg_footer.gif') no-repeat;
  font-family: "Trebuchet MS" arial helvetica sans-serif;
  font-size: 12px;
  width: 740px;
  height: 62px;
  margin: auto;
  position: relative;
  color: #7c1f1a;
}

#footer span{
  color: #33561d;
  font-size: 13px;
}

#footer .copyr{
  position: absolute;
  left: 0;
  bottom: 5px;
}

#footer p{
  float: right;
  text-align: left;
  padding: 8px;
}

/*** Page content ***/

#pagecontent{
  background: transparent url('../images/bg_right_logo.gif') no-repeat 100% 0;
  font-family: 'Trebuchet MS' arial helvetica sans-serif;
  text-align: left;
  padding: 20px 10px;
  height: 340px;
  min-height: 340px;
  height: auto;
}

#pagecontent h2{
  color: #e78902;
  text-align: left;
  padding-bottom: 20px;
}

#pagecontent h3{
  color: #e6d2a6;
  font-size: 1em;
  padding-left: 20px;
  padding-bottom: 10px;
}

#pagecontent p{
  font-size: .9em;
  color: #332416;
  padding-bottom: 15px;
  padding-left: 20px;
}