#page {
	/* The entire design is contained within the 'page' id */
	}
	

#header {
	/* Contains the H1 and menu */
	background: url('zenoli-header-3.png');
	}

;#header .description {
; display: none;
;}

;h1 {
; display: none;
;}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.entry-content pre {
	font-size: 1.5em;	
}

.secondary {
	/* Contains the sidebar */
	}

