#contentcontainer {
	width: 780px;
	margin:0 auto;
}

#header {
	height: 289px;
	background: url("../images/global/header.jpg");
	width: 780px;

}	

/* Navigation */
#navcontainer {
	width: 780px;
	height: 53px;
	background: url("../images/global/navcontainerbg2.jpg");
	float: left;
}

/* Content */

#content {
	width: 780px;
	background: #51a1ff;
	float: left;
}

#content .onehalf {
	width: 390px;
	float: left;
	}
	/* The following classes aren't really one and two thirds the length despite their names */
#content .onethird {
	float: left;
	width: 260px;
	}
#content .twothirds {
	float: left;
	width: 520px;
	}
/* Footer */
#footer {
	width: 780px;
	padding-top: 10px;
	clear: both;
	background: url("../images/global/footerbg.jpg") no-repeat;
}
