/* 
CSS scritto da 
Marco Bellucci

http://www.marcobellucci.it 

*/


body {
	background-color:#f7f7f7;
	font-family:Tahoma;
	font-size: 12px;
	color: #333;
	font-size: 100%;
	}
	
	html {
overflow: auto;
}
	

#nav {
	text-align: center;
	border-bottom:#666666;
	text-transform:none;
	font-size: 12px;
}

#contenthome {
	text-align:center;
	color:#f7f7f7;
	font-size:12px;
	width:100%;
	background-color:#333;
	height: 520px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#contentatti {
	text-align:center;
	width:100%;
	background-color:#f7f7f7;
	height: 520px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#content {
	text-align:center;
	width:100%;
	background-color:#181818;
	height: 520px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

a:link {
	color:#999;
}

 A{text-decoration:none}

a:visited {
	color: #999;
}
a:hover {
	color:#FF9900;
}
a:active {
	color: #FF9900;
}


.Stile3 {font-family:Arial, Helvetica, sans-serif;
}

