body{
	margin:0px;
	background-color:white;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
	color:black;
	text-decoration:none;
}

div#header{
	width:100%;
	height:100px;
	clear:left;
	background-color:#ffffff;
	background-image:url('images/top.png');
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	border-style:solid;
	border-color:#a0a0a0;
	border-width:0px 0px 1px 0px;
	top:0px;
}

div#footer{
	width:100%;
	height:50px;
	clear:left;
	background-color:#ffffff;
	background-image:url('images/bottom.png');
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	border-style:solid;
	border-color:#a0a0a0;
	border-width:1px 0px 0px 0px;
	top:0px;
}

div#menu{
	width:150px;
	padding:0px;
	position:relative;
	top:0px;
	float:left;
}

div#corpo{
	margin-left:150px;
	padding:20px;
}

div#logo{
	width:310px;
	height:100px;
	clear:left;
	background-color:#ffffff;
	background-image:url('images/logo.png');
}

li.linkMenu{
	width:150px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#a0a0a0;
	margin:0px;
}

span.titleMenu{
	background-color:white;
	display:block;
	padding:5px;
	color:#0078ff;
	font-family:tahoma,sans-serif;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
	cursor:default;
}

a:link.linkMenu, a:visited.linkMenu {
	background-color:white;
	display:block;
	padding:3px;
	color:black;
}

a:hover.linkMenu{
	background-color:#0078ff;
	color:white;
}

a.linkMenu{
	font-family:tahoma,sans-serif;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	font-weight:normal;
}

ul.elenco{
	list-style-position:outside;
	list-style-type:circle;
	margin:0px;padding:0px;
}

a:link.testo, a:visited.testo {
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:black;
	text-decoration:underline;
}

a:hover.testo {
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#0078ff;;
	text-decoration:underline;
}

.small {
	font-family:tahoma,sans-serif;
	font-size:10px;
	color:white;
}

fieldset{
	border-width:0px;
}

.immaginePortfolio{
	margin-right:10px;
	float:left;
}
