body{
	font-family: Sans-Serif;
}
div#header{
	width: 760px;
	height: 146px;
	margin:0 auto;
	background: url('img/header.jpg') no-repeat center;
}
div#contenuto{
	width: 720px;
	border-left: 2px solid #0193de;
	border-right: 2px solid #0193de;
	margin:0 auto;
	color: #0193de;
	font-family: Sans-Serif;
	padding:10px;
	text-align: justify;
	font-size:12px;	
}
div#footer{
	width: 760px;
	height: 45px;
	padding-top: 17px;
	margin:0 auto;
   background-color:#0193de;
   color:#fff;
	text-align: center;
	font-size:12px;
	background: url('img/footer.gif') no-repeat top center;
	
}
div.foto{
	text-align:right;
	color: #6C6C6C;
	font-style: italic;
	width: 700px;
	padding:0px 10px 0px 10px;	
}
h1{
	font-size:20px;
}
h2{
	font-size:17px;
	margin-top:30px;
}
td.menuitem{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding-top:0.1em;
	width:150px;
	height: 21px;
	background: url('img/menuitem.gif') no-repeat top center;
}
a:link, a:visited{
	color: #0193de;
	text-decoration: underline;
}
a:hover, a:visited:hover{
	text-decoration: none;
}
a.menu:link, a.menu:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:hover, a.menu:visited:hover{
	text-decoration: none;
}