* {margin: 0; padding: 0;}


body {
	background: #fff;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(immagini/loghini.png) center repeat;
}

#wrapper
{
 position:absolute;
 width:960px;
 top:0px;
 height:100%;
 left: 50%;
 margin-left:-480px;
}

#left
{
 position:absolute;
 width:480px;
 height:auto;
 top:0px;
 left:0px;
 background: url(immagini/quaderno.png) top center no-repeat;
 padding:150px 10px 0px 10px;
 }

#right
{
 position:absolute;
 width:480px;
 height:100%;
 top:0px;
 right:0px;
 background: url(immagini/logo.png) center no-repeat;
}
/*
#navcontainer a
{
 text-decoration:none;
 color: #a70c33;
}

#navcontainer ul
{
 list-style-type:none;
 display: inline;
}

#navcontainer ul li
{
 padding: 0px 10px;
 list-style-type:none;
 display: inline;

}
*/

#footer
{
text-align:center;
width:100%;
margin:20px 0px 0px 0px;
}

#header_left {
	width: 235px;
	float: left;
	padding:0px 20px;
}

#header_right {
	float: left;
	width: 125px;
	padding-top: 20px;
	font-size: 1.2em;
	margin-right:60px;
}

#main_content {
	width: 420px;
	clear: both;
	margin: 75px 30px 0px 30px;
	/*font-size: 1.2em;*/
	font-size: 1.6em;
	font-style: italic;
	color: #999999;

}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 145px;
}

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

#navlist li a {
	text-decoration: none;
	color: #a70432;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #333;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #aa1337;
	font-size: 1.2em;
	background: url(immagini/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #a70432;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(immagini/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}

a:link {color: #a70432}     /* unvisited link */
a:visited {color: #a70432}  /* visited link */
a:hover {color: #aa1337}   /* mouse over link */
a:active {color: #a70432}   /* selected link */

#current
{
text-transform:uppercase;
font-weight:bold;
cursor:default;
}

img
{
border: 1px #ccc solid;
}
