/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, "Courier New", Verdana, monospace;
	background:#efe9e3;
	background-image:url(img/wallpaper.jpg);
	background-repeat: repeat;
	font-style: italic;
	align: left;
    text-decoration: italic ; color: #666 ;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none; color: #666; background-image:url(img/hover1.png); }

a img { border: none; }

#menu {
    width: 192px;
    overflow: visible;
    top: 70px;
    bottom: 0;
	left: 202px;
    position: fixed;
    /*height: 540px;*/
    height: 680px;
	background-color: #fff;
	float: left;
	text-decoration: none; color: #666;
	background-image:url(img/wallpapergrey.jpg);
	background-repeat: repeat;
}

#menu .container { padding: 20px 0 0 0; }

#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
	background-image:url(../10%20August/img/back-testo.png);
	background-repeat: no-repeat;
	text-align: center;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 17px 0 0 330px;
    top: 25px;
}

#content .container { padding: 53px 0 0 80px; }

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 457px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 9px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 457px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
