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

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

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

a:link { color: #484848 ; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #484848; text-decoration: none;  }
a:hover { 
    cursor: crosshair; 
    color: #F00000 ;
    text-decoration: dotted;
    border-top:1px dotted;
    border-bottom:1px dotted;
    border-left:1px dotted;
    border-right:1px dotted; 
    font-size: 125%;
}

a img { border: none; }


#menu {
opacity: 1.0;
filter: alpha(opacity = 100)
bottom:0;
height:5000px;
position:fixed;
top:0px;
width:210px;
font-family: "Arial Black";
                font-size: 24px;
                line-height: 18px;

}


#menu ul li.active a {
        text-decoration: bold;
        background: #D0D0D0 
        
         }

#menu ul:last-child a { color: #D0D0D0   ; }

#menu { background-color: #D0D0D0   ; }

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

#menu ul li.section-title { text-decoration: none; color: #D0D0D0   ; background-color: #D0D0D0   ;padding-left: 4px; font-weight: bolder; }

#content {
    height: 100%;
    width: 100%;
    margin: 10px 210px 225px;
    top: 0;
    color: #666362;
}

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

#content p { width: 1000px; 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: 0px; padding: 0px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; 
}

#once { clear: left; }
