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

body {
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	background: #ffffff;

}



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

#menu a:link { text-decoration: none;color:#ffffff; font-weight:normal;  }
#menu a:active { text-decoration: none; color:#ffffff; font-weight:normal;}
#menu a:visited { text-decoration: none; color:#ffffff;   font-weight:normal;}
#menu a:hover { text-decoration: none; color:#000000; background-color:#ffffff;  font-weight:normal;}

a img { border: none; }

#content a:link { text-decoration: underline;  color:#000000; font-weight:normal;}
#content a:active { text-decoration: underline; color:#000000; font-weight:normal;}
#content a:visited { text-decoration: underline; color:#000000; font-weight:normal;}
#content a:hover { text-decoration: none;  color:#ffffff; background-color:#000000; font-weight:normal;}


#menu {
	padding-right:10px;
	text-align:left;
    width: 150px;
    float: left;
    top: 10;
	left: 10;
	right:10;
    position: fixed;
   	background-color: #000000;

	

}

#menu ul {
	list-style: none;
	margin: 0px 0 0px 10;
	border-bottom-color:#000;
	border-bottom-width: 10px;
	border-bottom-style:solid;

	
	
	
	
}




#menu ul li.section-title { 
	width: 140px;
	color: #000;
	background-color:#FFFFFF;
}


#content {
	
    height: 100%;
    margin: 0 0 0 0px;
    top: 0;
	font-size:10px;
	text-decoration:none;

}

.container {
    padding: 10px 0px 2px 10px; 
}

#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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }