#templ-col1 {
	position: relative;
	width: 270px;
	float: left;
	margin-right: 60px;
	}

#templ-col2 {
	position: relative;
	width: 270px;
	float: left;
	}

#templ-box {
	position: relative;
	width: 270px;
	float: right;
	background-color: #2eafa4;
	}

	.templ-box-inner {
		position: relative;
		padding: 10px;
		color: #ffffff;
		}

	.templ-box-inner p {
		color: #ffffff;
		}
	
	.templ-box-inner li {
		color: #ffffff;
		}