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

body {
	font-size: 11px;
	font-family: Helvetica;
	background: #FFFFFF;
}

body.section-1 {}
body.section-2 { }
body.section-3 {#d-col1 {
float:right;
width:100px;
}
#d-col2 {
margin-left:105px;
}
#d-col1 img {
padding-bottom:12px;
}
#hidden-text {
display:none;
}

font-size: 11px;
	font-family: Helvetica;
	background: #fff; 
	}

a:link {
	text-decoration: none;
	color: Silver
}
a:active {
	text-decoration: underline;
	color: Silver;
}
a:visited {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: Black;
}

a img { border: none; }

#menu {
    background-color: #FFFFFF;
	float: left;
	height: auto;
	left: 15px;
    width: 200px;
	top: 15px;
    overflow: auto;
	padding-right: 8px;
    padding-top: 12px;
    position: fixed;
    text-align: left;
    z-index: 8888;
}

#menu ul {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: lighter;
	letter-spacing:0px;
	background: #fff;
	list-style: none;
	margin: 0 5px 12px 0;
}

#menu ul li.section-title {
	font-size: 20px;
	font-family: Helvetica;
	font-weight:bold;
	letter-spacing:-1px;
	opacity: 0.9999;
	background:none;
}

#menu ul1 {
	color: #666666;
	font-size: 11px;
	font-family: Helvetica;
	background: #fff;
	list-style: none;
	margin: 0 0 12px 0;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0px 0px 25px 0px;
}

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

#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:300;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:300;
}
