html, body{
	background-image:url(/img/bg.jpg);
}
a,body,h2,html{
	color:#00527b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1,big,h1 a,big a{
	font-size:20px;
}
h1,h2,p{
	margin:0px;
	padding:0px;
}
h1{
	color:#c00;
}
h2{
	color:#9c0;
}
div#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
div#body{
	margin-top:40px;
}
div#content{
	float:left;
	margin-left:10px;
	width:445px;
}
div#sidebar{
	float:right;
	margin-right:10px;
	width:245px;
}
div#sidebar a{
	display:block
}
div.hbloc{
	margin-bottom:50px;
}
div.bloc{
	margin-bottom:20px;
}
img.illus{
	/*margin-top:40px;*/
}