* {
margin-top: 0;
padding: 0;
border: 0;
}

	body{
		background-color: #0d1925;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#FFFFFF;
	}
	a{
		color: #ffffff;
		/*text-decoration: none;*/
		font-weight: bold;
	}
	.timestamp{
		color: green;
	}
	.prices{
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.title_big{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-weight: bold;
	}
	.news_title{
		font-size:14px;
		font-weight: bold;
	}
	.news_date{
		font-size:14px;
		font-weight: bold;
	}
	.news_descr{
		font-size:14px;
	}
	.news_sep{
		height: 14px;
	}
	.news_link a{
		font-size:14px;
		font-weight: bold;
	}
	td{
		vertical-align: top;
	}
	#menu{
		width: 100%;
		height: 100%;
		border:0px solid #000000;
		background: url('/images/menu_unsel.jpg');
		background-repeat: no-repeat;
		position: relative;
	}
	#home, #about,#projects, #propetries, #managment, #news, #contact{
		border:0px solid #000000;
		cursor: pointer;
		float:left;
		height:100%;
		position:absolute;
		top: 0px;
	}
	/*#home */
	a.home:hover div{
		background: url('/images/home.gif');
	}
	#home{
		width:118px;		
		z-index:7;
		left: 0px;
	}
	/*#about:hover{*/
	a.about:hover div{
		background: url('/images/about.gif');
	}
	#about{
		width:177px;		
		z-index:6;
		left: 78px;
	}
	a.managment:hover div{
		background: url('/images/managment.gif');
	}
	#managment{
		width:177px;		
		z-index:5;
		left: 208px;
	}
	a.projects:hover div{
		background: url('/images/pojects.gif');
	}
	#projects{
		width:149px;		
		z-index:4;
		left: 341px;
	}
	a.propetries:hover div{
		background: url('/images/propetries.gif');
	}
	#propetries{
		width:161px;		
		z-index:3;
		left: 450px;
	}
	a.contact:hover div{
		background: url('/images/contact.gif');
	}
	#contact{
		width:169px;
		z-index:2;
		left: 573px;
	}
	a.news:hover div{
		background: url('/images/news.gif');
	}
	#news{
		width:133px;		
		z-index:1;
		left: 702px;
	}
	#bott{
		width: 100%;
		height: auto;
		background: url('/images/bott_bg2.jpg') top left no-repeat;
	}
	.bott_con{
		float: left;
		margin-top:3px; 
		margin-left:7px; 
		height: auto; 
		width: 340px; 
		border: 0px solid #000000;
		font-size: 12px;
	}
	.bott_con2{
		float: left;
		margin-top:3px; 
		height: auto; 
		width: 546px; 
		border: 0px solid #000000;
	}
	.bott_con2 a{
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
	}
