/* ARTICLES STYLES
*****************************************/
#articlesBlock {
	position: absolute;
	z-index: 1;
	top: 142px;
	left: 0px;
	width: 970px;
	height: 647px;
	background-image: url(../images/homepage/homepage_bkg.jpg);
	background-repeat: no-repeat;	
}
.articlesText1 {
	position: absolute;
	z-index: 6;
	top: 25px;
	left: 20px;
	width: 624px;
	height: 600px;	
}
.articlesText1 p {
	line-height: 14px;
}
.articlesText1 img {
	float: left;
}
.articleTitle {
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
}
#articlesMenu {
	position: absolute;
	z-index: 10;
	width: 186px;
	height: 397px;
	top: 170px;
	left: -26px;
	background-image: url(../images/articles/articles_menu.png);
	background-repeat: no-repeat;
}
.articlesMenuText {
	position: absolute;
	z-index: 15;
	top: 40px;
	left: 5px;
	width: 150px;
	height: 340px;	
}
.articlesMenuText li {
	padding-bottom: 6px;
}

