#container {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 239px;
	background-image: url(images/_boston_skyline.jpg);
	background-repeat: no-repeat;
}

.srhLogo {
	display: block;
	position: absolute;
	top: 40px;
	left: 305px;
}

#navigation {
	position: absolute;
	top: 239px;
	left: 0;
	width: 950px;
	height: 24px;
	background-image: url(images/_nav_background.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-size: 1px;
	line-height: 1px;
}

#main {
	position: absolute;
	top: 100px;
	left: 0;
	margin-bottom: 4em;
	width: 955px;
	text-align: left;
}

#column1 {
	position: absolute;
	top: 295px;
	left: 38px;
	width: 200px;
	text-align: center;
}

#column1 img {
	display: block;
	margin: 0 auto 10px auto;
}

#column2 {
	position: absolute;
	top: 292px;
	left: 275px;
	width: 625px;
	text-align: left;
}
