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


body {
		font-family: Helvetica;
		color: #999999;
		font-size: 11px;
		line-height: 15px;
		background-color: #FFFFFF;
}

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

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; color: #333333; }

a img { border: none; }

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

#menu ul {
	list-style: none;
		font-family: Helvetica;
		color: #999999;
		font-size: 11px;
		line-height: 15px;
    margin: 0 0 20px 0;

}

#menu ul li.section-title { 

        color: #333333;
        font-weight: bold;

}

#content {
    height: 100%;
    margin: 118px 0px 0px 256px;
    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; }

#prenav {
		font-family: Helvetica;
		color: #333333;
		font-size: 11px;
		line-height: 15px;
		background-color: #FFFFFF;

}

#postnav {
		font-family: Helvetica;
		color: #999999;
		font-size: 11px;
		line-height: 15px;
		background-color: #FFFFFF;
                bottom: 25px;
                position: fixed;
}

#img-container	{ margin-top: -88px; }
#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%
}

#DarkBold {
		font-family: Helvetica;
		color: #333333;
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		background-color: #FFFFFF;

}