@charset "UTF-8";
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  background:url(../images/bg-jungle-02.jpg) top left repeat-x fixed;
height:100%; overflow-y:auto;
}
.thrColLiq #container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.thrColLiq #sidebar1 {
  float: left;
  width: 5%;
  background:url(../images/tree-left-bg.gif) top right no-repeat;
  height:405px;
  left:0;
  top:0;
  position:absolute;
}
.thrColLiq #sidebar2 {
  width: 15%;
  background:url(../images/bg-koala-baby.gif) top left no-repeat;
  height:550px;
  padding:0;
  margin:0;
  right:0;
  top:0;
  position:absolute;
}
.thrColLiq #mainContent {
  margin: 0 15% 0 5%; 
  width: 80%;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.quoteSnippetOutter {
background:url(../images/bg-quotes-top.jpg) left top no-repeat;
width:184px;
float:right;
padding:0;
margin:0 0 15px 0;
}
.quoteSnippetInner {
background:url(../images/bg-quotes-bottom.jpg) left bottom no-repeat;
padding:30px 25px 15px 25px;
margin:0;
}
.quoteSnippetInner p {
color:#FFFFFF;
}
.quoteSnippetInner em {
font-family:Georgia, "Times New Roman", Times, serif;
color:#D3FF83;
}
.quoteSnippetInner a {
font-size:10px;
}
