/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	
	background-color: white;
	background-image:url(sfondo.gif);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


img#im1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
img#im2 {
	position: absolute;
	top: 63px;
	left: 0px;
}
img#im3 {
	position: absolute;
	top: 10px;
	left: 400px;
}
img#foot {
	text-align: center;
	margin-top: 10px;
}




div#cnt {
	margin-top: 100px;
	margin-left: 200px;
	margin-right: 200px;
	
	padding: 20px;
	
	border: 1px solid #000;
	
	font-size: 0.7em;
	color: #009;
	
	background-color: #fff;
}


h1 {
	font-size: 1.4em;
	margin: 0px;
	color: black;
}

.wmr_menu a{
color:#999999;
}

.wmr_menu a hover{
color:#999999;
font-style:bold;
}

.wmr_menu ul{
margin:0px;
padding:0px;
list-style-type:none;
list-style:inherit;
}
.wmr_menu ul li{
list-style-type:none;
display:inline;
color:#CCCCCC;
}




#outer1{
	width: 100% ;
	height: 150px;
	overflow:hidden ;
}
#outer1 h2 {
	font-size: 1.2em;
	color: #990000;
	margin: 0px;
}
#outer1 a { text-decoration: none; }
	   
#inner1{
	width: 100% ;
	height: 700px;
}
