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

body {
	font-size: 9px;	
	letter-spacing:0.2px; 
	line-height: 9pt;
	font color: #000000;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-color : none;
	

}

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



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

a img { border: none; }

#menu {

    width: 269px;
    overflow: auto;
    top: 28px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	margin-left: 5px;
	background-color: #ffffff;
	background-attachment: fixed
	background-repeat: repeat;
	font color : #000000;
	line-height: 10pt;

	
}

#menu ul {

	list-style: none;
	font color: #000000;
	margin: 0px 0 0px 0;
	margin-top : 0px;
	margin-left : 30px;
    margin-right : 25px;
	background: #ffffff ;
	text-indent : 5px ;
	color: #000000 ;
	border: 1px solid #ffffff ;
}


#menu ul li.section-title { 	font-weight:bold; text-indent : -5px ;text-decoration: none; color: #000000; font-size: 9px;line-height: 9pt;}



#content {
    font color: #000000;
    height: 2500px;
    width: 1500px;
    margin: 0 0 0 317px;
    margin-top: 58px;
	background-color: #ffffff; 


}

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

#content p { width: 500px; margin-bottom: 0px;margin-left: 24px;margin-top: 29px;}

p {
    margin: 0 0 0px 0;margin-left : 24px;
    
}

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

#img-container	{ height: 400 px; margin-top: 10px; margin-left: 24px;padding:0;background-color: #ffffff; }
#img-container p	{ width: 400px; margin: 0px; padding: 0px 0 30px 0px; }

#once { clear: left; }