body {
	background: rgb(235,230,213);
	font-family: Arial;
}

#container 
{
	background: white;
	position: relative;
	top: 20px;
	margin: auto;
	width: 900px;
	border: 1px solid white;
}

div.topmenu
{
	background: url("/img/menu_bg.png") repeat-x white;
	height: 27px;
	width: 100%;
	border-top: 1px solid white;
}

ul.topmenu
{
	margin: 0;
	padding: 0;
	display: block;
	color: white;
}

li.topmenu 
{
	display: inline;
	float: left;
	height: 27px;
	margin: 0;
	padding: 0 10 0 10; 
	border-right: 1px solid white;
}

li.topmenu:hover 
{
	background: url("/img/menu_bg_hover.png") repeat-x white;
}

a
{
	text-decoration: none;
	color: black;
}

a.topmenu
{
	color: white;
}


ul.leftmenu
{
	margin: 10 0 0 0;
	padding: 0;
	display: block;
	color: black;
}

ul.leftmenu > li
{
	display: block;
	height: 20px;
	width: 150px;
	margin: 0;
	padding: 5 10 5 10; 
	border-top: 1px dotted gray;
	background: url("/img/nuoli.png");
	background-repeat: no-repeat;
	background-position: 10 10;
}

div.textblock > ul.leftmenu > li
{
	width: 95%;
}

ul.leftmenu > li > span
{
	margin-left: 10px;
}

span.topmenu
{
	position: relative;
	top: 5px;
}

div.content
{
	margin: 10 10 10 10;
	color: rgb(39, 39, 39);
	min-height: 600px;
	padding: 0 0 0 0;
}

h1 {
	font-size: 20px;
	color: rgb(9, 134, 165);
}
h2 {
	font-size: 15px;
	color: rgb(9, 134, 165);
}
div.leftmenu
{
	display: block;
	float: left;
	width: 200px;
	height: 400px;

}
div.rightmenu
{
	display: block;
	float: right;
	width: 200px;
	height: 400px;
	margin-top: 0px;
}
div.textblock
{
	display: block;
	width: 650px;
	overflow: auto;
	min-height: 90%;
}

ol > li
{
	margin-top: 10px;
}

div.article
{
	border-bottom: solid 1px gray;
	margin-bottom: 10px;
}
div.article > h1 {display: inline; font-size: 16px; color: black;}
div.article > h2 {display: inline; font-size: 16px;}
div.article > h2 > a {color: rgb(9, 134, 165);}
div.article > h2 > a:hover {color: rgb(39, 164, 195);}
div.article > h2 > span {font-size: 12px; color: gray;}
div.article > p {font-size: 10px;}

img 
{
	border: none;
}

span.list-date {
	float: right;
}

