div#container { 
	width: 665px;
	position: relative;
}

div#sidebar { display: none }
ul#quicklinks { display: none }

div#content {
	width: 405px;
	padding-top: 178px;
	border-right: 1px dotted #999
}

div#main-foot { display: none }
div#footer { display: none }

img#brand {
	display: block; 
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 30px;
}

div#header {
	background: #fff;
	border-bottom: 1px solid #000
}

h2 {
	left: auto;
	right: 25px;
}

body#about h2 {
	width: auto;
	background: transparent;
}

ul#subnav li a { font-weight: normal }

ul#subnav li.selected a { font-weight: bold }
