#topLeft{
	position: absolute;
	width: 450px;
	height: 274px;
}

#bottomLeft{
	position: absolute;
	top: 279px;
	width: 440px;
	height: 327px;
	border: solid 5px #ebeee2;
	background-color: #ebeee2;
}

#bottomLeftHeader{
	background-color: #d9dece;
	height: 40px;
}

#bottomLeftHeader img{
	position: relative;
	top: 7px;
	left: 6px;
}

#bottomImage{
	position: relative;
	top: 10px;
	left: 4px;
	border: solid 1px #c8c2b1;
	width: 202px;
}

#bottomImage img{
	border: solid 1px #ebeee2;
}

#bottomText{
	position: absolute;
	top: 115px;
	left: 226px;
}

#learnMoreBtn{
	position: relative;
	top: 20px;
	left: 45px;
}

#rightColumn{
	position: absolute;
	left: 455px;
	border: solid 5px #ebeee2;
	width: 235px;
	height: 606px;
	background-color: #ebeee2;
	z-index: 10;
}

.rightColumnHeader, .rightColumnHeaderBig{
	position: relative;
	height: 34px;
	background-color: #dde1d2;
}

.rightColumnHeaderBig{
	height: 48px;
}

.rightColumnHeader img, .rightColumnHeaderBig img{
	position: relative;
	top: 10px;
	left: 13px;
}
.rightColumnText{
	width: 215px;
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.rightColumnText span{
	margin-left: 25px;
	font-weight: bold;
	font-style: italic;
	display: block;
}
#moreBtn{
	position: relative;
	top: 30px;
	left: 25px;
}
