#contentcontainer {
	width: 800px;
	margin:0 auto;
}

#header {
	height: 72px;
	background: url(../images/global/header4.jpg);
	width: 800px;
	float: left;
}	

/* Navigation */
#navcontainer {
	width: 550px;
	height: 72px;
	padding: 0;
	float: right;
	text-align: right;
	overflow: hidden;
}

/* Content */

#content {
	width: 800px;
	float: right;
	margin-top: 10px;
	padding: 0px 0px 0 0px;
}

.index { background: #9acccd; }

.careers { background: #fff7b2; }

.contact { background: #bad876; }

.formresults { background: #fff; }

#content .onehalf {
	width: 400px;
	float: left;
	}
	/* The following classes aren't really one and two thirds the length despite their names */
#content .onethird {
	float: left;
	width: 200px;
	}
#content .twothirds {
	float: left;
	width: 600px;
	}
/* Footer */
#footer {
	width: 800px;
	padding-top: 10px;
	clear: both;
}
