

body {
        margin:0;
        padding:0;
        border:0;		/* This removes the border around the viewport in old versions of IE */
        width:1024px;
        background:#fff;
        min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	margin-left: auto; margin-right: auto;
}
a {
    	color:#369;
}
a:hover {

	text-decoration:none;
}
h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
}

p {
        margin:.4em 0 .8em 0;
        padding:0;
}
img {
	margin:10px 0 0px;
}

/* Header styles */


#header {

	clear:both;
        float:right;
	background-color:rgb(232,104,43);
	width:1024px;
}
	
#header img 	img {
	margin:5px 0 0px;
}

#header {
	border-bottom:0px solid #000;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
        margin:0;
}
#header ul {
	clear:left;
	/*float:center;*/
	width:100%;
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
	height:14px; /*aggiunta*/
	display:block;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:122px;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 3px 11px;
	padding:3px 10px 0px 0px;
	text-align:center;
	background:#eb8715;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:5px;
	line-height:1.5em;
	width:122px;
	font-weight:bold;
	font-size:110%;
}
#header ul li a:hover {
	background:#eb8715;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
	/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eb8715;
	border-top:0px solid #000;
	margin:0;
	padding:6px 0px !important;
	text-align:right;
	background-image:url('../img/sottoTestataHome.jpg');
	background-repeat:repeat-x; 
	width:1024px;
	height:26;
}

.mappa{
	border:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:none;

}

.mappa a{
	border:0px 0px 0px 0px;
	border-style:none;
}

/* column container */
.colmask {
	/*position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	/*clear:both;*/
	float:left;
	width:1024px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
	/* holy grail 3 column settings */
.holygrail {
	background:#eb8715;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-256px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#eb8715;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:512px;         	/* Left column width + right column width */
	background:#eb8715;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:256px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	background-image:url('../img/sfondoHome2.png');
        margin:0 230px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	left:202%;
	overflow:hidden;
	height:443px;
	width:512px;
}

.titoloHome {
	padding:10px 10px 10px 10px;
	margin:50px 0px 0px 0px;
	font-size:290%;
	color:#f9e400;
	line-height:1.4em;
}
.holygrail .col2 {
	background-image:url('../img/Verbaniatriangolo.200.png');
	background-repeat:no-repeat;
        float:left;
        float:right;			/* This overrides the float:left above */
        width:256px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
	height:346px;
}

.holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:256px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	background-color:#efad01;
	height:290px;
	background-image:url('../img/col3Sfondo.jpg');
	background-repeat:no-repeat  ;
	background-position:top left;	
}



.col3 h2{
	color:#7f481f;
	font-size:90%;
	margin:15px 15px 5px 5px;
}

.arearis{
	padding-top:50px;
	padding-left:50px;
	position:relative;
	top:30px;
	width:100%;
	background-color:#fdcf79;
	list-style:none;
	height:140px;
	font-weight:bold;
	color:#92631f;
	background-image:url('../img/arearisSfondo.jpg');
	background-repeat:no-repeat  ;
	background-position:top left;
}

.arearis a {
	color:#92631f;
	text-decoration:none;
}
	/* Footer styles */
#footer {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #000;
}
#footer p {
        padding:10px;
        margin:0;
}








