/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
 {
	margin: 20;

}

body {
	font-size: 12px;
	font-family: Times, Georgia, serif;
	/*font-family:Andale Mono, Courier, monospace;*/
	line-height: 16px;
	background:#FFFFFF;
	
}

body.section-1 { 
	

}
body.section-2 { }
body.section-3 { }
 
a:link {text-decoration: none; color:#666666;}
a:active {color:#000000; background-color:#666666; text-decoration: none;}
a:visited {text-decoration:none; color:#cc9999;}
a:hover {text-decoration:line-through; color:#cc9999; background-color:#FFFFFF;}

a img {border:none;}

#menu {
/*background-position:60% 3%;
	background-repeat:no-repeat;
	background-image:url(http://www.erikarossi.com/files/gimgs/logo.jpg);*/
	padding: 20px 0px 0px 0px;
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10;
    position: fixed;
    height: 100%;
	background-color:#FFFFFF;
	
}

#menu ul {

	list-style: none;
	margin:0 0 12px 0;
}

#menu ul li.section-title { 
	font-family:"Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-style:italic;
	color:#000000;
	font-size:16px;
	line-height:18px; 
	
	}

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

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

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

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; }

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

#once { clear: left; }