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

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

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

a:link { color: #1c1c1c; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:visited { color: #1c1c1c; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

a img { border: none; }

img { margin: 0 0 12px 0; }

#menu {
    line-height: 30px;
    padding-left: 10px;
    text-align: right;
    width: 130px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { margin-top: 20px; margin-bottom: 5px; line-height: 15px; border-bottom-width: 1px; border-bottom-style: dotted; }

#menu li.active a {color: #666;}

#content {
    margin-left: 220px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 64px;
    height: 100%;
    top: 0;
}

.container {
	padding-left: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-top: 5px;
}

#content p { line-height: 20px; width: 640px; 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; }

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

#once { clear: left; }

#menu li.active
