/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#444444;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
letter-spacing:0;
line-height:19px;
margin:0;
padding:0;
text-align:left;
text-decoration:none;
text-indent:0;
word-spacing:normal;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#A8BABF;
text-decoration:none;
}
a:active {
}
li.active a {
color:#CED7DB;
}
a:visited {
color:#A8BABF;
text-decoration:none; 
}
a:hover {
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
	float:left; 
	width:200px;
    overflow: auto;
    top: 0px;
	height:auto;
	left: 28px;
	padding-right: 0px;
	padding-top:10px;
	position:fixed;
	background-color:#FFFFFF;
	text-align:left;
	z-index: 8888;
}	
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
border-bottom-style:dotted;
border-bottom-width:1px;
border-top:1px dotted #666666;
font-weight:bold;
letter-spacing:1px;
margin:8px 0;
padding-top:7px;
}
#menu ul li.active a {
text-decoration:none;
}
#content {
height:100%;
margin:0 0 0 215px;
top:0;
}
.container {
padding:24px;
}
#content p {
margin-bottom:9px;
width:400px;
}
p {
margin:0 0 9px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
margin-top:20px;
margin:15;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}
#the-background {
position: absolute;
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;
}

