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

body {
	line-height: 18px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

body.section-1 { line-height: 18px; }
body.section-2 { line-height: 18px; }
body.section-3 { line-height: 18px; }

a:link { color: #409be8; text-decoration: none; }
a:active { line-height: 18px; color: #409be8; text-decoration: none; }
a:visited { color: #409be8; line-height: 18px; text-decoration: none; }
a:hover { line-height: 18px; text-decoration: underline; }

a img { border: none; }

hr {border-style: none; color: #000; height: 1px; border-top-style: solid; border-top-color: black; border-top-width: 1px }

#menu {
    width: 180px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { text-decoration: underline; }

li.active a { color:red; }

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

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

#content p { width: 645px; }

p {
    margin: 0 0 9px 0;
}

h1 { margin-bottom: 25px; font-style: normal; font-weight: normal; line-height: 18px; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 10px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index: 1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
