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

body {
	font-size: 12px;
	font-color: #000000;
	font-family: Helvetica, verdana, Arial, sans-serif;
	background: #fff;}


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

a:link { text-decoration: none; color: #FD3E04; }
a:active { text-decoration: none; color: #6A924C; }
a:visited { text-decoration: none; color: #FD3E04; }
a:hover { text-decoration: none;  color: #6A924C;}

a img { border: none; }




#menu {
    width: 205px;
    overflow: auto;
	margin-top: 32px;
    top: 0px;
    bottom: 0;
	left: 31px;
    position: fixed;
    height: 100%;
	background-color: #fff; 
}

#menu ul {
	margin: 0 0 12px 0;
	font-size: 12px;
	list-style-type: none;
	
}
#ul.menu {
list-style: none;
}

#menu li {
list-style: none;

}

#menu li.section-title {  
text-decoration: none; 
color: #000000; 
font-size:16px; 
font-weight:bold;
}
#logo { padding: 0 0 12px 0;}

#menu ul li.section-title-people { hide;}


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

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

#content p {
margin-left: 70px; 
margin-top: 180px; 
width: 700px; 
margin-bottom: 9px; 
font-size: 12px;
font-color: #000000;
font-family: Helvetica, verdana, Arial, sans-serif;
}



h1 { font-size: 9px; color:#000000; font-style:italic}
h2 { font-size: 15px; color:#ffffff;}
h3 { font-size: 16px; color:#000000;}
h4 { font-size: 13px; color:#000000; font-weight:lighter}


#img-container	{ margin-left: 70px; margin-top: 10px; padding: 0; width: 700px;
}



#once { clear: left; }