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

body {
	font-size: 9px;
	font-family: verdana, sans serif;
	background: #FFFFFF;
}

body.section-1 { 



}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #FFFFFF; }
a:visited {background: none; text-decoration: none; color: #808080; }
a:hover {background: #000000; text-decoration: none; color: #FFF; }
a img { border: 100px; }



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


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

}

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

#menu ul li.section-title { font-size: 9px; font-weight: bold; color: #000000; }

#menu ul li { margin-left: 20px; }

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

.container {
    padding: 90px 0px 0px 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 0px 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 12px 0; }

#once { clear: left; }

