.article{
	width: 580px;
	padding: 5px;
	margin: 0px;
}

.articleName{
	margin: 5px;
	width: 580px;
}

.articleImage{
	margin: 5px;
	float: left;
	width: 85px;
	padding: 0;
}

.articleText{
	height: 75px;
}

.articleSeparator{
	width: 580px;
	height: 20px;
	padding: 0;
	margin: 0;
	float: left;
	border-bottom-color : Silver;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
}

.articleDate{
	width: 290px;
	float: left;
	text-align: left;
	color: green;
}

.articleLink{
	margin: 0 0 0 290px;
	text-align: right;
}

.articleAllText{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 570px;
	background-color: white;
	margin-top: 0px;
	nargin-bottom: 0px;
}

.textUp{
	margin-top: 0px;
	nargin-bottom: 0px;
	width: 590px;
	height: 20px;
	background-image: url(../images/textUp.gif);
}

.textDown{
	margin-top: 0px;
	nargin-bottom: 0px;
	width: 590px;
	height: 20px;
	background-image: url(../images/textDown.gif);
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}