#topmenu,
#mainmenu, 
#secondarycontent,
#commentform,
#footer,
.similar_posts,
.navigation,
.hide_print {
	display: none;
}
img {
	border: none;
}


/* Branding
 ------------------------------------------------------------------*/
#branding h1 {
	position: relative;
	margin: 0;
	width: 461px;
	height: 125px;
}
#branding h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
}
#branding h1 span {
	position: absolute;
	z-index: 10;	
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat;
}

/* Branding
 ------------------------------------------------------------------*/
img.right,
img.alignright {
	float: right;
    margin-left: 20px;
}

img.left,
img.alignleft {
	float: left;
    margin-right: 20px;
}

img.border {
    border: 1px solid #000;
    padding: 3px;
}