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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: url("fons.gif");
	background-color: #caccb4;
	background-repeat: no-repeat;
	
}

body.section-1 {
	margin: 50px 0 0 100px;
	 }
body.section-2 {
	margin: 50px 0 0 100px; }
body.section-3 {
	margin: 50px 0 0 100px;
	 }

a:link { text-decoration: none;  }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#4c4c40;}
a:hover { text-decoration: none; background-color:#0099ff; color:#ffffff;
  }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: url("fons.gif");
	background-color: #caccb4;
	background-repeat: no-repeat;
}

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

#menu ul li.section-title { 
	color: #00000;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;

	}
	#menu ul li{ 
		
		padding: 5px 5px 0px 5px;
}

	#menu ul li a{ 
		
		padding: 5px 5px 5px 5px;
}

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

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

}

.footer {
    padding: 200px 5px 25px 0px;

}


.containerdreta{
   
	background-color: #ffffff;
	padding: 20px 30px 30px 30px;
	font-size: 10px;

}


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