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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: black;
}

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

a:link { text-decoration: none; color:#8C908C; }
a:active { text-decoration: none; color:#8C908C; outline: none;}
a:visited { text-decoration:none; color:#8C908C; background-color: #FF9;}
a:hover { text-decoration: none; color:#000; }

a img { border: none; }

#menu {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
  width: 200px;
  overflow: auto;
  top: 0;
  bottom: 0;
	left: 5px;
  position: fixed;
  height: 100%;
	color: #8C908C;
	z-index: 1;
}

#testata {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	width: 169px;
 	height: 160px; 
	font-size: 11px;
	letter-spacing: 0.15em;
	padding-top: 0px;
	margin-bottom: 3px;
	background-color: white;
	opacity:0.9;
	filter:alpha(opacity=90);
	
}

#testata a {color: black; background-color: transparent;}

#menu ul li.section-title {
	text-decoration: none;
	color: black;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
}

#menu ul {
	text-decoration: none;
	font-style: italic;
	color: #7a0;
	margin: 0 1px 3px 0;
	background-color: white;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

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

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

#content a { color: black; text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content a:visited { background-color: transparent; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; position: absolute; top: 170px;}
#img-container p	{ width: 300px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#colonna1 {
		width: 300px; 
		left: 255px; 
		position: absolute;}
		
#colonna2 {
		width: 300px;
		left: 580px; 
		position: absolute; }
