/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin-left:5;
        margin-right:5px; 
        margin-bottom:2px;
        margin-top:5px;
        padding-bottom:1px;
        padding-left:1px;
        padding-right:2px;
        padding-top:1px;
}

body {
	font-size: 15px;
	font-bold: caption
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
    a:active { text-decoration: none; }
    a:visited { text-decoration: none; color: #000; }
    a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 8px;
    bottom: 0;
	right:100px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 4px;
        margin-left: 125px
        margin-right:5px;
        margin-top: 10px;
}

#menu ul li.section-title 
    
        margin-right:0; 
        margin-bottom:0;
        margin-top:5px;
        padding-bottom:0;
        padding-left:0;
        padding-right:0;
        padding-top:0;
}

#content {
    height: 100%;
    margin: 0 0 0 125px;
    top: 0;
}

.container {
    padding: 
}

#content p { width: 1000px; margin-bottom: 8px; margin-left: 13px; margin-right: 200px;
; 25px: margin-top; 25px}

p {
    margin-bottom: 0 0 20px;
    margin-left: 0 0 12px;
    margin-right: 0;
    margin-top: 8px;
}

h1 { font-size: 0px; }
h2 { font-size: 0px; }
h3 { font-size: 0px; }
h4 { font-size: 0px; }

#img-container	{ margin: 0; padding-left: 9px; }
#img-container p	{ width: 0px; margin: 0; padding: 0 0 0px 0; }

#once { clear: right; }