
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Courier New, Courier, Monospace;
	background-color: #EDEDED;
	
	line-height: 1.5em;
	color: #000000;
	
}


@font-face {
 font-family: Lino;
 src: url("LINOTUCL.eot") /* EOT file for IE */
}
@font-face {
 font-family: Lino;
 src: url("LINOTUCL.TTF") /* TTF file for CSS3 browsers */
}



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

a:link { 	
	background: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000; }
a:active { 	
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #000000; }
a:visited { 	
	background: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000; }
a:hover { 		
	background: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #EDEDED; }
	

a img { border: none; }
a:link img { border: none; }
a:hover img { border: none; }

img2 { border: none; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

}
img2:link {border: none; }
img2:hover {
	border: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}



#menu {
    width: 230px;
    top: 30px;
	left: 10px;
    position: absolute;
	background-color: none;
	/*border-left: 1px solid #000000;*/
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	margin-top: 10px;
	}

#menu ul li.active a { color: #000000; border-bottom: none; }

#content {
	width: 720px;
    margin: 0 0 0 0;
    top: 30px;
	left: 260px;
	position: absolute;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

.container {
    padding: 0 15px 25px 10px;

}

#content p { width: 700px; margin-bottom: 0px; margin-left: 0px; }

p {
    margin: 0 10px 9px 0;
}

h1 { font-family: Lino, "Courier New", Courier, monospace; font-size: 30px; font-style:normal; font-weight:normal; letter-spacing: 2px; line-height:5px }
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; }