@charset "utf-8";
/* CSS Document */

/*** BASIC ***/
html, body	{ width: 100%; margin: 0; background: url(../images/background.gif); font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a img		{ border: 0; }

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

#container	{ width: 100%; }

h1		{ font-size: 14px; }
h1 a	{ color: #000; }
#menu, #header, #footer, #left, .newsitem img	{ display: none; }
.newsitem img.thumb	{ display: inline-block; float: left; height: 100px; margin: 0 10px 10px 0; }
