#header {
	
	margin-right	: auto;
	
	
	display			: block;
	
	margin-left		: auto;
	
	margin-top		: 10px;			
		
}

html, body {
height: 98%;
}

p.siteinfo { text-align : center;}

#maincontent {
	font-size		: 16px;
		
}

h1 {
	font-size	: 1.4em;
	text-align  : center;

}

#sidebar {	
	width			: 150px;
	
	float			: left;	
	padding			: 1px;
	
	top				: 20px;
	position		: absolute;
	left			: 10px;	
	
}

body {		

	font-size		: 17px;	
	
	background		: white;
	color			: #000;
	font			: 80%/140% Georgia, "Times New Roman", serif;		
}

strong {
	font-weight		: bold;
	
}	

#allcontent {
	width 			: 100%;
	height			: 80%;
	padding-top		: 0px;	

}

a{
	color:#4DBAAA;
	font-weight : bold;
	outline:none;
}

a:hover{
	color:#4DBAAA;
}

.article h2 {
		color			:#218FE6;
		
text-decoration: underline;		
}
.article {

border-bottom	: thin solid #4DBAAA;
margin	: 10px;
}
.date {
		font-size		: 0.8em;
		font-style		: italic;
		
}	

