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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: black; background-color: #CCCCFF; }
a:active { text-decoration: underline; color: #303030; background-color: #CCCCFF; }
a:visited { text-decoration: none; color: #303030; background-color: #CCCCFF; }
a:hover { text-decoration: line-through; color: black; background-color: yellow; }

a.nobackground:link { text-decoration: none; background: none; border: none;}
a.nobackground:active { text-decoration: none; background: none; border: none;}
a.nobackground:visited { text-decoration: none; background: none; border: none;}
a.nobackground:hover { text-decoration: none; background: none; border: none;}

a img { border: none; }

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

#menu {
    	width: 185px;
    	#overflow: auto;
    	top: 10px;
    	bottom: 0px;
	left: 10px;
    	position: fixed;
    	height: 500px;
	background-color: #fff;
	opacity: 0.9;
	filter:Alpha(opacity=90);
}

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

#menu ul li {
        margin-bottom: 2px;
}

#menu ul li.section-title {
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 4px;
}

#menu ul li.section-title:hover {
	text-decoration: line-through;
}

#content {
    margin: 105px 0px 0px 200px;
    top: 0;
}

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

#content p {
	width: 600px;
	margin-bottom: 9px;
	text-align: justify;
}

#footer { 
         position: fixed; 
         bottom: 10px; 
         right: 15px;
         z-index: 2;
         color: #858585;
         font-style: italic;
}


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: 600px; margin: 0; padding: 0 0 12px 0; }
#slidenav		{ margin: 0 0 15px 550px;}

#once { clear: left; }