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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;

}

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

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

a img { border: none; }

#menu {
    position:fixed;
    background:#FFFFFF none repeat scroll 0 0;	float: left;
    overflow: hidden;
	left: 40px;
    top: 40px;
	width: 210px;
	font-size: 11px;
	z-index:200;
}

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

#menu ul li.section-title {
	color: #fff;
	background: black;
	 
	}

#content {
    height: 100%;
    margin: 0 0 0 190px;
	float: left;
	top: 0px;
	overflow: visible;
	position: relative;
    font-size: 11px;
	z-index:100;
}

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

#menu .container {background: white;
}

#content p { width: 400px; margin-bottom: 9px; margin-left: 100px; margin-top: 60px;}

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#iframed	{ margin: 0; padding: 0; margin-left: -250px; margin-top: -90px }
#img-container	{ margin: 0; padding: 0; margin-left: 100px }
#img-container p	{ width: 400px; margin: 0; padding: 90 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;
}

#content c { 
	z-index: 300;
	left: 300px;
}

#text {
	position: fixed; 
	bottom: 0; 
	background-color: #FFFFFF; 
	padding: 8px 6px 8px 6px; 
	text-align: right; 
	font-size: 10px; 
	line-height: 13px;
    z-index: 300;
}
