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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #333333 ;
}

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






a:link { color: #6699FF;}
a:active { color:#000000; }
a:visited { color: #CCCCCC;}
a:hover { }

a img { border: none; }


#menu {
    width: 245px;
    overflow: auto;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;

}

#menu .container {background: #FFFFFF;
margin-top: 30px;
width: 215px
}


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

#menu ul li.section-title { border-bottom: thin dashed  #000000; font-size:12px; color:#000000}

#menu ul li.active a { background-color: #FFFF00;
color: #000000;}

#content {
	font-size: 12px;
    margin: 28px 0 0 250px;
    top: 0;
}

p.welcome {
	line-height: 75%;
	text-align: right;
}

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

#content p { width: 600px; 
	margin: 0 0 9px 35px ;
	padding: 0px 5px 5px 0px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 70px; line-height: 95%; text-align: right; margin-right: 250px;text-decoration:underline;
}
h2 { font-size: 28px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0 0 0 35px; padding: 0; }
#img-container p	{ width: 600px; 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;
}
