
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) #000000;
    font-family: Verdana;
}
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;
}



#header{
  width: 100%;
  height: auto;
}
#header .desc{
  background: url(img/header_desc.jpg);
  width: 714px;
  height: 79px;
  float: left;
  color: #f6f5f5;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
  line-height: 14px;
}


#logo{
  background: url(img/logo_big.jpg);
  width: 237px;
  height: 99px;
  float: left;
  display: block;
}



#content .thumbs h3{
  background: url(img/logo_small.jpg) left no-repeat;
  height: 30px;
  width: auto;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 80px;
  line-height: 36px;
  margin-left: 10px;
}
#content .thumbs div{
  text-align: center;
  width: auto;
  background: #1f1f1f;
  padding: 5px 0;
  height: auto;

}
#content .thumbs div img{
  vertical-align: middle;
  margin-bottom: 30px;
}


#content .thumbs div a{
  text-decoration: none;
  height:;
  color: #ff0000;
  margin: 3px;



}



#content .thumbs div a b{
  text-decoration: underline;
  position: absolute;
  display: inline;
  width: 240px;
  height: auto;
  margin-left: -240px;
  margin-top: 180px;
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;

}
#content .thumbs div a:hover b{
  text-decoration: none;
}





#content .top{
  background: url(img/vintage_left.jpg) left no-repeat #1f1f1f;
  padding-left: 70px;
  height: 119px;
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;

}
#content .top .background{
  background: url(img/vintage_right.jpg) right no-repeat #1f1f1f;
  height: 119px;
  padding-right: 50px;
}

#content .top .background ul{
  float: left;
  font-size: 14px;
  color:  #FFFFFF;
  width: 20%;
  padding-top: 10px;

  }
#content .top .background ul li a{
  color: #FF0000;
  text-decoration: underline;
  text-indent: 10px;
  line-height: 18px;
  font-size: 14px
}
#content .top .background ul li a span{
  color: #FFFFFF;
  text-decoration: none;
}
#content .top .background ul li a:hover{
  text-decoration: none;
  color: #ffffff;
}

#content h2{
  display: block;
  width: 924px;
  color: #FFFFFF;
  background: url(img/logo_small.jpg) bottom left no-repeat;
  height: 30px;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  padding-left: 80px;
  line-height: 36px;
  margin-bottom: 5px;

}

#footer{
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
#footer a{
  color: #FF0000;
}
#footer a:hover{
  text-decoration: none;
  color: #ffffff;
}


