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

body {
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: lighter;
	color: #333333;
	background: #fff;
	max-width: 850px;
}

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

a:link { text-decoration: none; color: #000000; background-color: none; }
a:active { text-decoration: none; color: #FFF; background-color: #000; }
a:visited { text-decoration: none; color: #333333; background-color: none; }
a:hover { text-decoration: none; color: #000000; background-color: #9999CC; }
li.active a { text-decoration: none; color: #000000; background-color: none; }
li.active a:after { content: " >>>"; letter-spacing: 2px; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 15px;
    bottom: 15px;
	left: 15px;
	right : 15px;
    position: fixed;
    height: 100%;
	background-color: #FFFF33;
}

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

#menu ul li.section-title { text-decoration: none; color: #000000; font-size: 18px; font-weight: normal; cursor: pointer;}


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

.container {
    padding: 5px 5px 25px 5px;
}

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

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 12px 0; }

#once { clear: left; }
