#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 960px;
	height: 68px;
	background-color: #C00;
	text-align: left;
}

#navigation {
	padding-left: 280px;
}

#header2 {
	position: relative;
	width: 960px;
	height: 178px;
	background-color: #0E2F4F;
	background-image: url(images/_star_background.gif);
	background-repeat: repeat-x;
}

.welcomeText {
	display: block;
	position: absolute;
	top: 15px;
	left: 300px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.tagline {
	display: block;
	position: absolute;
	top: 70px;
	right: 226px;
}

.headshot {
	display: block;
	position: absolute;
	top: 0;
	right: 33px;
}

#main {
	position: relative;
	width: 960px;
	text-align: left;
}

#mainPadding {
	padding: 24px 33px 68px 330px;
}

#newsBar {
	position: absolute;
	width: 262px;
	top: 0;
	left: 26px;
	background-image: url(images/_newsbar_background_rev.gif);
	background-repeat: repeat-y;
	text-align: left;
	line-height: 1.35em;
}

.newsbarShadow {
	display: block;
	height: 12px;
	font-size: 1px;
}

#buttons {
	text-align: center;
	margin: 10px 0;
}

#buttons a {
	margin: 0 9px;
}

#latestNews {
	margin: 16px;
	text-align: left;
	font-size: 11px;
}

#column1 {
	position: absolute;
	top: 155px;
	left: 0;
	margin: 0 25px;
	width: 300px;
}

#column2 {
	position: absolute;
	top: 155px;
	left: 360px;
	width: 420px;
	text-align: left;
}
