/* CSS di psicofilosofia.com - Adapted by Geniusmac.com */

* {margin: 0;
    padding: 0;
}

body { font-family: Palatino, Times, Times New Roman, serif;
      font-size: 62.5%;
      background-color: #E3E3B3;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
}

#header_menu{
	background-image: url(pic/header_menu.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;
}

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	text-align: center;
	font-size: .9em;
	padding-top: 25px;
	}
	
p{  margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.1em;
}

h1{
	color: #E3E3B3;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #C39CF5;	
}


h2 {
	margin-bottom: 25px;
    color: #C39CF5;
	font-size: 28px;
	font-weight: bold;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(pic/menu_tab.gif);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 1.2em;
	letter-spacing: 3px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

.lilla  {color: #C39CF5;
}

.titolo_up  { margin-top: -60px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #C39CF5}   /* mouse over link */
a:active {color: #C39CF5}   /* selected link */

/***********************************   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

.corsivo { font-style: italic;
}

.grassetto { font-weight: bold;
}
.sottolineato { 	border-bottom: 1px solid #C39CF5;
}

.centrato { text-align: center;
}

.citazione { font-style: italic; text-align: center; font-size: 1.3em;
}

.ds20 { margin-left: 15px;
}
/***********************************  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

