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

body {
	font-size: 11px;
	font-family:helvetica,arial,sans-serif,verdana;
    background: #ffffff;
	line-height: 14px;
	margin-left: 160px;
	margin-top: 78px;
	text-align: justify;
	

}

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


  a:link {color:#808080; text-decoration:none;}
  a:focus {color:#808080; text-decoration:none;}
  a:active {color: #808080; text-decoration:none;}
  a:visited {color:#808080; text-decoration:none;}
  a:hover {color:#808080;text-decoration:underline;}
  
  






a img { border: none; }

#menu {
	
	font-size: 11px;
	width: 100px;
	padding-left: 10px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 14px;
	
	
	
}

#menu ul {
	list-style: none;
	padding-top: 17px;
	margin: 0 0 0px 0;
}

#menu ul li.section-title { }

#content {
	font-size: 11px;
	font-family:helvetica,arial,sans-serif,verdana;
    height: 0;
	line-height: 14px;
}



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

#content .container {  
    padding: 0 0 0 0px;
	width: 0px;
	height: 0px;
}


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

p {
    margin: 0 0 0px 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 0px 0; }

#once { clear: left; }
