/*центральная колонка (div.col-center)*/

div.bg_h1-bot{
    background: #F0F0F0 url(/images/new/bg_h1.gif) repeat-y left top;
    margin: 0px;
    padding: 0px;
    clear:both;
}
div.bg_h1-top {
    background: url(/images/new/bg_h1-top.gif) no-repeat left top;
    margin: 0px;
    padding: 0px 0px 8px;
}
div.bg_h1 {
    background: url(/images/new/bg_h1-bot.gif) no-repeat left bottom;
    margin: 0px;
    padding: 0px;
}
div.bg_h1-mid {
    background: url(/images/new/bg_h1-mid.gif) no-repeat left center;
    margin: 0px;
    padding: 0px;
}

/*
div.bg_h1-bot {
	background: url(/images/new/bg_h1.gif) repeat-y left top;
	margin: 0px;
	padding: 0px;
    clear:both;
}
div.bg_h1-top {
	background: url(/images/new/bg_h1-top.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
div.bg_h1 {
	background: url(/images/new/bg_h1-bot.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
div.bg_h1-mid {
	background: url(/images/new/bg_h1-mid.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 8px;
}
*/
div.article {
	background: url(/images/new/bg_article.gif) no-repeat 10px bottom;
	margin: 0px 0px 10px;
	padding: 0px 10px 4px;
}
div.article p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
div.article p.rep {
    padding:6px 0px 6px 0;
}


/**************
Правая колонка 
*****************************/
div.right {
	margin: 0px 1px 0px 0px;
	padding: 0px 10px;
	float: right;
	width: 240px;
	background: #FFF;
}

