html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
} 
 
#pagewidth{ 
 width:804px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:100px;
	background-color:#FFFFFF;
	width:804px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 2px;
	
} 
 
#leftcol{
	width:200px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	text-align: right;
	margin-right: 2px;
	background-image: url(ccastelloleft.jpg);
	background-repeat: no-repeat;
	height: 664px;
	background-position: 0px 175px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;			
	
 }
 
a.leftcol, a.leftcol:visited, a.leftcol:active {
	text-decoration:none;
	color: #000;
}

a.leftcol:hover {
color:#666666; 
text-decoration:underline;
}
 
 
#map
 { 
	font-size: 10px;
	color: #000000;
} 
 
#twocols{
 width:602px; 
 float:right; 
 position:relative; 
  }
 

 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position:relative;
	width:600px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	text-align: justify;
	color: #FFFFFF;
	
	}
	
a.maincol, a.maincol:visited, a.maincol:active {
	color:#003366;
	text-decoration:none;
	font-weight: bold;
}

a.maincol:hover {
color:#003366; 
text-decoration:underline;
font-weight: bold;
}

a.commenti, a.commenti:visited, a.commenti:active {
	color:#666666;
	text-decoration:none;
	font-size: 9px;
}


a.commenti:hover {
color:#666666; 
text-decoration:underline;
font-weight: bold;
}
a.concorsogrigio, a.concorsogrigio:visited, a.concorsogrigio:active {
	color:#888888;
	text-decoration:none;
	font-weight: bold;
}


a.concorsogrigio:hover {
color:#888888; 
text-decoration:underline;
font-weight: bold;
}

#footer{
	height:100px;
	background-color:#FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	clear:both;
	text-align: center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

