@import "basic.css";
@import "content.css";

#submenu{
	line-height:160%;
}
#submenu a{
	font:normal 9pt Tahoma, Verdana, sans-serif;
	color:#616565;
	text-decoration:underline;
	padding:3px 5px;
	margin-right:2px;
	white-space:nowrap;
}
#submenu a:hover{
	color:#fff;
	background:#d9181f;
	text-decoration:none;
}
#submenu a.active{
	color:#fff;
	background:#d9181f;
	text-decoration:none;
}

#third-menu{

}
#third-menu a{
	font:normal 9pt Tahoma, Verdana, sans-serif;
	color:#616565;
	text-decoration:underline;
	padding:3px 5px;
	margin-right:2px;
	white-space:nowrap;
	display:block;
	width:400px;
}
#third-menu a:hover{
	color:#fff;
	background:#d9181f;
	text-decoration:none;
}
#third-menu a.active{
	color:#fff;
	background:#d9181f;
	text-decoration:none;
}


body{
	background:#fbfbfb url(../img/head-bg.gif) repeat-x top;
}

div#pagename{
	margin-top:6px;
	background:#9a9a9a url(../img/page-head-bg.png) no-repeat top right;
}
#pagename h1.pagename{
	font:normal 22pt Tahoma, Verdana, sans-serif;
	color:#fff;
	margin:0pt;
	padding:8px 20px;
}

div#contentual{
	margin-top:25px;
	clear:both;
}

div#col-left{
	float:left;
	width:620px;
	padding-left:15px;
/*	border:solid 1px red;*/
}

div.news-item{
	width:600px;
	margin:0px 0px 13px 0px;
}
.news-name img{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
.news-name a{
	font:9pt "Tribuchet MS", Tahoma, sans-serif;
	color:#3a3c3c;
	display:block;
	text-decoration:none;
}
.news-name a:hover{
	text-decoration:underline;
}
.news-preview{
	font:9pt "Tribuchet MS", Tahoma, sans-serif;
	color:#616565;
}
.news-hr{
	height:1px;
	overflow:hidden;
	background:#fbfbfb;
	margin:5px 0px;
	clear:both;
}



div#submenu{
	width:600px;
	margin-bottom:25px;
}
div#col-right{
	width:270px;
	clear:right;
	float:right;
	text-align:right;
/*	border:solid 1px green;*/
}
div#right-news{
	width:240px;
	text-align:left;
	margin:30px 0px 20px 30px;
}