
/*******************************************************/
/*                     PRINCIPALE                      */
/*******************************************************/

body {
	background-color: #dfdbd3;
	background-image: url(img/back_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #463b31;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #1b78c0;
}
a:hover {
	text-decoration: underline;
	}


/*******************************************************/
/*                     STRUTTURA                       */
/*******************************************************/

#tableMain {
	width: 900px;
}
#mainLeft {
	background-image: url(img/back_mainleft.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 230px;
	vertical-align: top;

}
#mainRight {
	background-image: url(img/back_mainright.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}
#bottomLeft {
	background-image: url(img/back_bottomleft.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 230px;
	vertical-align: top;


}
#bottomRight {
	background-image: url(img/back_bottomright.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 670px;
	vertical-align: top;

}
#mainMenu {
	background-image: url(img/back_mainmenu.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 670px;
	clear: both;

}
#mainPicture {
	clear: both;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 15px;
}

#mainContent {
	clear: both;
	}
	
#mainText {
	width: 455px;
	line-height: 1.7;
	float: left;
	
}
#mainText p, #mainText h2 {
 	padding-left: 25px;
}



#mainTextImage {
	padding-top: 50px;
	float: right;
	width: 215px;
}
#mainTextImage img {
	padding-top: 25px;
	padding-left: 20px;
}
#mainTextImage p {
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
	width: 160px;
}


#logoMain {
	background-image: url(img/logo_main.gif);
	height: 210px;
	width: 230px;
}
#logoMain h1 {
	display: none;	
}

/*******************************************************/
/*                     TOPMENU                         */
/*******************************************************/

a.topMenuOn, a.topMenuOff {
	height: 60px;
	background-image: url(img/menu_top_on.gif);
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
a.topMenuOff {
	background-image: url(img/menu_top_off.gif);
}
a.topMenuOff:hover {
	background-image: url(img/menu_top_hover.gif);
}
.topMenuItem {
	padding-top: 36px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*******************************************************/
/*                     LEFTMENU                       */
/*******************************************************/



#leftMenu {
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 11px;
}

#leftMenu a, #leftMenu a:link, #leftMenu a:active, #leftMenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
#leftMenu a:hover {
	text-decoration: underline;
	}

.leftMenuTag {
	background-image: url(img/back_leftmenutag.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 210px;
}
.leftMenuTag h3, #leftMenu h4  {
	margin: 0px;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#leftMenu h4 {
	padding-top: 10px;
	font-size: 13px;
	padding-bottom: 0px;
}
#leftMenu li {
	list-style-type: none;	
	background-image: url(img/back_doclink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 7px;
}
#leftMenu li.noLink {
	background-image: none;
	list-style-type: square;
	padding-left: 0px;
	padding-right: 20px;
}
#leftMenu ul {
	margin-bottom: 0px;
	margin-bottom: 20px;
}

/*******************************************************/
/*                     IMMAGINI TEMATICHE              */
/*******************************************************/

#imgHome {
	background-image: url(img/img_home.jpg);
	height: 200px;
	width: 610px;
}

#imgEA {
	background-image: url(img/img_wall.jpg);
	height: 200px;
	width: 610px;
}

#imgScrittura {
	background-image: url(img/img_pano.jpg);
	height: 200px;
	width: 610px;
}

#imgScuola {
	background-image: url(img/img_ragazzi.jpg);
	height: 200px;
	width: 610px;
}
#imgLink {
	background-image: url(img/img_eraldomario.jpg);
	height: 200px;
	width: 610px;
}

/*******************************************************/
/*                     FOOTERMENU                       */
/*******************************************************/



#footerMenu {
	padding-top: 70px;
	font-size: 11px;
}

#footerMenu a, #footerMenu a:link, #footerMenu a:active, #footerMenu a:visited {
	text-decoration: none;
	color: #463b31;
	
}
#footerMenu a:hover {
	text-decoration: underline;
	color: #463b31;
}