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

body {
   
    
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    
    color: 	#000000;
    
    background: ;
	line-height: 2
	em;
	word-spacing: 0.2em;
	letter-spacing: 1px;
}

body.section-1 { top: 0px;
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
	background: #FFF;
	line-height: 1.5
	em;
	word-spacing: 0.2em;
	letter-spacing: 1px;
}
	 
	 
body.section-2 {top: 0px;
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
	background: #FFF;
	line-height: 1.5em;
	word-spacing: 0.2em;
	letter-spacing: 1px;
}
	 
body.section-3 { top: 0px;
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
	background: #FFF;
	line-height: 1.5em;
	word-spacing: 0.2em;
	letter-spacing: 1px;}

a:link {   font-family: Arial,Verdana, Geneva, Tahoma,sans-serif;
  font-size: 1em;
  font-weight:;
  	line-height: 1.6em;

   	text-decoration: none;
   	border-bottom: 0.5 px solid 		#000000;  
  	color: 			#000000; }

a:active { font-family: Arial, Verdana, Geneva, Tahoma,sans-serif;
  font-size: 1em;
  text-decoration: none;
  color: 			#0000000;
	border-bottom: 1px solid 	#000000;  
  text-decoration: none; }

a:visited { font-family: Arial, Verdana, Geneva, Tahoma,sans-serif;

	text-decoration: none; color:#0000000; }

a:hover { font-family: Arial, Verdana,Geneva,Tahoma,sans-serif;
 	font-size: 1em;
  	text-decoration: none;
  	color: 	#000000;
 	border-bottom:2px solid 	#000000;  
 	
  	text-decoration: none; }

a img { 

border-bottom:5px solid 	yellow;}

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
}

#menu ul {
	list-style: none;
	line-height: 1.5em;

	margin: 0px 0 10px ;
}

#menu ul li.section-title { }

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

.container {
    padding: 20px 20px 60px 40px;
}

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

p.nav a {
-moz-border-radius:3px 3px 3px 3px;
background-color:#EEEEEE;
font-family:Georgia,serif;
font-size:11px;
padding:3px 9px;
}
    margin: 0 0 10px 0;
}

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

#img-container	{ margin: 0; padding: opx; }
#img-container p	{ border-bottom:0px solid 	yellow;
width: 600px; margin: 0px; padding: 0 0 30px 0; }

#once { clear: left; }
