/* The body part  */
body {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#990000;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color:#483323;
	}

/* Contain the design   */
#design {
	width:830px;
	margin:0px auto;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
        background-image:url(sfondo.jpg);
	background-position:center;
	background-repeat: repeat-y;
	}

/* Contain the header */
#header {
	width:830px;
	height:69px;
       	background-image:url(header.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
                }

#center {
	width:830px;
	}

/* fppter */
#piede {
	width:830px;
	height:54px;
	background-image: url(piede.jpg);
	background-position: center;
	background-repeat:no-repeat;
	text-align: center;
	font-size:10px;
	color:#483323;
	clear:both;
	}

/* Where you put your text */
#contenuto {
	margin-left: 30px;
	width:830;
	text-align:justify;
	}

/* The left nav */
#left {
	width:830px;
	margin-left:30px;
	display:inline; /* important for ie */
	}

#nav {
 /*width:500px;  */
 font-size: 9px;
 margin-left: 30px;
 margin-top:20px;
 }

#nav a:visited, #nav a:link  {
	background-color: #FFFFFF;
/*	background-image:url(click.gif);
	background-position:left; 
	background-repeat:no-repeat;*/
	color:#483323;
        width:50;
        margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	/*display:block;*/
	}

 #nav a:hover {
	background-color: #FFFFFF;
	width:60px;
/*	background-image:url(click_on.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	padding-left:0px;
	color:#990000;
	text-decoration:underline;
	}

/* Picture don't have border */
img {
	border:0px;
	}

/* Modif for links in text */
a:link {
	text-decoration:none;
	color:#990000;
	}
a:visited {
	text-decoration:none;
	color:#990000;
	}
a:hover {
	text-decoration:underline;
	color: #990000;
	}

/* Title */
#title {
	position:absolute;
	padding-left:30px;
	top:5px;
	/*font-size:25px;*/
        color:#990000;
	}


	/* Menu (Sandy)*/
#mmenu {
	position:absolute;
	font-size:15px;
	padding-left:170px;
	font-weight: bold;
	top:150px;
	color:#4477BE;
	}

