/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 150%;
	left: 0%;
	right: 0%;
	background-attachment:fixed;
	color:#000000;
	}
	
#box{
	width:780px;
	height:520px;
	margin:auto;
	border:#999999;
	border:1px;
	}

#up{
	height: 150px;
	float:left;
}

#menu1{
	width:740px;
	height:20px;
    float:left;
	background-color:#999999;
	font-weight:bold;
	color:#CCCCCC;
	padding-left:30px;
	padding-top:5px;
}

#index{
	font-weight:bold;
	color:#CCCCCC;
	padding-left:50px;
	padding-top:5px;
}

#index a{
	color:#333333;
	text-decoration:none;
}

#index a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#menu1 a{
	color:#333333;
	text-decoration:none;
}

#menu1 a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#center{
	height:350px;
    float:left;
}

.left{
	width:380px;
	height:330px;
    float:left;
}

.right{
	width:370px;
	height:330px;
	padding:10px;
	background-color:#CCCCCC;
	color:#333333;
	overflow: auto; 
	float:left;
}

.right a{
	color:#666666;
	text-decoration:none;
}

.rosso {
	color:#333333;
	text-decoration:none;
}

.rosso a{
	color:#990000;
	text-decoration:none;
}

.rosso a:hover{
	color:#FF0000;
	text-decoration:none;
}

.right a:hover{
	color:#ffffff;
	text-decoration:none;
}

#menu2{
	width:720px;
	height:20px;
    float:left;
	background-color:#9E2023;
	text-align:center;
	font-weight:bold;
	color:#FF6666;
	padding-left:50px;
	padding-top:5px;
}

#menu2 a{
	color:#ffffff;
	text-decoration:none;
}

#menu2 a:hover{
	color:#ffffff;
	text-decoration:none;
}

#down{
	width:780px;
	height:25px;
    float:left;
	text-align:center;
	margin:2px;
}

.bar{
	margin-right:12px;
	display:inline;
	}
	
.bar2{
	margin-right:80px;
	display:inline;
	}
