
ul#constants li#search, #headerImage , #rightColumn { display: none; }

#topBar { height: 50px; }
	#logo { top: 0; left: 0; }

	ul#constants {
		padding: 25px 130px 0 0;
		}
		ul#constants li {
			float: right;
			list-style: none;
			}
			ul#constants li a#selectedConstant { color: #000; }
	
	ul#levelOneNavigation {
		width: auto;
		height: 22px;
		margin: 0;
		padding: 0;
		}
		ul#levelOneNavigation li {
			display: inline;
			float: left;
			}

#contentEnvelope {
	width: 746px;
	padding: 0;
	}
	.contentArea { width: 600px; }
		#headers { margin-top: 20px; }
		.contentArea ul li {
			margin: 0 0 0 20px;
			padding: 0;
			background: none;
			list-style-type: square;
			}
