#tradition-text{
	display: block;
	height: 119px;
	background: url(../images/take-pride.jpg) no-repeat 50% top;
	position: relative;
	z-index: 10;
}
h2.title{
	background: url(../images/title-practice.gif) no-repeat left top;
	height: 38px;
	margin-bottom: 20px;
}
#contribution-box{
	background: url(../images/contribution-message.gif) no-repeat left top;
	width: 298px;
	height: 165px;
	margin-top: 60px;
	margin-left: 20px;
}
#priorities-box{
	background: url(../images/priorities-star.gif) no-repeat left top;
	width: 288px;
	height: 241px;
	position: relative;
	top: -16px;
}
#contribution-box h1, #contribution-box p, #priorities-box p, #bottom-message p{
	position: absolute;
	left: -9999px;
}
#bottom-half{
	padding-top: 50px;
}
#left-bottom{
	width: 650px;
	float: left;
	margin-right: 26px;
}
#bottom-message{
	float: right;
	margin-right: 59px;
}
#profiles-link{
	display: block;
	float: right;
	width: 288px;
	height: 119px;
	background-image: url(../images/team-button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#profiles-link:hover{
	background-position: left bottom;
}
#profiles-link span{
	position: absolute;
	left: -99999px;
}
#left-side{
	position: relative;
}
#left-side .line{
	position: absolute;
	right: -5px;
	top: 50px;
	width: 1px;
	height: 200px;
	border-left: 1px solid #000;
}