/* CSS Document */

/* struttura */
body{
	background:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 1000px;
	height: 540px;
	margin: 15px auto;
	overflow: hidden;
}

#topMenu {
	margin: 24px 30px;
	height: 31px;
	overflow: auto;
}

.aster {
	background: url(img/aster.png);
	float: left;
	width: 28px;
	height: 28px;
}

.aster_right {
	float: right;
}

#topItems {
	height: 26px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	margin-left: 28px;
}

.top_item {
	height: 26px;
	margin: 0px;
	margin-right: 3px;
}

#container {
	height: 400px;
	margin: 0px 30px;
	border: 1px solid #b6b6b6;
	overflow: hidden;
}

#left_col {
	width: 200px;
	height: 400px;
	overflow: hidden;
	background: url(img/bannerone.png);
	float: left;
}

#cont2 {
	width: 538px;
	height: 400px;
	background: #ededed;
	float: left;
	overflow: hidden;
}

#cont {
	width: 498px;
	height: 400px;
	background: #ededed;
	float: left;
	padding: 20px;
	overflow: hidden;
}

#text {
	text-align: justify;
	overflow: auto;
	height: 360px;
	padding: 3px;
}

#text a {
	color: black;
}

#text a:hover {
	color: #7F0B0B;
	text-decoration: none;
}

#right_col {
	width: 179px;
	float: left;
	height: 400px;
	padding-left: 21px;
	background: #6d6d6d;
	overflow: hidden;
}

#stemma {
	background: url(img/navigare.jpg);
	width: 136px;
	height: 44px;
	margin-top: 11px;
}

#right_menu {
	margin-top: 75px;
}

#right_menu_home {
	margin-top: 15px;
}

.right_item {
	margin-bottom: 15px;
}

#credits {
	margin: 10px 30px;
	overflow: hidden;
	color: #cccccc;
	font-size: 9px;
	text-align: center;
	line-height: 12px; 
}

#credits a {
	color: #cccccc;
	text-decoration: none;
}

#credits a:hover {
	text-decoration: underline;
}


#mynews {
	color: #7F0B0B;
	font-size: 16px;
	width: 160px;
}

#mynews li {
	color: white;
	font-size: 11px;
	line-height: 14px;
}

#mynews a {
	color: white;
	text-decoration: underline;
	font-size: 12.5px;
}

.tit_text {
	color: #7F0B0B;
	font-size: 18px;
}

