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

body {
	font-size: 12px;
	font-family: Georgia, "Impact", Times, serif;
	color: white;
	background: black;
}

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

a:link { text-decoration: none; color: #666 }
a:active { text-decoration: none; color: #000000 }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color:white; background:black;}

a img { border: white; }

#menu { 
    width: 220px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 75%;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}
#menu .container { padding: 30px 10px 10px 30px; }

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

#menu ul li.section-title {  text-decoration: none; color: #000000; background: #ffffff; font-weight: bold; /* padding: 7px 20px 0px 0px;*/ }

#content {
    height: 100%;
    margin: 0 0 0 0;
    top: 0;
}
#content .container { padding: 7% 0 0px 0px; }

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


#content p { 	padding: 10px 10px 10px 10px;
width: 420px; margin-bottom: 20px; color: #ffffff; background: #000000; }

p {
    margin: 20 0 5px 0;
	padding: 10px 10px 10px 10px;
}



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: 10px 20px 10px 20px; }

#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: 80%;
height: 95%;
top: 0;
left:0;
}

