/* GENERALE */
html, body {
	background-color: #000020;
}
body {
	SCROLLBAR-BASE-COLOR: #0000cc;
	SCROLLBAR-ARROW-COLOR: #0000cc;
	SCROLLBAR-3DLIGHT-COLOR: #000099;
	SCROLLBAR-SHADOW-COLOR: #000099;
	SCROLLBAR-FACE-COLOR: #000022;
	SCROLLBAR-HIGHLIGHT-COLOR: #000022;
	SCROLLBAR-DARKSHADOW-COLOR: #000022;
	SCROLLBAR-TRACK-COLOR: #000022;
}
body, div  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88bbee;
}
a {
	text-decoration: none;
	color: #40ddFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccddFF;
}
a:active {
	text-decoration: none;
}

/* BOX */

#box0 {
	width: 732px;
	height: 432px;
	top: 50%;
	left: 50%;
	margin: -217px auto auto -369px;
	position: absolute;
}
#box {
	width: 732px;
	height: 432px;
	position: relative;
}
#header {
	background-image: url(logo1.jpg);
	width: 726px;
	height: 40px;
	border: 1px solid #0066CC;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}
.testo_header {
	padding: 6px;
}
#content {
	background-color: #000033;
	border: 1px solid #336699;
	width: 622px;
	height: 300px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#boxmenu {
	background-color: #000055;
	background-image: url(logo1a.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 3px;
	width: 100px;
	height: 300px;
	float: right;
}
#menu {
	position: relative;
	top: 50px;
	margin: 2px;
	width: 92px;
	height: 240px;
}
.testo_menu{
	padding: 6px;
}
#bottomleft {
	background-color: #1F0D4F;
	border: 1px solid #3366CC;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 254px;
	height: 60px;
}
.testo_bottom{
	padding: 2px;
}

#bottomright {
	background-color: #003344;
	border: 1px solid #0066CC;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 468px;
	height: 60px;
	float: right;
	clear: both;	
}
#footerleft {
	height: 12px;
	width: 30%;
	margin: 2px;
	float: left;
	font-size: 9px;
	position: absolute;
}
#footercenter {
	margin: 2px;
	text-align: center;
	font-size: 9px;
	float: left;
	position: absolute;
	width: 100%;
	height: 12px;
}
#footerright {
	margin: 2px;
	float: right;
	text-align: right;
	font-size: 9px;
	width: 30%;
}
