* Base Weblog (base-weblog.css) */

body
{
   min-width: 100px;
   color: #333;
   background-image: url("image/back1.gif");
   background-repeat: repeat;
}
#alpha { width:95%;}
#alpha-inner
{
   position: relative;
}
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   margin-top: 10px;
   width: 90%;
   text-align: left;
}
#container-inner
{
   position: relative;
   width: 100%; 
}
#pagebody-inner 
{ 
   position: relative;
   width: 100%;
}
.entry,
.entry2,
.trackbacks,
.comments,
.archive
{
   position: static;
   /* overflow: hidden; */
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
.entry-content
{
   position: relative;
   clear: both;
}

#top_ad{ display: none;}
#banner{ display: none;} 
#beta { display: none;}
/* #comments { display: none;} */
/* .content-nav { display: none;} */
/* .trackbacks { display: none;} */

.clr{ overflow: visible;}
.banner-user{ overflow: visible;}
.entry{ overflow: visible;}
