body 
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: none;
}

div { padding: 0px; }


#header {
	text-align: center;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}


#article_list {
	overflow-y: auto;
		padding: 0px;
		margin: 0px;
}

	#article_list ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		#article_list ul li {
			padding: 5px;
			margin: 3px;
			text-decoration: none;
			margin-bottom: 00px;
		}
		
		#article_list a {
			width: 100%;
		}
		

#poweredby
{
	width: 100%;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 90%;
	color: #000;
	text-decoration: none;
	background-image: url(images/IF-footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: top;
}


