
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: #4a4b60;
    font-family: Tahoma;
}
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;
}

#document{
  width: 1024px;
  height: auto;
  margin: 0 auto;
  background: #000000;
}
#header{
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  background: #343543;

}
#header h1{
  display: block;
  float: left;
  font-size: 30px;
  color: #ffffff;
  padding: 5px 0;
}
#header h1 a{
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
}
#header h1 a:hover{
  color: #CCCCCC;
}


#header p{
  text-align: justify;
  padding: 5px 10px;
}

#page{
  width: 1024px;
  margin: 0 auto;
}
#sidebar_1{
  width: 155px;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-left: 5px;

}

#sidebar_2{
  width: 165px;
  height: auto;
  float: right;
  padding-top: 10px;
  padding-right: 5px;
}
#sidebar_1 .item, #sidebar_2 .item{
  margin-bottom: 15px;
}


#sidebar_1 .item h2, #sidebar_2 .item h2{
  color: #ffffff;
  display: block;
  width: 100%;
  height: 30px;
  background: #555555;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
}
#sidebar_1 .item a, #sidebar_2 .item a {
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  color: #FFFF00;
  margin-bottom: 15px;
}

#sidebar_1 .item img, #sidebar_2 .item img{
  border: 1px solid #555555;
  text-align: center
}

#sidebar_1 .item a:hover, #sidebar_2 .item a:hover{
  border: none;
  color: #FFCC00;

}

#sidebar_1 .item img:hover, #sidebar_2 .item img:hover{
  border: 1px solid #FFCC00;
}
#sidebar_1 .item a:hover span{
  text-decoration: underline
}

#sidebar_1 .item ol{
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  color: #FFFF00;
  margin-left: 10px;

}
#sidebar_1 .item ol li{
  margin-bottom: 5px;
}


#sidebar_1 .item ol li a{
  display: inline;
}
#sidebar_1 .item ol li a:hover{
  text-decoration: underline
}


#sidebar_1 .item ul{
  text-align: left;
  color: #FFFF00;
  margin-left: 10px;
  font-size: 14px
}
#sidebar_1 .item ul li{
  margin-bottom: 5px;
}


#sidebar_1 .item ul li a{
  display: inline;
}
#sidebar_1 .item ul li a span{
  color: #FFFFFF
}

#sidebar_1 .item ul li a:hover{
  text-decoration: underline
}



#sidebar_2 .item ul{
  text-align: left;
  color: #FFFF00;
  margin-left: 10px;
  font-size: 14px
}
#sidebar_2 .item ul li{
  margin-bottom: 5px;
}


#sidebar_2 .item ul li a{
  display: inline;
}
#sidebar_2 .item ul li a span{
  color: #FFFFFF
}

#sidebar_2 .item ul li a:hover{
  text-decoration: underline
}

#content{
  width: 694px;
  float: left;
  padding-top: 10px;
}


#content .thumbs{
  text-align: center
}


#content .thumbs img{
  margin-bottom: 3px;
  border: 1px solid #CCCCCC;
}

#content .thumbs img:hover{
  margin-bottom: 3px;
  border: 1px solid #FFCC00;
}

#content .desc {
  color: #FFCC00;
  padding: 30px 0;
}
#content .desc ul li a {
  color: #FFCC00;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
#content .desc ul li a:hover{
  text-decoration: underline;
  color: #CCCCCC;
}


#content .desc ul{
  list-style: disc;
  padding-left: 50px;
}

#footer{
  background: #343543;
  color: #CCCCCC;
  font-size: 16px;
  text-align: center;

  padding: 10px 0;
}
#footer a{
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline
}

