
#center_container #right_box {
	width: 567px;
	height: 456px;
	background-image: url(/immagini/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	float:right;
	padding:10px;
}

#right_box #slogan_box {
	width: 530px;
	margin-top: 40px;
	text-align: center;
}

#slogan_box #opened {
	width:22px;
	height: 30px;
	float:left;
	background-image: url(/immagini/aperte.jpg);
	margin-right: 5px; 
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 10px;
}

#right_box #slogan_box h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14pt;
	color: #015294;
	font-weight: normal;
	text-decoration:none;	
	margin-top:0px;
	margin-bottom:0px;
}


#right_box #slogan_box p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9pt;
	color: #025194;
	font-weight: normal;
	text-decoration:none;
	margin-top: 5px;

}

#slogan_box #closed {
	width:22px;
	height: 30px;
	float:left;
	background-image: url(/immagini/chiuse.jpg);
	margin-left: 5px; 
	margin-top:0px;
	margin-bottom:0px;
}

#right_box #news_box {
	width: 563px;
	height: 112px;
	text-align: center;
	margin-top: 20px;
}

.news_row {
	width: 481px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.news_img {
	width:73px;
	height: 73px;
	float:left;
}

.news_txt {
	width: 388px;
	padding:10px;
	float:left;
}

#right_box #windows_container {
	width: 567px;
	margin-top: 40px;
}

#windows_container #left_window {
	width: 256px;
	float:left;
	margin-bottom: 10px;
}

#left_window #left_title {
	width: 256px;
	height: 24px;
	background-image: url(/immagini/title_light_start.png);
	background-repeat:no-repeat;
}

.title_box {
	float:right;
	width: 240px;
	margin-right: 10px;
	text-align: right;
}

#left_window #left_contents {
	width: 236px;
	height: 85px;
	padding:10px;
}

#left_window #left_window_img {
	width: 257px;
}

#windows_container #right_window {
	width: 256px;
	float:right;
}

#right_window #right_title {
	width: 256px;
	height: 24px;
	background-image: url(/immagini/title_dark_start.png);
	background-repeat:no-repeat;
}

.title_box {
	float:right;
	margin-right: 10px;
}

#right_window #right_contents {
	width: 236px;
	height: 85px;
	padding:10px;
}

#right_window #right_window_img {
	width: 257px;
}

