body
{
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	
	min-width: 990px;
	/*min-height: 710px;*/

	background: #cdcfd2;
}

#page
{
	width: 930px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
		
	/*overflow:hidden;*/
}

.content
{
	margin: 0px;
	padding: 10px;
/*	
	border:1px solid blue;
*/
	background: transparent;
}

#rubric, .rubric
{
	padding: 35px;
	padding-right: 40px;
	padding-bottom: 0px;
}

.clearfix
{
	clear: both;
}

.widgetsArticle
{
	position: relative;

	/*float: right;*/
	
	top: 0px;
}

.widgetsRubric
{
	position: relative;

	top: -20px;
	right: 0px;
}

#formular
{
	padding-left: 0px;
}