#container {
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
#masthead {
	height: 269px;
	background: url(../images/masthead.png) no-repeat;
}
#contentContainer {
	background: #fff url(../images/gradient.png) top repeat-x;
}
#mainContent {
	width: 780px;
	border-right: 1px solid #666;
	float: left;
	display: inline;
}
#inner {
	margin: 40px 50px;
}
#navigation {
	width: 170px;
	float: right;
	margin: 40px 30px 0 0;
	display: inline;
}