body{
    margin:0;
    padding: 0;
}

div,p{
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #05306d;
/*    clear: both;*/
}

p{
    margin:11px 0;
}
.clear-block{
    float: none;
    clear: both;
}

.main{
    background-color: white;
}

.header{
    height: 98px;
    background: url('../images/bg2.jpg') 0 0 repeat-x scroll transparent;
}

.header .logo{
    height: 98px;
    background: url('../images/shapka.jpg') center center no-repeat scroll transparent;
}
.top-bar{
/*    height:13px;*/
    background: url('../images/bg3.jpg') 0 0 repeat scroll transparent;
    text-align: center;
    margin:3px 0 2px 0;
    overflow: hidden;
    padding: 0 60px;
}
.top-bar a{
    margin:5px 2px; 
}
.content{
    padding-left: 274px;
    overflow: hidden;
    position: relative;

}
.left-content-bk,.center-content-bk{
    position: absolute;
    top:0px;
    height: 100%;
    z-index: 0;
}

.left-content-bk{
    left:0px;
    width:274px;
    background-color: #f1f2f4;
}
.center-content-bk{
    left:274px;
    width:100%;
    background-color: #e3e6ea;
}
.left-content,.center-content{
    position: relative;
    z-index: 1;
    float: left;
}
.left-content{
    width: 274px;
    margin-left: -274px;
    
}
.center-content{
/*    width:100%;*/
}

.footer{
    border: 2px solid white;
    background-color: #d6dce1;
    text-align: center;

}
.output{
    margin: 5px;
}
.left-content .output{
    margin-left: 10px;
    margin-right: 10px;
}

.center-content .output{
    margin-left:10px;
    margin-top:10px;
}
.output hr{
    background-color: #808080;
/*    border:1px inset #808080;*/
/*    height:1px;*/
    margin:5px 0;
}

a:link, a:visited {
	font-size: 12px;
	color: #9e366e;
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #6f1345;	text-decoration: underline;
	}

ul {
	margin: 0;
	}

li {
	list-style: inside 3px;
	}

.jur_rub{
    border-bottom: 1px solid #9e366e;
    font-weight: bolder;
    color:#9e366e;
}
.jur_date{
    font-weight: bold;
}

/*Archive*/
.archive{
    margin-bottom: 22px;
}
.archive .arRow{
    float: none;
    clear: both;
}
.archive .y{
    padding-top: 2px;
    width:34px;
}
.archive .y,.archive .num{
    float: left;
    vertical-align: middle;
}
.archive .num{
    width:20px;
    text-align: center;
    border:1px solid #9E366E;
    vertical-align: text-bottom;
}

.archive .num:hover{
    background-color: #9E366E;
}

.archive .num a{
    color:black;
    font-size: 13px;
    font-family: Arial;
}