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

body {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	background: #fff; background-repeat:no-repeat;
	margin: auto;
}

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

a:link { text-decoration: none; color:#000; background-color:#FFF } 
a:active { text-decoration: none;color:#000; background-color:#FFF  }
a:visited { text-decoration: none; color:#000; background-color:#FFF  }
a:hover { text-decoration: none; background-color:#FF0 }


a img { border: none; }

#menu li a {
	text-decoration:none;
	
	
	}

#menu {
	text-align:right;
	background-image:url(../../../files/trait_menu.jpg); background-repeat:repeat-y;
    width: 220px;
    overflow:
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	color: #000;
}

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

#menu ul li.section-title { 
	line-height: 18pt;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000; background: #FF0;
	font-size: 14pt;
	width: 200px;
	
	
}
#content {
    height: 100%;
    margin: 0 0 0 215px;
	margin-top: 40px;
	padding-top: 85px;
	width:1000px;
	background-repeat:no-repeat
	
	
}

#content a {
	text-decoration: none;
	color: #000; background-color:#FF0;
	
	
	}
	
#content a:hover {
	text-decoration: none; background-color:#FFF;
	
	
	}
	

.container {
    padding: 0px 15px 25px 5px;
	width: 200px;
	width:auto;
	background-repeat:no-repeat;
	
	
	
}

#content p { width: 700px; margin-bottom: 9px;
	font-size: 14px ;
	padding: 0px;
	width:1060px;
	float:left;
	background-repeat:no-repeat;
	
	
}

p {
    margin: 0 0 9px 0;
	color: ;
	font-size: 30pt;
	background-image: url(../img/logo_because_site
	background-repeat: no-repeat;
	height: 120px;

}

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