body {
	margin: 0px;
	padding: 0px;
	top: 0;
	background-color: #173C49;
	background-image: url(../images/sfondo.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	font-size: 13px;
	text-decoration: none;
	color: #b0d09d;
}

a:hover {
	color: #8B0000;
}

a.selected {
	color: #8B0000;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.clear_sfondo {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #2C4C58;
}

.corpo22 {
	font-size: 22px;
	font-weight: bold;
}

.corpo18 {
	font-size: 18px;
	font-weight: bold;
}

.hidden {
	display: none;
}

/* ----------------------------------------------------- OMBRA e sfondi ------------------------*/
div#ext_container {
	width: 967px;
	height: 559px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 23px;
	background-image: url(../images/ombra_left.png);
	background-repeat: no-repeat;
}

div#int_container {
	width: 923px;
	height: 559px;
	float: left;
	display: inline;
}

div#cont_right {
	width: 22px;
	background-image: url(../images/ombra_right.png);
	float: left;
	display: inline;
	height: 559px;
}

div#int_container div.sfondo_top {
	height: 24px;
	background-image: url(../images/ombra_top.png);
}

div#int_container div.sfondo_bottom {
	background-color: black;
	background-image: url(../images/ombra_bottom.png);
	height: 23px;
	font-size: 12px;
	color: #949292;
}

/* ----------------------------------------------------- FINE OMBRA e sfondi -------------------*/

/* ----------------------------------------------------- Struttura e contenitori sito ---------*/

div#int_container div.top {
	width: 923px;
	height: 44px;
	background-image: url(../images/top_center.png);
	position: relative;
}

div#int_container div.top div.top_left {
	width: 5px;
	height: 44px;
	background-image: url(../images/top_left.gif);
	position: absolute;
	top: 0px;
	left: 0px;
}

div#int_container div.top div.top_right {
	width: 5px;
	height: 44px;
	background-image: url(../images/top_right.gif);
	position: absolute;
	top: 0px;
	right: -1px;
}

div#body_page {
	width: 923px;
	height: 436px;
	margin: 0px;
	padding: 0px;
	background-color: Gray;
	text-align: left;
}

div#int_container div.bottom {
	width: 923px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom_middle_right.png);
}

div#int_container div.bottom div.bottom_left {
	width: 455px;
	height: 32px;
	background-image: url(../images/bottom_left.png);
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#int_container div.bottom div.bottom_middle {
	width: 32px;
	height: 32px;
	background-image: url(../images/bottom_middle.png);
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#int_container div.bottom div.bottom_middle_right {
	width: 430px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

div#int_container div.bottom div.bottom_right {
	width: 6px;
	height: 32px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom_right.gif);
}

/* ----------------------------------------------------- FINE Struttura e contenitori sito -----*/


/* ----------------------------------------------------- Link menu -----*/

div#int_container div.bottom a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	display: inline;
	margin-top: 7px;
	margin-left: 40px;
	color: #949292;
}

div#int_container div.bottom a.selected {
	color: #8B0000;
}

div#int_container div.bottom a:hover {
	color: #B0D09D
}

div#int_container div.bottom div.bottom_middle_right a {
	color: #3E3D40;
}

div#int_container div.bottom div.bottom_middle_right a.selected {
	color: #8B0000;
}

div#int_container div.bottom div.bottom_middle_right a:hover {
	color: #B0D09D
}
