/* CSS Document */

.sectionContainer {
	width: 800px;
	height: 566px;
	margin: 0 auto;
	position:relative;
}

.chasteHomeLink {
	position:absolute;
	display:block;
	right: 55px;
	width: 180px;
	height: 100px;
	top: 30px;
	border: none;
}

.chasteHomeStopTrafficImg {
	position:absolute;
	display:block;
	width: 120px;
	height: 89px;
	bottom: 25px;
	left: 25px;
	border: none;
}

#homePageLinks {
	position:absolute;
	left: 520px;
	top: 475px;
	border: none;
}

#homePageLinks a {
	font-weight:normal;
	font-size:21px;
	color: #FFFFFF;
	text-decoration:none;
}

#homePageLinks a:hover {
	color: #d4c8da;
}

.leftColumn {
	position: absolute;
	left: 0;
	top: 0;
	width: 355px;
	padding: 30px 15px 0 30px;
	font-size:15px;
	line-height:19px;
}

.leftColumn p {
	margin: 0px;
	padding: 0px;
}

.rightColumn p {
	margin: 0px;
	padding: 0px;
}

.rightColumn {
	position: absolute;
	right: 0;
	top: 0;
	width: 355px;
	padding: 30px 30px 0 15px;
	font-size:15px;
	line-height:19px;
}

.pinkLine {
	border-bottom: 1px solid #ee90b9;
	margin: 10px 0px 10px 0px;
}

.smaller {
	font-size:13px;
	line-height:15px;
}