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

body {

	font-size: 14px;
	color: #afafaf;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #000000;
    	height: 100%;
    	overflow: auto;
      
}

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

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #999999; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; color: #353535; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #ffffff;
    padding: 40px 0 0 60px; 
}


#menu ul {
	
	font-size: 30pt;
	list-style: none;
	text-align:left;
 	cursor: default;
	line-height: 10pt;
	margin: 10px 60px 0 0px;
}

#menu ul li.section-title {
	

	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	line-height: 16pt;
        color: #353535;
        margin-bottom: 7px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}
	

	
#menu ul li  {
	font-family: Arial, Helvetica, Times, serif;
	font-size: 10pt;
	font-weight:normal;
	margin-bottom: 3px;
	letter-spacing: 0.8px;
	line-height: 10pt;
	color: #45433d;}


#content {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
	height: 100%;
   	z-index:0;
   	margin: 0 0 0 220px;
   	top: 0;
   	padding: 40px 20px 0px 150px;

}

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

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


