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

body {
	color: #000000;
	font-size: 12px;
	font-family: Courier;
	background: #ffffff;
}

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

a:link { text-decoration: none; color: #979797;}
a:active { text-decoration: none; color: #979797;}
a:visited { text-decoration: none; color: #979797;}
a:hover { text-decoration: underline; color: #979797;}

a img { border: none; }

#menu {
	width: 230px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	/* background-color: #ffffff; */
	margin: 20px 0px 0px 20px;
}

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

#menu ul li.section-title {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 1px;
	background-color: #ffffff;
	padding: 3px 4px 1px 4px;
	display: inline-block;
}

#menu ul li a {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #ffffff;
	padding: 3px 4px 1px 4px;
	display: inline-block;
}

#content {
    margin: 60px 0px 0px 250px;
    top: 0;
}

.container {
	padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
	width: 720px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 26px; }
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: 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;
}