@import url("/css/globals.css");

#content {
	position: relative;
	margin: 50px 0 0 0;
	width: 980px;
}

.left-col {
	position: relative;
	float: left;
	width: 320px;
}

	.left-col img {
		padding-left: 50px;
		margin-bottom: 75px;
	}

	.left-col p {
		font-size: 12px;
		line-height: 18px;
		font-weight: 200;
		padding-left: 50px;
	}
	
		.left-col p strong {
			font-weight: 700;	
		}

.right-col {
	position: relative;
	float: left;
	width: 620px;
}