#imageright {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}


/***************************************/


div#newsarea {
	color: white;
	position: absolute;
	top: 100px;
	left: 200px;
	width: 600px;
	height: 400px;
	margin: 0;
}

div#newsarea div#newslist {
	margin-top: 5px;
	height: 370px;
	overflow: auto;
}

div#newsarea div.newsentry {
	Xbackground: grey;
	margin: 5px;
	padding: 20px;
	color: white;
}
div#newsarea div.newsentry h1 {
	font-size: 1.5em;
}
div#newsarea div.newsentry h2 {
	font-size: 1.3em;
}
div#newsarea div.newsentry h3 {
	font-size: 1.15em;
}
div#newsarea div.newsentry p {
	text-align: justify;
}
div#newsarea div.newsentry a:link { color: #c0c0c0; text-decoration: none; }
div#newsarea div.newsentry a:visited { color: #c0c0c0; text-decoration: none; }
div#newsarea div.newsentry a:hover { color: #404040; }
div#newsarea div.newsentry a:active { color: #c0c0c0; }

div#linksarea {
	background: #ededed;
	color: #404040;
	position: absolute;
	top: 100px;
	left: 300px;
	width: 300px;
	height: 400px;
	margin: 0;
}

div#linksarea a:link { color: #404040; text-decoration: none; }
div#linksarea a:visited { color: #404040; text-decoration: none; }
div#linksarea a:hover { color: #404040; text-decoration: underline; }
div#linksarea a:active { color: #404040; }

div#lastupdate {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

sites {
}

sites site {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

sites site name a {
	display: block;
}
sites site name {
	display: block;
	color: white;
	text-align: center;
}
