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

body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#999; font-size:12px ; font-style:italic}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 35px;
    bottom: 0px;
	left: 0px;
	right: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px; color:#666;
	font-style:normal
	
	
}

#menu ul {
	list-style: none;
	margin: 0px 0px 20px 50px;
	
}

#menu ul li.section-title { }

#content {
	width: 220px;
    height: 100%;
    margin: 0px 0px 0px 300px;
    top: 0px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px; color:#999; font-style:normal
}

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

#content p { 
	width: 1000px; margin-bottom: 6px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px; color:#999; font-style:normal
}

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

 p.nav a {
        background-color: #FFF;
        color: #999;
        padding-top: 3px;
        padding-right: 9px;
        padding-bottom: 3px;
        padding-left: 0px;
        font-size: 11px;
        font-family: Verdana, Geneva, sans-serif;
    }
    
    p.nav a:hover {
        background-color: #FFF;
	}
			
#footer {
   		position: fixed; 
   		bottom: 10px; 
   		left: 45px;
   		z-index: 1;
		font-family:Verdana, Geneva, sans-serif; color:#999;
		font-size: 10px;
	   }

    }
    
    p.nav span#num {
        letter-spacing: 2px;
        font-family: Verdana, Geneva, sans-serif;
        font-style: normal;
        padding-left: 20px;
    }

#once { clear: left; }