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

.webrings img{
	border: 0px;
}

#header {
	/* Contains the H1 and menu */

	background: #007EB9 url('header3.png'); 
	}

#header h1, #header .description, #header .blog-title {
 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 */
	}

.secondary {
	/* Contains the sidebar */
	}

