.body_news
{
    background: #1b1910 center url('../../images/bg.JPG') no-repeat;
    background-position: top;
    margin:0;
    font-family: Tahoma;
    width: 100%;
}

.body_access
{
    background: #1b1910 center url('../../images/bg1.JPG') no-repeat;
    background-position: top;
    margin:0;
    font-family: Tahoma;
    width: 100%;
}

.wrap
{
    width:auto;
}

.container 
{ 
    width:100%;
}

.top
{ 
    width:100%;
    height: 180px;
    /*background: center url(../../images/top.gif) no-repeat;
    margin-left: -5px;*/
}

.content 
{ 
    width:100%;
    height:100%;
}

.logo
{
    background: url('../../images/logo.png') no-repeat;
    width: 66px;
    height: 83px;
    float: left;
    margin-top: -120px;
}

ul
{
    margin-left: -40px;
}

li
{
    list-style: none;
}

.title
{
    float: right;
    margin-top: -120px;
}

.news_title
{
    color:#fff;
    text-decoration:none;
}

.read_more
{
    color:#fff;
    font-weight: bold;
    font-size:12px;
}

.read_more:hover
{
    text-decoration:none;
}

.news_title:hover
{
    text-decoration:underline;
}

.bottom_menu
{
    text-align: left;
}

.bottom_menu a
{
    color:#fff;
    font-size: 12px;
    text-decoration: none;
}

.bottom_menu a:hover
{
    text-decoration: underline;
}

.bottom_menu span
{
    color:#fff;
    font-size: 11px;
}

.footer
{
    font-family:Tahoma;
    font-size:12px;
    color:#fff;
    text-align: right;
}

.page
{
    border: solid 1px #7a447f;
    color:#fff;
    background-color: #974f9d;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    font-size: 14px;
}

.page:hover
{
    border: solid 1px #acacac;
    color:#272627;
    background-color: #ffa200;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.pageActive
{
    border: solid 1px #acacac;
    color:#272627;
    background-color: #ffa200;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    font-size: 14px;
}

body{ 
	margin: 0;
	padding: 0;
	/*
	position:absolute;
	height:100%;
	width:100%;
	*/
}

div.center{
	
	margin-top:-235px;
	margin-left:-330px;
	position:absolute;
	top:50%;
	left:50%;
}
