

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/



* {
	margin: 0;
	padding: 0;
}


body { 
	background:none repeat scroll 0 0 #FFFFFF;
font-family:Verdana, Helvetica,sans-serif;
font-size:11px;
line-height:25px;
text-align:justify;

}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; }

a img { border: none; }



#menu {
    width: 250px;
    overflow: auto;
    border: 0;
	left: 0;
    position: fixed;
    height: 98%;
	background-color: #fff;
}

#menu .container {
padding: 30px 0px 0px 50px;  
}

#menu ul {

	list-style: none outside none;
	line-height:15pt;
	width:148px;
	line-height:15pt;
	width:148px;
	
}



#menu ul li.section-title:hover { 
	
}


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

#content .container { padding 0 0 0 0px; }

.container {
    padding: 50px 25px 25px 250px;
}

#content p {
margin-bottom:9px;
width:400px;
}

p {
margin: 0 0 9px;
}



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

#img-container	{ margin: 0; padding: 0 0 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 50 0 12px 0;  }

#once { clear: left; }



