html {
	margin: 0px;
	padding: 0px;
} 

body {
	font: 100% Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

body > #content { 
	margin:auto;  
} 

img {
	border: 1px solid #999;
   margin: 3px 3px 3px 1px; 
}

a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	border: 1px dotted #fff;
	background-color: #CC0000;
}

li, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 23px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}

h2 {
	font-size: 16px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 1px 0;
}

h3 {
	font-size: 12px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0px 1px 0;
}

#content{
	width: 630px;
	height: auto;
	text-align:center;
}

#header{
	display: none;
		}

.box {
	border: 13px solid #fff;
	width: 100%;
	background: #f0f0f0;
	margin: 13px 0px 13px 0px; /*il vuoto sopra e sotto i box*/
	text-align:left;
	padding-left: 3px;
	padding-right: 3px;
	/*filter:alpha(opacity=63);
	-moz-opacity:.63;
	opacity:.63;*/
	}

.boxmenu {
	display: none;
	}

.boxportfolio {
	background: #e0e0e0;
	height: 108px;
	margin: 13px 1px 13px 1px; /*il vuoto sopra e sotto i box*/
	float: none;
	padding-left: 3px;
	padding-right: 3px;
}

.boxnews {
	background: #e0e0e0;
	margin: 13px 1px 13px 1px; /*il vuoto sopra e sotto i box*/
	padding-left: 3px;
	padding-right: 3px;
}

.txt	{
	/*border: 1px solid #c00;*/
	background: #f0f0f0;
	padding-left: 3px;
	padding-right: 3px;
}

.date {
	font-size: 11px;
	color: #999;
	border-bottom: 1px dotted #999;
}

.displaynone {
 text-align: left;
 margin: 0px 0px 0px 13px; /*il vuoto sopra e sotto i box*/
}
