@charset "utf-8";
/* CSS Document */

#first_article_title{
	height: 23px;
	width: 550px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2244;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/pressroom/1st_title.gif);
	left: 10px;
}

#first_article{
	height: 410px;
	width: 530px;
	position: relative;
	float: left;
	padding-left: 30px;
	margin-top: 10px;
}
#first_pic{
	height: 132px;
	width: 180px;
	position: relative;
	float: right;
	background-image: url(../images/about/1st_pic.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}
.icon {
	position: relative;
	top: 5px;
	margin-right: 10px;
	padding-top: 5px;
}

