body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #D5D5D5;
}

.background {
	width: 974px;
	height: 3px;
	background-image: url(../images/background_layer.jpg);
	background-repeat: repeat-y;
	background-position: center middle;
}

.vertical_menu {
	width: 256px;
	height: 215px;
	background-image: url(../images/background_vertical_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #890500;
	border-right: solid 2px #400300;
}
.riquadro_video {
float:left;
margin-left:20px;
}
a.link_vertical_menu, a.link_vertical_menu:visited, a.link_vertical_menu:active {
	font-size: 14px;	font-weight: bold;	color: #CCCCCC;	text-decoration: none;
}

a.link_vertical_menu:hover {
	font-size: 14px;	font-weight: bold;	color: #CCCCCC;	text-decoration: underline;	
}

a, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
	color:#660033
}

.horizontal_menu {
	width: 666px;
	height: 40px;
	background-image: url(../images/background_horizontal_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a.link_horizontal_menu, a.link_horizontal_menu:visited, a.link_horizontal_menu:active {
	font-size: 12px;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;
}

a.link_horizontal_menu:hover {
	font-size: 12px;	font-weight: normal;	color: #FFFFFF;	text-decoration: underline;	
}

.title {
	font-size: 14px;	font-weight: bold;	color: #530400;
}


