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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: FFF;
	color: #000;
}

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

a:link { text-decoration: none;
	color:#808080 }
a:active { text-decoration: none; 
	font-weight: standard; }
li.active a { font-weight: standard; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	margin: 9px 0px 0px 0px;
}

#menu ul li.section-title { 
	text-decoration: none;
	margin: 0px 0px 2px 0px; 
}

#menu ul li.hover { text-decoration: underline; }

#content {
    margin: 50px 0 0 275px;
}

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

#the-background {
height:100%;
left:0;
overflow:hidden;
position:hidden;
top:0;
width:100%;
z-index:1;
}

#wrapper {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:2;
}

#content p { width: 400px; margin-bottom: 0; }

p {
    margin: 10px 10px 0 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: 800px; margin: 0; padding: 10px 0 10px 0; }


#once { clear: left; }

