
body {
	/* link="#0033CC" vlink="#6633CC" bgcolor="#CCFF99" background="img/background.jpg" style='margin:0' */
	background: white url("/img/background.jpg");
	background-position: right;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
}

.main { /* div che contiene tutto */
	margin:0 auto;
	min-width:760px;
	max-width:760px;
	text-align:left;
	color:#005000;
}


h1 {
	text-align:center;
	font-family: serif;
}

h1 span{
    font-size: .6em;
}

.left {
	float:left;
	margin:0 1em 1em 0;
}

.right {
	float:right;
}

.contentblock {
	position:relative;
}

.menu {
	/*background:#006600;*/
	/*position:absolute;*/
	float:left;
	top:0;
	left:0;
 	width:150px;
	text-align:center;
    font-weight: bold;
    
}

.menu ul, .menu li {
    list-style: none;
    margin:0 auto;
    margin-right: 10px;
    padding:0;
}

.menu li {
    border:3px ridge;
}

.menu a {
    text-decoration: none;
    color: #005000;
}

.content {
	top:0;
	float:left;
	width:600px;
	left:150px; /* same as menu */
	/*position:relative;*/
	text-align:justify;
	font-size:1.1em;
	padding-bottom: 1.5em;
	
}

.footer {
    clear:both;
	margin: 1em 0;
}

h2 {
	font-size:1.1em;
	color:#009000;
	margin-bottom:2px;
	clear:both;
}

