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

body {
	color:black;
	font-family: helvetica, arial, sans-serif;
	font-size:68%; /* RESETS TO 11PX */
	line-height:1.3em;
	padding: 0;
	margin: 0;
	background: #fff;
}

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

a:link {
	text-decoration: underline;
	color: #AAA;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}
a:visited {
	text-decoration: underline;
	color: #AAA;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}

a img { border: none; }

.title { font-weight: bold; color: #AAA; }

a img { border: none; }

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

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

#menu ul li.section-title {
	padding: 3px 3px 3px 30px;
	margin-bottom: 5px;
	margin-right: -5px;
	margin-left: -30px;
	border-right: #FFF solid 0px;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}
     
.container {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;}

#content p { width: 450px; 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: 450px; margin: 0; padding: 0 0 12px 0; }

#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;
}

