body{
	margin: 0px;
	padding: 0px;
	background-color: #0d234e;
	text-align: left;
	background-image: url(img/pattern.gif);
	background-repeat: repeat-x;
}


#contenitore {
	width:850px;
	margin:0px;
	/*height:950px;*/
	height:auto;
}


#testata {
	width:850px;
	margin:auto;
	height:310px;
	position:relative;
}



#menu {
	width: 380px;
	margin: 0px;
	height: 285px;
float:left;
}

#corpo {
	width: 465px;
	margin: 0px;
	float: right;
	height: auto;
	color: White;
	font-family: "Trebuchet MS", san-serif;
	font-weight: normal;
	font-size: 75%;
}


A.wiki {
font-style: italic;
color: white;
text-decoration:none;
border-bottom: 1px dotted #0099ff;
}

A.wiki:hover {
font-style: italic;
color: white;
text-decoration:none;
border-bottom: 1px dotted white;
}

A.interni {
	font-style: italic;
	color: white;
	text-decoration: none;
	
}

A.interni:hover {
font-style: italic;
background-color: #0350a0;
	
}