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

body {
	font-size: 10px;
	font-family: Verdana;
	background: #fff;
}

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

a:link { text-decoration: none; color: grey; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: grey; }
a:hover { color: black; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
        font: normal 200 10px/12px verdana;
}


.section-title {font-weight: bold; padding-left: 10%; padding-bottom: 2%;}

li {margin-left: -12%; padding-left: 20%; padding-bottom: 1%;}




#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

#content p { 
        width: 600px; 
        margin-bottom: 9px; 
        padding-left: 2%; 
        font: normal 200 10px/12px verdana;
        line-height: 125%;

}

#menu p {
    margin: 0 0 9px 10px;
}

p {
    margin: 0 0 9px 0px;
}

h1 { font-family: arial, verdana; font-size: 32px; margin-top: 10px; padding-bottom: -10%; margin-right: 30%;}
h2 { font-family: arial, verdana; font-size: 14px; padding-top: -70px; padding-bottom: 2%; margin-top: -1%; padding-top: -25%;}
h3 { font-size: 10px; padding-bottom:0.2%; padding-top: 0.5%; }
h3 a:link { text-decoration: none; color: black; }

#img-container	{ width: 800px; }
#img-container p	{ width: 400px; padding: 0 0 12px 0; }

#once { clear: left; }
