table.main {
		width: 1200px;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
}
table.main_m {
		width: 100%;
		height: 100%;
		margin-left: auto;
}

td.topmenu {height: 20;}
td.menu {
		border-radius: 30px;
		width: 310;
		height: 670;
                background-color: rgba(0,0,0,0.5);
}
td.center_block {
    width: 532px;
    border-radius: 30px;   
    background-color: rgba(0,0,0,0.5);
}
td.header { 
    width: 1024px;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
}
td.footer {
    width: 1024px;
    background-color: rgba(250,250,250,0.5);
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  padding-left: 20px;
}

a{
	color: White;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

td.right_news{
    cursor: pointer; 
    border-radius: 20px; 
    background-color: rgba(250,250,250,0.8);
    height: 100px;
    width: 300px;
}
div.right_news{
    font-family:'Arial'; 
    color:Black; 
    font-size:13pt; 
    margin-left:20;
}

