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

body {
	font-size: 32px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 255px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	text-align: left;
	font-size: 52px;
}

.letter0 a {
	margin-left:120px;
	color: #FFFF33;	
}

.letter1 a {
	margin-left:100px;
	color: #FF0000;
}

.letter2 a {
	margin-left:80px;
	color: #CC33CC;
}

.letter3 a {
	margin-left:60px;
	color: #0000CC;
}

.letter4 a {
	margin-left:40px;
	color: #6699FF;
}

.letter5 a {
	color: #006600;
	margin-left:20px;
}

.letter6 a {
	color: #000000;
	
}

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

#menu ul li.section-title {
margin: 0 0 0px 0px;
font-size: 14px;
color: #000000;
}

#content {
    height: 100%;
    margin: 20px 0 0 205px;
    
}

.container {

    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 42px; }
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; }
