@charset "utf-8";
/* CSS Document */
#base #content #righBG #container #welcome_article{
	height: 190px;
	width: 557px;
	position: relative;
	float: left;
	background-image: url(../images/about/welcome_bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}
#base #content #righBG #container #welcome_article #welcome_article_title{
	height: 20px;
	width: 550px;
	position: relative;
	float: left;
	background-image: url(../images/about/welcome_title.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2244;
	margin-top: 10px;
	margin-bottom: 5px;
}
#first_article_title{
	height: 23px;
	width: 370px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2244;
	margin-top: 30px;
	margin-bottom: 5px;
	background-image: url(../images/about/1st_title.gif);
	left: 10px;
}

#first_article{
	height: auto;
	width: 550px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
#first_pic{
	height: 114px;
	width: 180px;
	position: relative;
	float: right;
	background-image: url(../images/about/1st_pic.gif);
	background-repeat: no-repeat;
	margin-top: -45px;
	background-position: center center;
}
#second_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: 30px;
	margin-bottom: 5px;
	background-image: url(../images/about/2nd_title.gif);
	left: 10px;
}

#second_article{
	height: auto;
	width: 550px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
#second_pic{
	height: 137px;
	width: 200px;
	position: relative;
	float: right;
	background-image: url(../images/about/2nd_pic.gif);
	background-repeat: no-repeat;
	border: 2px solid #546943;
	margin-left: 10px;
	margin-top: 0px;
}
#third_article_title{
	height: 23px;
	width: 365px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2244;
	margin-top: 30px;
	margin-bottom: 5px;
	background-image: url(../images/about/3rd_title.gif);
	left: 10px;
}

#third_article{
	height: auto;
	width: 365px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
#third_pic{
	height: 131px;
	width: 184px;
	position: relative;
	float: right;
	background-image: url(../images/about/3rd_pic.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
}

