#leftbar {
   width: 636px;
   min-height: 120px;
   float: left;
   margin-left: 21px;
}

#rightbar {
   width: 287px;
   min-height: 120px;
   float: left;
}

#bigwinhead {
   float: left;
   width: 636px;
   height: 47px;
   background: url('../../redata/images/bg_bigwinhead.png');
}

#smallwinhead {
   float: left;
   width: 287px;
   height: 47px;
   background: url('../../redata/images/bg_smallwinhead.png');
}

#bigwinbody {
   float: left;
   width: 636px;
   min-height: 50px;
   background: url('../../redata/images/bg_bigwinbody.png');
}

#smallwinbody {
   float: left;
   width: 287px;
   min-height: 50px;
   background: url('../../redata/images/bg_smallwinbody.png');
}

#bigwinfoot {
   float: left;
   width: 636px;
   height: 11px;
   background: url('../../redata/images/bg_bigwinfoot.png');
}

#smallwinfoot {
   float: left;
   width: 287px;
   height: 10px;
   background: url('../../redata/images/bg_smallwinfoot.png');
}

#bigwinhead h1 {
   color: #ffffff;
   font-size: 18px;
   margin: 12px;
}

#smallwinhead h1 {
   color: #ffffff;
   font-size: 16px;
   margin: 14px;
}

.footwin {
   width: 27%;
   float: left;
   margin: 10px 25px;
}

.footwin h1 {
   font-size: 16px;
   color: #4c3d1c;
}

.footwin p {
   color: #48750c;
   line-height: 18px;
   font-size: 14px;
   margin: 10px 0px;
   text-align: justify;
   min-height: 125px;
}

.footwin div {
   float: right;
   font-size: 15px;
}

.footwin a {
   color: #695937;
   text-decoration: none;
}

.footwin a:hover {
   color: #493917;
   text-decoration: underline;
}

#textbody {
   margin: 0px 20px;
   text-align: justify;
   line-height: 18px;
   font-size: 14px;
}

#textbody p {
   padding: 10px 0px;
   color: #ffffff;

}

#textbody h1 {
   font-size: 18px;
   color: #ffffff;
   padding: 10px 0px 5px 0px;
}

#textbody h2 {
   font-size: 16px;
   color: #ffffff;
   padding: 10px 0px 5px 0px;
}