 				/*Контент сайта*/
#content {
width: 710px;
min-height: 780px;
float: right;
border : 1px solid #000;
padding: 10px;
margin: 5px 0;
text-align: justify;
background: #FFF;
}
#content ul {
display: block;
}
#content ol {
display: block;
}
#content li {
margin: 5px 5px 0;
text-align: left;
list-style-image: url(/design/image/marker.gif);
}

#content li a:hover {
display: block;
background: url(/design/image/bgd_nav_blue.gif) repeat-y 100%;
text-decoration: none;
}





#content a {
text-decoration: underline;
}
#content a:hover {
text-decoration: none;
}


.left_column {
width: 345px;
margin: -10px 0 0 0;
float: left;
}
.left_column li {
list-style-image: url(/design/image/marker.gif);
}
.right_column {
width: 345px;
margin: -10px 0 0 0;
float: right;
}
.right_column ul {
list-style-image: url(/design/image/marker.gif);
}
.center_column {
width: 710px;
margin: 0 auto;
float: right;
}
.center_column li {
list-style-image: url(/design/image/marker.gif);
}
.headline {
text-align: center;
}

				/*Лента новостей*/
#russia_news {
width: 319px;
min-height: 350px;
margin: 10px auto 0 auto;
padding: 10px 10px 10px 20px;
border : 1px solid #000;
float: left;
}
#russia_news ul {
list-style-type: none;
}
#russia_news li {
margin: 5px 0 5px -10px;
}
#russia_news li a:hover {
display: block;
background: none;
}

#world_news {
width: 319px;
min-height: 350px;
margin: 10px auto 0 auto;
padding: 10px 10px 10px 20px;
border : 1px solid #000;
float: right;
}
#world_news ul {
list-style-type: none;
}
#world_news li {
margin: 5px 0 5px -10px;
}
#world_news li a:hover {
display: block;
background: none;
}
