/* CSS Document */
body{
	background-color:#000000;
}

.container
{
	color:#FFFF79;
	width:1000px; 
	margin:auto	
}

.header{
	width:100%;
	height:250px;
	margin:0;
	text-align: center;
}

.content{
	width:100%;	
	margin-top:15px;
}


.header img{
	border:none;
}


.colsx{
	width:230px;
	padding:0px 10px 10px 10px; 
	border:solid 1px #ff4848;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.colsx a{
	color:#FFFF79;
	text-decoration:none;
}

.colsx ul{
	list-style:none;
}

.colsx li{
	margin-bottom:8px;
	padding:0;
}

.colsx li:hover{
	background-color:#FF0000;
	border-color:#FFFF00;
}


.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	margin:15px 0px 15px 0px;
}

h2.copyright{
	font-size:12px;
}

.coldx{
	width:230px;
	padding:0px 10px 10px 10px;
	text-align:center;
	border:solid 1px #ff4848;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
}

.coldx img{
	width:auto;
	max-width:200px;
	margin-bottom:5px;
}

.colcn{
	width:470px;
	padding:2px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #ff4848;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	text-align: center;
}	

.colcn h1{
	font-size:11px;
	font-weight:bold;
 	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF79;
	margin-bottom:0;
}

.colcn h2{
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.colcn a{
	text-decoration:none;
	text-color:#FFFF79;
	width:bold;
}

#presentazione{
	border:#FFFF99 thin;
}


#maps {
	text-align:center;
}

#support {
	text-align:center;
	width:230px;
	margin-top:10px;
	pagging: 5px;
	padding:auto;
}

#support img{
	max-width:70px;
}

#support td{
	border-color:#FF0000;
	border-width:thin;
	border-style:dashed;
	height:70px;
	width: 50%;
}

#support a{
	text-decoration:none;
	color:#FFFF79;
}

#footer{
	bottom:0;
	float:left;
	width:100%;
	margin:auto;
	position:static;
}

#f1{
	height:500px;
	width:240px;
	margin-left:-10px;
	margin-top:10px;
	overflow:auto;
	padding-top:10px;		
}

#f1 img{
	border:none;
}


