body, html {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#77797b;
	padding: 0;
	}

html, body, #wrapper{/*for mozilla as IE treats height as min-height anyway*/
	min-height: 452px;
	min-width: 985px;
	}

/*contenitori principali fissi*/

#maincontainer{
	width: 985px;
	border: 1px solid #212121;
	color: #000;
	margin: 0 auto;
	background: #8f9398;
	}
 
#topsection{
	width: 985px;
	height: 48px;
	text-align: right;
	line-height: 48px;
	color: #fff;
	}

#logo{
	background-image: url(../images/top.jpg);	
	width: 985px;
	height: 326px;
	}

#logo-red{
	background-image: url(../images/top-red.jpg);	
	width: 985px;
	height: 326px;
	}

#menu {
	background-image: url(../images/bck-menu.jpg);
	width: 985px;
	height: 78px;
	position: absolute;
	}

#menu-red {
	background-image: url(../images/bck-menu-red.jpg);
	width: 985px;
	height: 78px;
	position: absolute;
	}

#percorso {
	width: 985px;
	height: 48px;
	text-align: left;
	line-height: 48px;
	padding-left: 40px;
	padding-top: 80px;
}

#contentwrapper {
	width: 100%;
	float: left;
	}
	
#footer {
	background-image: url(../images/bck-bottom.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	clear: left;
	}

#footer-red {
	background-image: url(../images/bck-bottom-red.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	clear: left;
	}

/*contenuti*/

#contentcolumn {
	margin-left: 375px; /*Set left margin to LeftColumnWidth*/
}

#onecolumn {
	width: 925px;
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
}

#boxonecolumn {
	width: 500px;
	height: auto;
	text-align: center;
	padding: 20px;
	background-color: #b2c2db;
}

.white {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.pubblicazioni {
	font-size: 10px;
	color: #01265d;
}


#leftcolumn {
	float: left;
	margin-left: -985px; /*Set left margin to -(wrapper)*/
	width: 375px;
}

#archivio {
	margin-left: 300px;
	margin-top: 30px;
}

#lefteventi {
	float: left;
	margin-left: -985px; /*Set left margin to -(wrapper)*/
	width: 775px;
}

#eventi {
	margin-top: -20px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 50px;
	width: 775px;
}

#psicoterapia {
	margin-left: 37px;
	width: 255px;
	height: 134px;
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 40px;
	background-image: url(../images/psicoterapia.png);
	background-repeat: no-repeat;
}

#counseling {
	margin-top: -50px;
	margin-left: 37px;
	width: 255px;
	height: 134px;
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 40px;
	background-image: url(../images/counseling.png);
	background-repeat: no-repeat;
}

#balbuzie {
	margin-top: -47px;
	margin-left: 37px;
	width: 255px;
	height: 134px;
	width: 255px;
	height: 134px;
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 40px;
	background-image: url(../images/balbuzie.png);
	background-repeat: no-repeat;
}

#ultimenews {
	width: 566px;
	text-align: left;
	padding-top: 30px;
	text-align: justify;
	background-image: url(../images/ultime-news.png);
	background-repeat: no-repeat;
}

#istituto {
	width: 546px;
	padding: 20px;
	text-align: left;
	padding-top: 30px;
	text-align: justify;
	background-image: url(../images/istituto.png);
	background-repeat: no-repeat;
}

#pubblicazioni {
	width: 546px;
	padding: 20px;
	text-align: left;
	padding-top: 30px;
	text-align: justify;
}

#libro {
	margin-top: -20px;
	margin-left: 20px;
	width: 255px;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 40px;
}

/*link*/
	
a:link, a:visited, a:active { 
	color: #333333;
	text-decoration: none;
	}

a:hover {  
	color: #f8db00;
	text-decoration: underline;
	}

a.white:link, a.white:active, a.white:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.white:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/*formattazione*/

li {  
	list-style-image: url(../images/tag.gif);
	color: #01265d;
	text-align: left;
	}

h1 {  
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	}
	
img {  
	border: none;
	}
	
p {  
	border: none;
	}
