html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: url(img/background.jpg);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
margin: 0;
padding: 0;
}



#main{
  width: 100%;
}

/* HEADER */

#header{
  background: url(img/background_header.jpg) top repeat-x;
  width: 100%;
  height: 246px;;

}
.center{
  width: 1020px;
  position: absolute;
  left: 50%;
  margin-left: -510px;
}
.center1{
  width: 962px;
  position: absolute;
  left: 50%;
  margin-left: -481px;
}


#header .block1{
  background: url(img/header_01.jpg);
  width: 1020px;
  height: 82px;
}
#header .block2{
  background: url(img/header_02.jpg);
  width: 615px;
  height: 82px;
  padding-left: 405px;
}
#header .block3{
  background: url(img/header_03.jpg);
  width: 1020px;
  height: 82px;

}
#header .block3 div{
  color: white;
  padding-left: 300px;
  padding-right: 360px;
  font-size: 14px;
  font-weight: bold;
} 

#header .block2 a{
  width: 87px;
  height: 82px;
  display: block;
  float: left;
}

#bookmark{
  display: block;
  width: 150px;
  height: 20px;
  position: absolute;
  margin-left: 720px;
  margin-top: 20px;
}





#section{
  margin-top: 20px;
}


#section .left_top{
  background: url(img/ugol.jpg) left top;
  width: 22px;
  height: 37px;
  float: left

}
#section .right_top{
  background: url(img/ugol.jpg) right top;
  width: 22px;
  height: 37px;
  float: right;
}
#section .top{
  background: url(img/top_bottom.jpg) top repeat-x;
  width: 962px;
  height: 37px;
    line-height: 1.5;
  text-align: center;
  color: #009933;
  font-size: 24px;
  font-weight: bold ;
  padding-bottom: 0;
  }

#section .left_bot{
  background: url(img/ugol.jpg) left bottom;
  width: 22px;
  height: 37px;
  float: left

}
#section .right_bot{
  background: url(img/ugol.jpg) right bottom;
  width: 22px;
  height: 37px;
  float: left;
}
#section .bot{
  background: url(img/top_bottom.jpg) bottom repeat-x;
  width: 918px;
  height: 37px;
  float: left;
}
#section .bot .bookmark{
  background: url(img/bookmark.jpg);
  width: 131px;
  height: 23px;
  display: block;
  position: absolute;
  margin-left: 768px;
  margin-top: -20px;

}


#section .content{
  background: url(img/content.jpg) center;
  width: 920px;
  height: auto;
  padding: 0 21px;
}




#archive{
  margin-left: 0px;
  margin-top: 8px;
}


#archive a{
  color: #FF6633;
  font-weight: bold;
  font-size: 16px;
  text-align: center
}
#archive a:hover{
  color: #009933;
}




#top{
  width: 100%;
  height: auto;
}


#top ul{
  list-style: disc;

  float: left;
  width: 190px;
  -padding-left:0;
   -width: 165px;
   margin-left: 40px;
     color: #FF9933;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px
}
#top ul li a{
  color: #FF9933;
  text-align: left;
  border: 0;
}
#top ul li a:hover{
  color: #339900;
}



#thumbs{
  margin: 0;
  padding: 0;
}
#thumbs a{
  border: 1px solid #ffffff;
  display: block;
  float: left;
  margin: 1px;
  width: 180px;
  height: 240px;
}

#thumbs a:hover{
  border: 1px solid #FF6633
}

#footer{
  background: url(img/footer.jpg) top center no-repeat;
  width: 370px;
  height: 113px;
  margin: 0 auto;

}

#footer h4{
  color: #009933;
  font-size: 16px;
  text-align: right;
  display: block;
  padding-top: 25px;
  padding-right: 20px;
}
#footer p{
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #FF6633
}


