@charset "UTF-8";
#content_main {
	margin-top: 15px;
	position: relative;
}
#content_right {
	width: 200px;
	float: right;
	position: relative;
}
#content_left {
	width: 550px;
	float: left;
	position: relative;
}
.headers {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_headers {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#image1 {
	height: 100px;
	width: 200px;
}
#image2 {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	position: relative;
}
#image3 {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	position: relative;
}

