

div#sidebar {
	display:block;
	width:300px;
}

div#content div#primarycontent {
	width:600px;
}
	div#content div#primarycontent h1#pageTitle {
		font-size: 3.1em;
		margin-left: 0;
		margin-top: 40px;
		width: auto;
		float: none;
	}
	
div#tribute-header-block {
	clear: left;
	float: left;
	width: 600px;
	margin-bottom: 15px;
}
div#tribute-header-image {
	margin-top: 40px;
	height: 150px;
	width: 150px;
	margin-right: 20px;
	float: left;
	clear: left;
	background: url("/img/nwaa/tribute/home-img-150.png") no-repeat scroll center center transparent
}	
	div#tribute-header-image img {
		margin: 10px 0 0 10px;
		width: 130px;
		height: 130px;
	}

div#tribute-header-text {
	float: left;
}

div#secondarycontent {
	display:none;
}
	
