/* Hacks:footer */

	html, body {
		height:100%;
	}		
	#everything_but_footer {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -2em; /* opposite of push height */
	}
	#push {
		margin:0;
		height: 2em; /* same as footer */
	}

/* General styles */

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
                background-image:url('/uploads/Image/background-n.jpg');
                background-repeat:repeat-y;
		min-width:740px;    	/* Minimum width of layout - 
remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:16px;
		font-family:"URW Gothic L", "Trebuchet MS", sans-serif;
		color:#303030;
	}
	a {
		color:#0a4f22;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover {
		color:#8f0a22;
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#0a4f22;
	}
	h1 {
		width:100%;
		display:block;
		border-bottom:1px solid #0a4f22;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}

/* Header styles */
	#header {
		width:100%;
	}
	#header #intestazione {
		position:relative;
		float:right;
	}
	#header #logo {
		position:relative;
		float:left;
	}
 	#header p {
		width:20em;
		margin:5px;
    		text-align:right;
		float:right;
		clear:right;
		font-weight: bold;
		font-size:100%;
		color:#0a4f22;
	}

/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

/* Footer styles */
	#footer {
		margin:0;
		clear:both;
		float:left;
		width:100%;
		height:2em;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-size:80%;
		text-align:right;
	}

/* Site */

        div.col2 ul {
		width:170px;
		list-style-type: square;
                position:relative;
                left:-39px;
                padding-top:2em;
		padding-bottom:2em;
        }


	li.here a {
		text-decoration:underline;
	}
	li.here a:hover {
		color:#0a4f22;
	}
	li.grandchild {
		margin-left:2em;
		font-size:85%;
	}
	li.parent {
		margin-bottom:1em;
		font-size:120%;
	}

