/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

*/

* {

	margin: 0;

	padding: 0;

}



body {

	font-size: 11px;

	font-family: Verdana, Arial, sans-serif;

	background: #fff;
	
	line-height: 15px;

}



body.section-1 { }

body.section-2 { }

body.section-3 { }


/* LINKS */

a:link { text-decoration: none; color: #9B2C98; background: white; }

a:active { text-decoration: none; background: white; }

a:visited { text-decoration: none; color: color: #9B2C98; background: white; }

a:hover { text-decoration: underline; background: white; }


a img { border: none; }


/* MENU */

#menu {

    width: 210px;

    overflow: auto;

    top: 50px;

    bottom: 0;

	left: 50px;

    position: fixed;

    height: 100%;

	background-color: white;

}



#menu ul {

	list-style: none;

	margin: 10px 0 0 22px;

}



#menu ul li.section-title { 

     
     margin: 10px 20px 5px 0;
	 
	 font-weight: bold;
	 
	 border-top-color: black;
	 
	 border-top-style: dotted;
	 
	 border-top-width: 1px;

}



#menu .container { padding-top: 20px; padding-left: 20px; }



#content {

    height: 100%;

    margin: 90px 0 0 310px;

    margin-top: 45px;
	

}



.container {

    padding: 5px 5px 25px 5px;


}



#content p { width: 400px; margin-bottom: 30px; }



p {

    margin: 0 90px 9px 0;
	
	background: transparent


}



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 40px 0; }



#once { clear: left; }