/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{ background: #291e12; }
#bg1{position:absolute;z-index: 1; width:100%; background:transparent;}
#bg2{position:absolute;z-index: 2; width:100%; background:transparent;}
#bg3{position:absolute;z-index: 3; background:transparent;}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{background:#443320 url(images/bg-container.jpg) repeat-y top left; margin:0 auto; }
#content{}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{background:url(images/bg-header.jpg) no-repeat top left;}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden; background:url(images/bg-leftcol.jpg) no-repeat top left; }
#left-inner{padding: 44px 0px 5px 15px;}
/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{ padding:0px;}
#diapo
{
  width:363px;
  height: 512px;
  float: right;
}
#info{
  background:url(images/bg-info.jpg) no-repeat top left;
  height:139px;
  width: 333px;
  float: right;
  padding: 0 15px;
}
#info img
{
  padding-top: 10px;
}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer { background: #291e12; position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; background:transparent; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0; background:transparent; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{background:url(images/bg-footer.jpg) no-repeat top center; margin: 0 auto; padding: 0px; height: 52px;}
#footer .inner	{background:transparent; padding:13px 0 0 0px;}
#footer .age {background:transparent; padding:0px; width:275px; float: left; }
.copyright{padding:0px; text-align: center; width: 465px; float: left; }
#menu2 {
  width:243px; float: right;
}
#menu2 ul li{display: inline;}
/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

img.thumb{border:none; padding:0px; margin: 0 15px 0 0;}
img.thumb0{border:none;padding:0px; margin: 0 0 0 15px;}

.h10{width:100%; height:10px; clear:both; padding:0; margin: 0;line-height: 0px; font-size: 0; overflow: hidden;}
.h12{width:100%; height:12px; clear:both; padding:0; margin: 0;line-height: 0px; font-size: 0; overflow: hidden;}
.paragraph
{
  background:#332617 ;
  border: solid 1px #543f28;
  height: 143px;
  width:599px ;
  float: left;
  padding: 7px 10px 7px 7px;
}
ul.list
 {
 width: 200px;
 float: left;
padding:0px 0 10px 20px;
}
ul.list li {
 background-image:url(images/bullet.jpg);
 background-position: 0px 6px;
 background-repeat: no-repeat;
 padding:2px 0 0px 12px;
}
ul.list1
 {
 width: 170px;
 float: left;
padding:0px 0 10px 10px;
}
ul.list1 li {
 background-image:url(images/bullet.jpg);
 background-position: 0px 6px;
 background-repeat: no-repeat;
 padding:2px 0 0px 12px;
}
ul.liste
 {
 width: 50px;
 float: left;
 margin:0px ;
}
ul.liste li {
 background-image:none;
 padding:2px 0 0px 0px;
}