@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
}
#page{
	width: 945px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;	
}
#leftcolumn{
	position:relative;
	width: 294px;
	height:100%;
	float:left;
}
#rightcolumn{
	position:relative;
	width: 651px;
	height:100%;
	float:right;
}
#layout_logotop{
	position:absolute;
	float:left;
	width:293px;
	height:130px;		
	left:0px;
	top: 0px;
}
#layout_menu{
	position:absolute;
	float:left;
	width:293px;		
	left:0px;
	top: 130px;
}
#layout_news{
	position:absolute;
	float:left;
	width:651px;
	height:120px;			
	left:0px;
	top: 0px;
}
#layout_news_text{
	position:absolute;
	top: 45px;
	left: 34px;
	height: 59px;
	overflow:hidden;
}
#layout_content{
	position:absolute;
	float:left;
	width:651px;		
	left:0px;
	top: 131px;
}
#autodesk-vad-logo{
	width:293px;
	text-align:center;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}