@CHARSET "ISO-8859-1";

body {
	background : #886145 ;
	color : #ffffff;
	font-family : arial;
	font-size : 14px;
	margin : 0;
	text-align : center;
	padding : 60px 0 0 0;  
}
a {
text-decoration : none;
color : #fff;
}
.link2 a { color:#F00;

}

#interno a:hover{
hover : #000000;
}
#interno a:color{
hover : #000000;
}
#container {
	background : #ffffff ;
	width : 700px;
	height : 650px;
	margin : 0 auto;
	border : 1px ridge #FED58B ;
	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 : #886145 ;
	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 #FED58B ;
}

#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 : 2px solid #FED58B;
	
}

#interno {
	padding : 10px 0px 0px 10px;
	float : left;
	width: 97%;
	
	}
#internog{
	padding : 10px 0px 0px 40px;
	float : left;
	text-align:center;
	
	}

#footerleft {
	font-size : 10px;
	font-family : arial;
	color : #333333;
	position:absolute;
	left: 45%;

	
	}
