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


body {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		text-transform: none;
		font-size: 17px;
    letter-spacing: 1px;
		line-height: 22px;

}

#prenav {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		text-transform: uppercase;
                margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
}


#postnav {
                bottom: 27px;
                position: fixed;
    left: 30px;
}


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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000;  }
a:hover { text-decoration: ; color: color: #000000;  }

a img { border: none; }

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

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

#menu ul li.section-title { 

        color: #000000;
        font-weight: bold;

}

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

.container { 

}

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

#once { clear: left; }

#side-a {
	float: left;
	width: 250px;
        padding-right: 20px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 250px;
	height: 1%
}
