#sidebar,#bar,#topbox,#headerimg,#commentform{
	display:none;
}
.monthYear, .theDay {
text-align:left;
}
#header {                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url('logo.gif'); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	height: 197px;
	width: 730px;

	}