/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar

PUSCONSANGRE
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	/* font-family: Helvetica, Arial, sans-serif; */
	font-family: Monaco, Helvetica, monospace;

	background:#fff;
	color:#000;
	letter-spacing:normal;
	line-height:14px;
}

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

a {font-weight:normal;background-color:#ffff00; padding:2px 5px 2px 2px;color:#000;}
a:link { text-decoration: none;background-color:#ffff00 color:#333;}
a:active { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#000; }
a:hover { background-color:#feffd0;color:#000; }

a img, a.no { border:none; background:none; padding:0;}

#logo{
padding:0;
margin:0 0 30px 0;

}
#menu {
    width: 215px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background:#fff;
}

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

#menu ul li {
	margin:0px 0px 14px 10px;
	border-width:0 0 0px 0;
	border-style:solid;
	border-color:#666;
}

#menu ul li.section-title {
	/*text-decoration: underline;*/
	background-color:aqua;
	display:block;
	padding:5px 0px 3px 0;
}

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

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

#content p { 

margin: 0px 0 40px 0;

}

#content #text{

background-color:#EFEFEF;
width:250px;
}

#content #text p.out{
background-color:#fff;
width:100%;
padding:10px 0 0 0;
}

.item{
font-style: oblique;
font-weight:bold;
color:#999;
}

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:250px; margin:0; padding: 45px 0 45px 30px; }

#once { clear: left; }

.topinfo{
padding:0px;
display:block;
margin:5px 0 30px 10px;
line-height:12px;
}


li.noborder, li.noborder a{
	color:#999;
	border: none;
	border-color:white;
	line-height:12px;
	}

p.titlepage{
width:800px;
font-family: Helvetica, Arial, sans-serif;
font-size:90px;
font-weight:bold;
font-style:oblique;
text-decoration:none;
line-height:80px;
letter-spacing:0px;
}
p.titlepage .hi{
color:#ffff00; 
}