body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #000;
	
	}

img {
	border: none;
	}

a {
	color: #1b94b3;
	text-decoration:underline;

	}
.language{
	color: #1b94b3;
	font-size:13px;
}

p {
	margin: 0;
	padding: 5px;
	}
	
h1 {
	margin: 0;
	padding: 0;
	}
	
h2 {
	padding: 5px;
	font-size:18px;
	color:#2c657a;
	}
	
.small{
	padding: 5px;
	font-size:12px;
	color:#2c657a;
	text-decoration:underline;
	text-align:right;
}
	

    .clear {
        clear: both;
        height: 0;
        overflow: hidden;
    }
	
	.block1 {
		
		float:left;
		width:250px;
		height:400px;
		background: url(images/back1.gif) repeat-x top;
	}
	.block2 {
		float:left;
		width:6px;
		height:462px;
		background: url(images/ver_stripe.gif) no-repeat top center;
	}
	
	.block3 {
		float:left;
		padding:10px 15px 10px 15px;
		width:450px;
		text-align:left;
		
	}
	
	.block4	{
		float:left;
		width:257px;
	}
	
	.aboutinfo {
		text-align:right;
		color:#6F6F6F;
		font-size:11px;
	}
	
/* ------------- */

	#bottom_menu_container{
	  width: 993px;
	  display: table !important;
	  display: block;
	  text-align: center;
	  margin: 0px;
	  background-color: #396b87;
	}
	
	#NavMenuBlock {
	  position: relative;
	  height: 22px;
	}
	
	/*    < MENU >     */

	#NavMenuList {
	    position: absolute;
	    left: 0; top: 0px;	    
	    margin: 0; padding: 0;
	    display: inline; white-space: nowrap;
	    clear: both;
	    list-style: none;
	}

	#NavMenuList {
	  height: 24px; width: 993px;
	  left: 6px; top: -2px;
	}
	#NavMenuList li {
	    display: inline;
	    list-style: none; white-space: nowrap;
	}
	#NavMenuList a {
	    position: relative;
	    top: 0px;
	    padding: 2px 10px 4px 10px;
	    width: auto;
	    color: #FFF;
	    font: 12px 'Trebuchet MS';
	    font-weight: bold;
	    text-decoration: none;
	    float: left; display: block;
	}

	#NavMenuList a:hover {
	    color: #FAFAFA;
	}
	#NavMenuList .NavSubMenuList {
	    visibility: hidden;
	    left: 0px; top: 24px;
	    position: absolute; height: 20px;
	    display: inline; white-space: nowrap;
	    margin: 0px; padding: 1px; border: 0px;
	    background-color: #1d5a70;
	}
	#NavMenuList .NavSubMenuList li a {
		margin: 0;
		padding: 2px 10px 0px 10px;
	    float: left;
	}
	#NavMenuList .NavSubMenuList li a:hover {
	    color: #51dcfd;
	}

	#NavMenuList .NavMenu1ButtonOn  { background-color: #1d5a70; }
	#NavMenuList .NavMenu1ButtonOff { background-color: #396b87; }

/* ÑÒÐÀÍÈÖÛ ÏÐÅÏÎÄÎÂ */
 .deletetopic {background-color:#ffc3c3; padding: 2px 6px 0px 6px; cursor:hand}
 .deletetopic:hover{cursor:hand; background-color:#fddbdb}
 .addtopic {background-color:#aacefb; padding: 2px 6px 0px 6px; cursor:pointer; margin: 2px}
 .addtopic:hover{cursor:hand; background-color:#d5e7fe}
 .edittopic {background-color:#cacaca; padding: 2px 6px 0px 6px; cursor:hand}
 .edittopic:hover{cursor:hand; background-color:#e2e2e2}	