@CHARSET "ISO-8859-1";

body {
	background : #f1802b ;
	color : #ffffff;
	font-family : arial;
	font-size : 14px;
	margin : 0;
	padding : 60px 0 0 0;  
	text-align : center;
}
a {
text-decoration : none;
color : #fff;
}
#container {
	background : #ffffff ;
	width : 700px;
	height : 650px;
	margin : 0 auto;
	border : 1px ridge #ff0000 ;
	text-align : center;
}

#logo {
	position : relative;
	top : -50px;
}
	
#contenuto {
	width : 690px;
	height : 420px;
	padding : 0 0 0 0;
	position : relative;
	top : -50px;
	margin : 0 auto;
}

#menu {
	background : #f1802b ;
	width : 178px;
	height : 100%;
	padding : 0 0 0 20px;
	float : left;
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	border : 1px solid #ff0000 ;
}

#frame{
	background : #ffffff ;
	width : 490px;
	height : 432px;
	padding : 0 0 0 0;
	float : right;
	text-align : left;
	font-size : 12px;
	font-family : arial;
	color : #333333;
	border-top : 3px solid #ff0000;
	
}

#interno {
	padding : 10px 0px 0px 10px;
	float : left;
}
#internog {
	padding : 10px 0px 0px 40px;
	float : left;
}

#footerleft {
	
	margin : auto;
	border : 0px solid black;
	position: absolute;
	font-size : 10px;
	font-family : arial;
	color : #333333;
	left: 45%;
	
}