body
{
	background: #121212;
	color: #121212;
	margin: 0px 0px 6px 0px;
}
td, div
{
	font-size: 10px;
	font-family: verdana;
}
h1
{
	color: #FF9900;
	font-size: 15px;
	font-family: verdana;
	text-transform: uppercase;
}
h1, p
{
	margin: 0px 0px 10px 0px;
}
p
{
	text-align: justify;
	font-size: 11px;
	line-height: 25px;
}
a
{
	color: #0066CC;
	text-decoration: underline;
}
a:hover
{
	color: #0066CC;
	text-decoration: none;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#MAIN
{
	text-align: left;
	width: 960px;
}
#MENU
{
	background: #121212;
	width: 960px;
	border-bottom: solid 6px #121212;
}
#BODY
{
	width: 960px;
}
#LEFT, #RIGHT
{
	vertical-align: top;
	background: #FFFFFF;
}
#LEFT
{
	text-align: center;
	background: #FF9900;
	width: 396px;
	padding: 30px 5px 30px 5px;
	border-right: solid 1px #DDDDDD;
}
#RIGHT
{
	background-image: url(immagini/left.gif);
	background-repeat: repeat-y;
	width: 493px;
	padding: 30px 30px 30px 30px;
}
#FOOT
{
	text-align: center;
	background-image: url(immagini/button.gif);
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
	margin: 6px 0px 0px 0px;
	font-size: 9px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

td.MENU
{
	border-right: solid 2px #121212;
	width: 104px;
}
a.MENU, a.MENU:hover
{
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 12px 0px 12px 0px;
}
a.MENU
{
	background-image: url(immagini/button.gif);
	color: #FFFFFF;
}
a.MENU:hover
{
	background-image: url(immagini/hover.gif);
	color: #AAAAAA;
}