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

}

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	font-color:#000000;
	color:#000000;
	margin: 0; padding: 40px;
	
}

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

a:link { text-decoration: none; font-color:#000000; color: #000000;line-height:17px}
a:active { text-decoration: font-color:#000000; color: #000000;line-height:17px}
a:visited { text-decoration: font-color:#000000; color: #000000;line-height:17px}
a:hover { text-decoration: none; background-color: #000000; font-color:#ffffff; color: #ffffff;line-height:17px}


a img { border: none; }

#menu {
   font-color:#000000;
	color:#000000;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	top: 0px;
	right: 30px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;
	font-size: 11px 
	}

#menu ul li.section-title {
     font-size: 11px 
;	 font-weight: bold;
	 
}


#content {
    height: 100p%;
    margin: 0 0 0 200px;
    top: 50;
}

.container {
    padding: 10px 10px 10px 40px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 15px; }
h2 { font-size: 15px; }
h3 { font-size: 15px; }
h4 { font-size: 15px; }

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

#once { clear: left; }