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


body {
		font-family: Times new roman;
		color: #000000;
		text-transform: none;
		font-size: 12px;
		line-height: 17px;
		background-color: #FFFFFF;
}

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: underline; color: #000000; }

a img { border: none; }

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

#menu ul {
	list-style: none;
		font-family: Times new roman;
		color: #000000;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 20px;
                text-decoration: underline;
		font-weight: bold;

}

#menu ul li.section-title { 

        color: #000000;
        font-weight: bold;

}

#content {
    height: 100%;
    margin: 25px 0px 0px 240px;
    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: Times new roman;
		color: #000000;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		line-height: 17px;
		background-color: #FFFFFF;
                text-decoration: underline;
                margin-bottom: 20px;
	        padding-bottom: 5px;
}


#postnav {
		font-family: Times new roman;
		color: #9C9C9C;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 14px;
		background-color: #FFFFFF;
                bottom: 25px;
                position: fixed;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }
