html{
     margin:0;
     padding:0;
     }

body{
     background:#000000;
     font-family:Garamond;
     font-size:1em;
     color:#615c43;
     }

body a{
     font-weight:bold;
     text-decoration:none;
     color:#615c43;
     }

body a:hover{
     text-decoration:underline;
     }

ul{
   list-style-type:circle;
   }    

#container{
           width:910px;
           margin:0 auto;
           }

#content{
         width:800px;
         margin:0 auto;
         }

#content p#last{
                margin-bottom:-10px;
                }


#download_all{
              float:left;
              width:420px;
              margin:0;
              }

#download_indiv{
                float:left;
                margin-left:50px;
                }

#content h3{
         text-align:center;
         }

#adsense{
         margin-left:25%;
         margin-right:25%;
         }


