body { 
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Arial;
  min-width: 1000px;
  }

a {
  outline: none;
  text-decoration: none;
}

 
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: url(../images/header_right.png) repeat-x top left;
}
  

#header {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  background: url(../images/header_bg.png) no-repeat top left;
  }
  
#header_logo {
  width: 220px;
  height: 60px;  
  position: absolute;
  top: 0px;
  left: 100px;  
  }  
  
#header_logo a {
  width: 220px;
  height: 60px;
  display: block;
  background: url(../images/header_logo.png) no-repeat top left;
  text-indent: -9999px;
  }
  
  
#header_buttons {
  }

#header_buttons > a {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 12px;
  text-indent: -9999px;
  }

#header_buttons > a.home {
  background: url(../images/button_home.png);
  left: 460px;
  }  
  
#header_buttons > a.bookmark {
  background: url(../images/button_book.png);
  left: 485px;
  }  
  
#header_buttons > a.mail {
  background: url(../images/button_mail.png);
  left: 510px;
  }    
  
  
#header_img {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 100px;
  right: 200px;
  background: url(../images/header_img.png) no-repeat top left;
  }
  
#header_menu {
  height: 50px;
  position: absolute;
  top: 210px;
  right: 50px;
  text-align: right;
  }  

#header_menu > a {
  background: url(../images/menu_dot.png) no-repeat 0 20px;
  line-height: 45px;
  padding: 0 15px 0 20px;
  font-family: Tahoma;
  font-size: 14px;
  color: #eaeaea;
  float: left;  
  }

#header_menu > a.first {  
  background: none;
  }

#header_menu > a:hover, #header_menu > a.active  {
  color: #ff8c19;
  }

#header_left {
  position: absolute;
  top: 0;
  right: 1000px;
  width: 10000px;
  height: 300px;
  background: url(../images/header_left.png) repeat-x top left;
  background-color: green;
  }
  

#main {
  width: 900px;
  margin: 0 auto;
  position: relative;
  }  
  
#main_left {
  padding: 0 0 55px 0;
  position: relative;
  }
  
  
#main_left > .item {
  position: relative;
  clear: both;
  min-height: 80px;
  margin: 0;
  }
  
#main_left > .item.last {
  position: absolute;  
  bottom: 0;
  right: 0;
  min-height: 55px;
  height: 55px;
  padding: 0;
  }
  
#main_left > .item > .head {
  position: absolute;
  right: 460px;
  top: 0;
  background: url(../images/head.png) repeat-x top right; 
  width: 10000px;
  text-align: left;  
  }

#main_left > .item.first > .head {
  background: url(../images/head_first.png) repeat-x top right; 
  }

#main_left > .item > .head > .right {
  background: url(../images/right_h.png) no-repeat top right;
  height: 60px;
  padding: 10px 0;
  }
  
#main_left > .item.first > .head > .right {
  background: url(../images/right_hfirst.png) no-repeat top right;
  height: 60px;
  padding: 10px 0;
  }

#main_left > .item.last > .head > .right {
  background: url(../images/right_hlast.png) no-repeat top right;
  height: 45px;
  padding: 5px 0;
  }


h1 {
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 25px;
  color: #f97000;    
  display: inline;
  float: left;
  }  

h2 {
  margin: 0 0 0 40px;
  padding: 0;
  font-family: Verdana;
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;    
  color: #777;
  display: inline;
  float: left;
  }

#main_left h1 {
  margin: 0 0 0 9600px;
  }  
  
#main_left h2 {
  margin: 0 0 0 9640px;
  }  
  
  
#main_left > .item > .head > .right > .inner {
  position: absolute;
  right: 30px;
  top: 10px; 
  height: 80px;
  line-height: 80px;
  width: 400px;
  text-align: right;  
  }
  
#main_left > .item a img {
  border: none;
  padding: 10px;
  }

#main_left > .content {
  width: 600px;
  margin: 10px auto 30px auto;
  text-align: justify; 
  font-size: 11px;
  line-height: 16px;
  color: #666;  
  }

#main .content > h3 {
  background: url(../images/menu_dot.png) no-repeat 5px 6px;
  margin: 10px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  }

#main .content > h3 > a {
  color: #333;
  }

#main .content > h3 > a:hover {
  color: #000;
  }



#main_right {
  width: 440px;
  padding: 10px 0 0 0;
  float: right;
  }

#main_right h1, #main_right h2 {
  display: block;
  clear: both;
  float: none;
  }

#main_right .content {
  clear: both;
  width: 400px;
  margin: 10px 0 30px 40px;
  text-align: justify; 
  font-size: 11px;
  line-height: 16px;
  color: #666;  
  }

#main_right .box { 
  padding: 0;
  margin: 40px 0 20px 0;
  background: url(../images/box.png) no-repeat top left;
  width: 470px;
  height: 220px;
  position: relative;
  } 

#main_right .box > .data {
  position: absolute;
  top: 1px;
  left: 200px;
  font-size: 10px;
  line-height: 25px;
  height: 25px;
  width: 90px;
  text-align: center;
  }

#main_right .box > .img {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 150px;
  width: 150px;
  background: #fff;
  border: 1px solid #cecece;
  text-align: center;
  }

#main_right .box > .img > img, #main_right .box > .img > a img {
  width: 140px;
  height: 140px;
  margin: 5px;
  border: none;
  }

#main_right .box > .num {
  position: absolute;
  top: 180px;
  left: 20px;
  height: 25px;
  width: 150px;
  text-align: center;
  }

#main_right .box > .num > a {
  font-size: 9px;
  padding: 4px;
  border: 1px solid #cecece;
  color: #333;
  }
  
#main_right .box > .num > a:hover , #main_right .num > a.active {
  background: #fff;
  }

#main_right .box > .content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  left: 190px;
  width: 260px;
  height: 130px;
  overflow: hidden;
  text-align: justify;
  }

#main_right .box > .nav > a {
  position: absolute;
  top: 180px;
  width: 22px;
  height: 22px;
  }

#main_right .box > .nav > a.prev {
  background: url(../images/box_prev.png) no-repeat top left;
  left: 220px;      
  }

#main_right .box > .nav > a.play {
  background: url(../images/box_play.png) no-repeat top left;
  left: 245px;      
  }

#main_right .box > .nav > a.stop {
  background: url(../images/box_stop.png) no-repeat top left;
  left: 270px;      
  }

#main_right .box > .nav > a.next {
  background: url(../images/box_next.png) no-repeat top left;
  left: 295px;      
  }
  
  
#main_right .box > a.wiecej {
  position: absolute;
  margin: 0;
  top: 175px;
  right: 30px;
  }


#main_right .ads > a img {
  border: none;
  padding: 0;
  float: left;
  }


a.wiecej {
  background: url(../images/wiecej.png) no-repeat top left;
  width: 95px;
  height: 40px;
  }
  
#main_left a.wiecej {
  display: block;
  float: right;
  clear: both;
  margin: 10px 0;
  }
  
  
#footer {
  width: 900px;
  height: 70px;
  margin: 0 auto 20px auto;
  position: relative;
  }
  

#footer .foot {
  margin: 20px 0 0 0;
  line-height: 22px;
  color: #cecece;
  font-size: 10px;
  text-align: left;
  }
  
#footer .foot > a {
  color: #fff;
  }

#footer_left {
  width: 10000px;
  height: 70px;
  background: url(../images/footer_left.png) repeat-x top right;   
  position: absolute;
  top: 0;
  right: 560px;
  text-indent: 9650px;  
  }

#footer_middle {
  width: 280px;
  height: 70px;
  background: url(../images/footer_middle.png) no-repeat top right;
  position: absolute;
  top: 0;
  right: 380px;
  }

#footer_middle > .foot {
  margin: 20px 30px 0 0;
  text-align: right;
  }
  

#footer_right {
  width: 380px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  }
  
#footer_right > .links {
  margin: 20px 0 0 0;
  text-align: right;  
  line-height: 22px;
  color: #969696;
  }
  
#footer_right > .links > a {
  padding: 5px;
  color: #969696;
  text-decoration: none;
  font-size: 10px;
}
  
#footer_right > .links > a:hover {
  color: #000;
}

#footer_right > .links > a {
  color: #969696;
}


div.clearfix { 
  clear: both; 
}
